/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
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/ |
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/ |
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/ |
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.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 17 """GDB commands for working with pretty-printers.""" 20 import gdb namespace 41 argv = gdb.string_to_argv(arg); 84 class InfoPrettyPrinter(gdb.Command): 85 """GDB command to list all registered pretty-printers. 100 gdb.COMMAND_DATA) 153 """GDB calls this to perform the command.""" 155 self.invoke1("global pretty-printers:", gdb.pretty_printers, 157 cp = gdb.current_progspace() 161 for objfile in gdb.objfiles() [all...] |
explore.py | 0 # GDB 'explore' command. 17 """Implementation of the GDB 'explore' command using the GDB Python API.""" 19 import gdb namespace 33 gdb.TYPE_CODE_CHAR, 34 gdb.TYPE_CODE_INT, 35 gdb.TYPE_CODE_BOOL, 36 gdb.TYPE_CODE_FLT, 37 gdb.TYPE_CODE_VOID, 38 gdb.TYPE_CODE_ENUM [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/ |
pretty_printers.py | 17 """GDB commands for working with pretty-printers.""" 20 import gdb namespace 41 argv = gdb.string_to_argv(arg); 84 class InfoPrettyPrinter(gdb.Command): 85 """GDB command to list all registered pretty-printers. 100 gdb.COMMAND_DATA) 153 """GDB calls this to perform the command.""" 155 self.invoke1("global pretty-printers:", gdb.pretty_printers, 157 cp = gdb.current_progspace() 161 for objfile in gdb.objfiles() [all...] |
explore.py | 0 # GDB 'explore' command. 17 """Implementation of the GDB 'explore' command using the GDB Python API.""" 19 import gdb namespace 33 gdb.TYPE_CODE_CHAR, 34 gdb.TYPE_CODE_INT, 35 gdb.TYPE_CODE_BOOL, 36 gdb.TYPE_CODE_FLT, 37 gdb.TYPE_CODE_VOID, 38 gdb.TYPE_CODE_ENUM [all...] |
/external/chromium_org/build/ |
gdb-add-index | 6 # Saves the gdb index for a given binary and its shared library dependencies. 42 gdb -batch "$file" -ex "save gdb-index $DIRECTORY" -ex "quit" 43 objcopy --add-section .gdb_index="$DIRECTORY"/$basename.gdb-index \
|
/external/valgrind/main/gdbserver_tests/ |
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/chromium_org/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)
|
/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)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
prompt.py | 19 import gdb namespace 27 """Internal worker for fetching GDB attributes.""" 32 except gdb.error: 44 return _prompt_object_attr(gdb.selected_frame, 'frame', attr, 'name') 48 return _prompt_object_attr(gdb.selected_thread, 'thread', attr, 'num') 51 "The version of GDB." 52 return gdb.VERSION 72 return gdb.parameter(attr)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/ |
prompt.py | 19 import gdb namespace 27 """Internal worker for fetching GDB attributes.""" 32 except gdb.error: 44 return _prompt_object_attr(gdb.selected_frame, 'frame', attr, 'name') 48 return _prompt_object_attr(gdb.selected_thread, 'thread', attr, 'num') 51 "The version of GDB." 52 return gdb.VERSION 72 return gdb.parameter(attr)
|
/ndk/ |
ndk-gdb-py.cmd | 6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" SHELL=cmd %*
|
/art/test/etc/ |
host-run-test-jar | 14 GDB="n" 35 elif [ "x$1" = "x--gdb" ]; then 36 GDB="y" 96 if [ "$GDB" = "y" ]; then 97 gdb=gdb 99 # Enable for Emacs "M-x gdb" support. TODO: allow extra gdb arguments on command line. 110 $INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB -Ximage:$ANDROID_ROOT/framework/core.art \
|
/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/chromium_org/third_party/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 55 return i, ' (gdb hit inaccessible memory)' 56 return 256, ' (gdb found no trailing NUL)' 62 ptr and length are both gdb.Value objects. 77 ptr and length are both gdb.Value objects. 119 data = self.val['m_buffer']['m_ptr']['m_data'].cast(gdb.lookup_type('char').pointer()) 132 return lstring_to_string(chars_start.cast(gdb.lookup_type('char').pointer()) [all...] |
/ndk/build/tools/ |
build-host-gdb.sh | 17 # Rebuild the host GDB binaries from sources. 27 This program is used to rebuild one or more NDK gdb client programs from 32 By default, the script rebuilds GDB for you host system [$HOST_TAG], 56 register_var_option "--gdb-version=<version>" GDB_VERSION "Select GDB version(s)." 59 register_var_option "--build-dir=<path>" BUILD_DIR "Build GDB into directory" 74 register_var_option "--arch=<list>" ARCHS "Build GDB client for these CPU architectures." 92 # Sanity check for all GDB versions 94 GDB_SRCDIR=$TOOLCHAIN_SRC_DIR/gdb/gdb-$VERSIO [all...] |