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>>

  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 4 # It can be found under Tools/gdb/libpython.py. It is shipped with Cython
9 From gdb 7 onwards, gdb's build can be configured --with-python, allowing gdb
12 http://sourceware.org/gdb/current/onlinedocs/gdb/Python-API.html
16 "inferior process" in gdb parlance) is itself python, or more specifically,
25 In particular, given a gdb.Value corresponding to a PyObject* in the inferior
26 process, we can generate a "proxy value" within the gdb process. For example,
29 generate a proxy value within the gdb process that is a list of strings
61 import gdb namespace
    [all...]
Cygdb.py 10 Additional gdb args can be provided only if a path to the project directory is
61 gdb.lookup_type('PyModuleObject')
79 Start the Cython debugger. This tells gdb to import the Cython and Python
80 extensions (libcython.py and libpython.py) and it enables gdb's pending
84 gdb_argv is the list of options to gdb
88 parser.add_option("--gdb-executable",
89 dest="gdb", default='gdb',
90 help="gdb executable to use [default: gdb]")
    [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/")
15 (gdb) p /r any_variable
20 import gdb namespace
21 import gdb.printing namespace
27 '..', '..', 'third_party', 'WebKit', 'Tools', 'gdb'))
34 # (gdb) python del sys.modules['gdb_chrome']
35 # (gdb) python import gdb_chrome
40 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...]
  /art/test/etc/
host-run-test-jar 14 GDB="n"
59 elif [ "x$1" = "x--gdb" ]; then
60 GDB="y"
155 if [ "$GDB" = "y" ]; then
157 gdb=lldb
161 gdb=gdb
163 # Enable for Emacs "M-x gdb" support. TODO: allow extra gdb arguments on command line.
201 cmdline="$INVOKE_WITH $gdb $exe $gdbargs -XXlib:$LIB $DEX_VERIFY $JNI_OPTS $FLAGS $INT_OPTS $DEBUGGER_OPTS $BOOT_OPT -cp $DEX (…)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libpython_in_gdb.py 5 Lib/test/test_gdb.py in the Python source. These tests are run in gdb and
12 import gdb namespace
38 value = gdb.parse_and_eval(code)
45 gdb.execute('set $%(varname)s = %(code)s' % d)
107 assert gdb.parse_and_eval('$longval->ob_type == &PyLong_Type')
  /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/aarch64/aarch64-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/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/mips/mips64el-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/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/linux-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/linux-x86/aarch64/aarch64-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/mips/mips64el-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/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" %*
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
android_gdb_apk 46 # Set up gdb commands
47 GDBSETUP=$GDB_TMP_DIR/gdb.setup
53 # Launch gdb client
54 echo "Entering gdb client shell"
55 GDB_COMMAND=$(command ls "$ANDROID_TOOLCHAIN"/*-gdb | head -n1)
  /external/lldb/source/Plugins/
Android.mk 19 Platform/gdb-server \
23 Process/gdb-remote \
  /external/skia/platform_tools/android/bin/
android_gdb_apk 46 # Set up gdb commands
47 GDBSETUP=$GDB_TMP_DIR/gdb.setup
53 # Launch gdb client
54 echo "Entering gdb client shell"
55 GDB_COMMAND=$(command ls "$ANDROID_TOOLCHAIN"/*-gdb | head -n1)

Completed in 947 milliseconds

1 2 3 4 5 6 78 91011>>