/external/lldb/utils/test/ |
disasm.py | 4 Run gdb to disassemble a function, feed the bytes to 'llvm-mc -disassemble' command, 34 gdb_prompt = "\r\n\(gdb\) " 35 gdb = pexpect.spawn(('gdb %s' % gdb_options) if gdb_options else 'gdb') 36 # Turn on logging for what gdb sends back. 37 gdb.logfile_read = sys.stdout 38 gdb.expect(gdb_prompt) 42 gdb.sendline(cmd) 43 gdb.expect(gdb_prompt [all...] |
/external/skia/platform_tools/android/bin/ |
android_gdb_exe | 26 # Set up gdb commands 27 GDBSETUP=$GDB_TMP_DIR/gdb.setup 42 # Launch gdb client 43 echo "Entering gdb client shell" 44 GDB_COMMAND=$(command ls "$ANDROID_TOOLCHAIN"/*-gdb | head -n1)
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallRU.stderr.exp | 3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
type_printers.py | 18 import gdb namespace 20 """GDB commands for working with type-printers.""" 22 class InfoTypePrinter(gdb.Command): 23 """GDB command to list all registered type-printers. 30 gdb.COMMAND_DATA) 46 """GDB calls this to perform the command.""" 48 for objfile in gdb.objfiles(): 53 if gdb.current_progspace().type_printers: 55 self.list_type_printers(gdb.current_progspace().type_printers) 57 if gdb.type_printers [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/ |
types.py | 17 """Utilities for working with gdb.Types.""" 19 import gdb namespace 33 while (type_.code == gdb.TYPE_CODE_REF or 34 type_.code == gdb.TYPE_CODE_TYPEDEF): 35 if type_.code == gdb.TYPE_CODE_REF: 47 It must be one of gdb.TYPE_CODE_STRUCT, gdb.TYPE_CODE_UNION. 58 if (type_.code != gdb.TYPE_CODE_STRUCT and 59 type_.code != gdb.TYPE_CODE_UNION): 85 if enum_type.code != gdb.TYPE_CODE_ENUM [all...] |