/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
__init__.py | 16 import gdb.command.pretty_printers namespace 18 gdb.command.pretty_printers.register_pretty_printer_commands()
|
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...] |
printing.py | 19 import gdb namespace 20 import gdb.types namespace 29 it is defined (objfile, progspace, or global(gdb)), and should 113 if gdb.parameter("verbose"): 114 gdb.write("Registering global %s pretty-printer ...\n" % name) 115 obj = gdb 117 if gdb.parameter("verbose"): 118 gdb.write("Registering %s pretty-printer for %s ...\n" % 132 # PERF: gdb records printers in a list, making this inefficient. 196 typename = gdb.types.get_basic_type(val.type).ta [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
__init__.py | 16 import gdb.command.pretty_printers namespace 18 gdb.command.pretty_printers.register_pretty_printer_commands()
|
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...] |
printing.py | 19 import gdb namespace 20 import gdb.types namespace 29 it is defined (objfile, progspace, or global(gdb)), and should 113 if gdb.parameter("verbose"): 114 gdb.write("Registering global %s pretty-printer ...\n" % name) 115 obj = gdb 117 if gdb.parameter("verbose"): 118 gdb.write("Registering %s pretty-printer for %s ...\n" % 132 # PERF: gdb records printers in a list, making this inefficient. 196 typename = gdb.types.get_basic_type(val.type).ta [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
__init__.py | 16 import gdb.command.pretty_printers namespace 18 gdb.command.pretty_printers.register_pretty_printer_commands()
|
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...] |
printing.py | 19 import gdb namespace 20 import gdb.types namespace 29 it is defined (objfile, progspace, or global(gdb)), and should 113 if gdb.parameter("verbose"): 114 gdb.write("Registering global %s pretty-printer ...\n" % name) 115 obj = gdb 117 if gdb.parameter("verbose"): 118 gdb.write("Registering %s pretty-printer for %s ...\n" % 132 # PERF: gdb records printers in a list, making this inefficient. 196 typename = gdb.types.get_basic_type(val.type).ta [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
__init__.py | 16 import gdb.command.pretty_printers namespace 18 gdb.command.pretty_printers.register_pretty_printer_commands()
|
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...] |
printing.py | 19 import gdb namespace 20 import gdb.types namespace 29 it is defined (objfile, progspace, or global(gdb)), and should 113 if gdb.parameter("verbose"): 114 gdb.write("Registering global %s pretty-printer ...\n" % name) 115 obj = gdb 117 if gdb.parameter("verbose"): 118 gdb.write("Registering %s pretty-printer for %s ...\n" % 132 # PERF: gdb records printers in a list, making this inefficient. 196 typename = gdb.types.get_basic_type(val.type).ta [all...] |
/build/core/ |
process_wrapper_gdb.sh | 7 # of a gdb session to allow for debugging. 15 # inside of gdb, giving gdb an initial command script to 17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
|
/external/openssh/regress/ |
agent-ptrace.sh | 15 if have_prog gdb ; then 18 echo "skipped (gdb not found)" 38 gdb ${SSHAGENT} ${SSH_AGENT_PID} > ${OBJ}/gdb.out 2>&1 << EOF 42 fail "gdb failed: exit code $?" 44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out 46 rm -f ${OBJ}/gdb.out
|
/external/valgrind/main/gdbserver_tests/ |
mcmain_pic.stderrB.exp | 1 relaying data between gdb and process ....
|
nlpasssigalrm.stderrB.exp | 1 relaying data between gdb and process ....
|
mcinfcallRU.stderr.exp | 3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
|
make_local_links | 6 # so that tests needing gdb can be disabled if 7 # a too old version of gdb is provided or if no gdb is 10 # The vgdb link is needed either for gdb tests 23 echo "usage: make_local_links /path/to/gdb" 1>&2 28 export GDB="" 33 # $1 = Major.Minor gdb version needed 55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED 62 GDB=$1 63 ln -f -s "$GDB" gdbserver_tests/gd [all...] |
mcclean_after_fork.stderrB.exp | 1 relaying data between gdb and process ....
|
mcmain_pic.stdout.exp | 2 another func called msg called from gdb
|
mcinfcallWSRU.stderr.exp | 6 pid .... Thread .... thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb
|
/ndk/ |
ndk-gdb-py | 17 $PROGDIR/prebuilt/$HOST_TAG/bin/python -u $PROGDIR/ndk-gdb.py "$@"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libstdc++.so.6.0.16-gdb.py | 18 import gdb namespace 29 if gdb.current_objfile () is not None: 52 objfile = gdb.current_objfile ().filename 60 register_libstdcxx_printers (gdb.current_objfile ())
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/ |
libstdc++.so.6.0.16-gdb.py | 18 import gdb namespace 29 if gdb.current_objfile () is not None: 52 objfile = gdb.current_objfile ().filename 60 register_libstdcxx_printers (gdb.current_objfile ())
|
/external/v8/tools/ |
gdb-v8-support.py | 59 t_u32 = gdb.lookup_type('unsigned int') 60 t_u64 = gdb.lookup_type('unsigned long long') 130 gdb.pretty_printers.append(v8_pretty_printers) 143 v = gdb.parse_and_eval(vstring) 147 class V8PrintObject (gdb.Command): 150 super (V8PrintObject, self).__init__ ("v8print", gdb.COMMAND_DATA) 153 gdb.execute('call __gdb_print_v8_object(%d)' % v)
|