Searched refs:gdb (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py28 import gdb namespace
109 raise gdb.GdbError("Unable to read ANDROID_BUILD_TOP. " \
152 raise gdb.GdbError("Error starting background adb " + str(largs))
154 raise gdb.GdbError("Unknown error starting background adb " + str(largs))
166 raise gdb.GdbError("Error starting adb " + str(largs))
168 raise gdb.GdbError("Unknown error starting adb " + str(largs))
231 raise gdb.GdbError("Library mismatch between:\n" \
243 raise gdb.GdbError("Error invoking md5sum commandline utility")
334 class AndroidStatus(gdb.Command):
335 """Implements the android-status gdb comman
[all...]

Completed in 46 milliseconds