/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-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
|
mcbreak.stdout.exp | 5 pid .... Thread .... after next: inferior call pushed from mcbreak.stdinB.gdb
|
nlsigvgdb.stderrB.exp | 1 relaying data between gdb and process ....
|
mcinfcallWSRU.stderrB.exp | 1 relaying data between gdb and process .... 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump', 32 set pc, calling from gdb a function in the debugged process, ...) 40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump', 41 set pc, calling from gdb a function in the debugged process, ...) 49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump', 50 set pc, calling from gdb a function in the debugged process, ...)
|
mssnapshot.stderrB.exp | 1 relaying data between gdb and process .... 10 v.set gdb_output : set valgrind output to gdb 12 v.set mixed_output : set valgrind output to log, interactive output to gdb
|
/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)
|
/dalvik/tests/etc/ |
host-run-test-jar | 24 GDB="n" 51 elif [ "x$1" = "x--gdb" ]; then 52 GDB="y" 152 if [ "$GDB" = "y" ]; then 153 gdb=gdb 157 $valgrind_cmd $gdb $exe $gdbargs "-Xbootclasspath:${bpath}" \
|
/external/webkit/Tools/gdb/ |
webkit.py | 29 """GDB support for WebKit types. 31 Add this to your gdb by amending your ~/.gdbinit as follows: 34 sys.path.insert(0, "/path/to/tools/gdb/") 38 import gdb namespace 46 ptr and length are both gdb.Value objects. 59 extra = u' (gdb hit inaccessible memory)' 63 extra = u' (gdb found no trailing NUL)' 193 Example gdb session should look like: 194 (gdb) p v 196 (gdb) set print elements [all...] |
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 18 # GDB plugin to allow debugging of apps on remote Android systems using gdbserver. 20 # To use this plugin, source this file from a Python-enabled GDB client, then use: 21 # load-android-app <app-source-dir> to tell GDB about the app you are debugging 28 import gdb namespace 43 # DebugAppInfo - App configuration struct, as far as GDB cares 44 # StartAndroidApp - Implementation of GDB start (for android apps) 45 # RunAndroidApp - Implementation of GDB run (for android apps) 46 # AttachAndroidApp - GDB command to attach to an existing android app process 109 raise gdb.GdbError("Unable to read ANDROID_BUILD_TOP. " \ 152 raise gdb.GdbError("Error starting background adb " + str(largs) [all...] |