Searched refs:gdb (Results 1 - 25 of 26) sorted by relevance

12

/external/openssh/regress/
H A Dagent-ptrace.sh15 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/
H A Dmcmain_pic.stderrB.exp1 relaying data between gdb and process ....
H A Dnlpasssigalrm.stderrB.exp1 relaying data between gdb and process ....
H A DmcinfcallRU.stderr.exp3 pid .... Thread .... inferior call pushed from gdb in mcinfcallRU.stdinB.gdb
H A Dmake_local_links6 # 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
33 # $1 = Major.Minor gdb version needed
63 ln -f -s "$GDB" gdbserver_tests/gdb
64 # Try to extract the gdb version major and minor numbers.
66 GDBVERSIONLINE=`gdbserver_tests/gdb --version | head -n 1`
73 # However, the gdb test
[all...]
H A Dmcclean_after_fork.stderrB.exp1 relaying data between gdb and process ....
H A Dmcmain_pic.stdout.exp2 another func called msg called from gdb
H A DmcinfcallWSRU.stderr.exp6 pid .... Thread .... thread 1 inferior call pushed from gdb in mcinfcallWSRU.stdinB.gdb
H A Dmcbreak.stdout.exp5 pid .... Thread .... after next: inferior call pushed from mcbreak.stdinB.gdb
H A Dnlsigvgdb.stderrB.exp1 relaying data between gdb and process ....
H A DmcinfcallWSRU.stderrB.exp1 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, ...)
H A Dmssnapshot.stderrB.exp1 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
H A Dmcbreak.stderrB.exp1 relaying data between gdb and process ....
H A Dmchelp.stdoutB.exp8 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
H A Dmcvabits.stderrB.exp1 relaying data between gdb and process ....
H A Dmcleak.stderrB.exp1 relaying data between gdb and process ....
/external/v8/tools/
H A Dgdb-v8-support.py59 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/webkit/Tools/gdb/
H A Dwebkit.py31 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 3
197 (gdb)
[all...]
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
H A Dcrashmon63 gdb -ex "thread apply all bt" --batch "${fullprogrampath}" "${coredump}" 2>&1 \
/external/valgrind/main/tests/
H A Dcheck_makefile_consistency74 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/
H A Dcodegen-diff30 print "opened gdb output file $filename\n" if $DEBUG;
40 } elsif (/^(0x[0-9a-f]*):\t$/) { # deal with gdb's line breaker
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
/external/valgrind/main/drd/scripts/ppc-cross/
H A Ddownload-and-build-ppc-crosscompiler144 export GDB_DIR=gdb-6.8
/external/chromium/build/
H A Dinstall-chroot.sh272 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; } |
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp71 --vgdb-shadow-registers=no|yes let gdb see the shadow registers [no]
104 --wait-for-gdb=yes|no pause on startup to wait for gdb attach
H A Dcmdline1.stdout.exp71 --vgdb-shadow-registers=no|yes let gdb see the shadow registers [no]

Completed in 350 milliseconds

12