HomeSort by relevance Sort by last modified time
    Searched refs:gdb (Results 26 - 50 of 69) sorted by null

12 3

  /external/valgrind/main/gdbserver_tests/
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
mcbreak.stderrB.exp 1 relaying data between gdb and process ....
mchelp.stdoutB.exp 8 v.set gdb_output : set valgrind output to gdb
10 v.set mixed_output : set valgrind output to log, interactive output to gdb
37 v.set gdb_output : set valgrind output to gdb
39 v.set mixed_output : set valgrind output to log, interactive output to gdb
  /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...]
  /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...]
download-toolchain-sources.sh 200 toolchain_clone gdb
216 toolchain_checkout "" $BRANCH gdb gdb-6.6 gdb-7.3.x
build-gcc.sh 46 register_var_option "--gdb-version=<version>" GDB_VERSION "Specify gdb version"
140 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
141 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
142 echo " Use --gdb-version=<version> to specify alternative."
227 # -Wno-error is needed because our gdb-6.6 sources use -Werror by default
295 --with-gdb-version=$GDB_VERSION
    [all...]
build-gdbserver.sh 59 register_var_option "--gdb-version=<name>" GDB_VERSION "Use specific gdb version."
83 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDB_VERSION/gdb/gdbserver"
154 LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db/gdb-$GDB_VERSION
  /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...]
  /ndk/
ndk-gdb-py.cmd 17 %NDK_ROOT%\prebuilt\windows\bin\python.exe -u %NDK_ROOT%ndk-gdb.py %*
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 63 gdb -ex "thread apply all bt" --batch "${fullprogrampath}" "${coredump}" 2>&1 \
  /external/eigen/debug/gdb/
printers.py 12 # This is still pretty basic as the python extension to gdb is still pretty basic.
29 import gdb namespace
43 # The gdb extension does not support value template arguments - need to extract them by hand
45 if type.code == gdb.TYPE_CODE_REF:
76 if self.data.type.code == gdb.TYPE_CODE_STRUCT:
134 # The gdb extension does not support value template arguments - need to extract them by hand
136 if type.code == gdb.TYPE_CODE_REF:
183 obj = gdb
191 if type.code == gdb.TYPE_CODE_REF:
  /external/valgrind/main/tests/
check_makefile_consistency 74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null)
76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then
  /external/llvm/utils/
codegen-diff 30 print "opened gdb output file $filename\n" if $DEBUG;
40 } elsif (/^(0x[0-9a-f]*):\t$/) { # deal with gdb's line breaker
87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE>
98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
131 You will need my B<gdb> patch:
133 http://llvm.cs.uiuc.edu/~gaeke/gdb-disassembly-print-bytes.patch
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/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)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/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)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/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)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/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)
157 """GDB calls this to perform the command."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers,
161 cp = gdb.current_progspace()
165 for objfile in gdb.objfiles()
    [all...]
  /external/chromium/build/
install-chroot.sh 272 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \
289 for i in binutils gdb strace; do
293 sudo cp /usr/bin/gdb "/var/lib/chroot/${target}/usr/local/bin/"
296 lib="$({ ldd /usr/bin/ld; ldd /usr/bin/gdb; } |
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 22 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
89 lblNewLabel.setText("GDB Command File:");
222 // check gdb path
223 String gdb = mGdbPathText.getText().trim(); local
224 if (!gdb.equals(NdkLaunchConstants.DEFAULT_GDB)) {
225 File f = new File(gdb);
227 setErrorMessage("Invalid gdb location.");
232 // check gdb init path
NdkGdbLaunchDelegate.java 50 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
51 import org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate;
182 // ndk-gdb requires device > Froyo
346 // launch gdb
364 String gdb = toolchainPrefix + "gdb"; //$NON-NLS-1$ local
368 NdkVariables.NDK_GDB, true, gdb);
377 // fix path to gdb

Completed in 6761 milliseconds

12 3