HomeSort by relevance Sort by last modified time
    Searched refs:gdb (Results 176 - 200 of 284) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
FrameIterator.py 16 import gdb namespace
20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
FrameIterator.py 16 import gdb namespace
20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
FrameIterator.py 16 import gdb namespace
20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
FrameIterator.py 16 import gdb namespace
20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
FrameIterator.py 16 import gdb namespace
20 """A gdb.Frame iterator. Iterates over gdb.Frames or objects that
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /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/")
40 import gdb namespace
56 return i, ' (gdb hit inaccessible memory)'
57 return 256, ' (gdb found no trailing NUL)'
63 ptr and length are both gdb.Value objects.
78 ptr and length are both gdb.Value objects.
120 data = self.val['m_buffer']['m_ptr']['m_data'].cast(gdb.lookup_type('char').pointer())
133 return lstring_to_string(chars_start.cast(gdb.lookup_type('char').pointer())
    [all...]
  /external/chromium_org/tools/gdb/
gdb_chrome.py 5 """GDB support for Chrome types.
7 Add this to your gdb by amending your ~/.gdbinit as follows:
10 sys.path.insert(0, "/path/to/tools/gdb/")
14 This module relies on the WebKit gdb module already existing in
18 (gdb) p /r any_variable
23 import gdb namespace
24 import gdb.printing namespace
28 # (gdb) python del sys.modules['gdb_chrome']
29 # (gdb) python import gdb_chrome
34 pp_set = gdb.printing.RegexpCollectionPrettyPrinter("chromium"
    [all...]
  /external/valgrind/main/gdbserver_tests/
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, ...)
  /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...]
  /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...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
printing.py 19 import gdb namespace
20 import gdb.types namespace
34 it is defined (objfile, progspace, or global(gdb)), and should
118 if gdb.parameter("verbose"):
119 gdb.write("Registering global %s pretty-printer ...\n" % name)
120 obj = gdb
122 if gdb.parameter("verbose"):
123 gdb.write("Registering %s pretty-printer for %s ...\n" %
137 # PERF: gdb records printers in a list, making this inefficient.
201 typename = gdb.types.get_basic_type(val.type).ta
    [all...]
  /ndk/
ndk-gdb-py.cmd 8 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*

Completed in 995 milliseconds

1 2 3 4 5 6 78 91011>>