HomeSort by relevance Sort by last modified time
    Searched refs:gdb (Results 1 - 21 of 21) sorted by null

  /build/core/
process_wrapper_gdb.sh 7 # of a gdb session to allow for debugging.
15 # inside of gdb, giving gdb an initial command script to
17 gdb -q -x $2/process_wrapper_gdb.cmds --args "$@"
  /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...]
  /external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
crashmon 63 gdb -ex "thread apply all bt" --batch "${fullprogrampath}" "${coredump}" 2>&1 \
  /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
  /ndk/build/tools/
download-toolchain-sources.sh 170 toolchain_clone gdb
192 log "getting rid of obsolete sources: gcc-4.2.1 gcc-4.3.1 gcc-4.4.0 gdb-6.8 binutils-2.17"
196 rm -rf $TMPDIR/gcc/gdb-6.8
build-gcc.sh 46 register_var_option "--gdb-version=<version>" GDB_VERSION "Specify gdb version"
124 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
125 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
126 echo " Use --gdb-version=<version> to specify alternative."
195 # -Wno-error is needed because our gdb-6.6 sources use -Werror by default
211 --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
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do
182 --gdb-version=$GDB_VERSION \
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do
182 --gdb-version=$GDB_VERSION \
  /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; } |
  /ndk/build/core/
setup-abi.mk 49 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
setup-app.mk 77 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
setup-toolchain.mk 121 NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/gdb.setup
135 # This prevents parallel execution to clear gdb.setup after it has been written to
  /ndk/
ndk-gdb 23 # See docs/NDK-GDB.TXT for usage description. Essentially, you just
24 # need to launch ndk-gdb from your application project directory
117 # ./ndk-gdb --project=/path/to/project
228 echo "Setup a gdb debugging session for your Android NDK application."
229 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions."
243 echo " --exec=<file> Execute gdb initialization commands in <file> after connection"
303 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX`
427 echo "ndk-gdb will only work if your device is running Android 2.2 or higher."
432 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher."
521 log "Using gdb setup init: $GDBSETUP_INIT
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 94 sub fp, ip, #4 @ set up fp, same way gdb does
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 91 --wait-for-gdb=yes|no pause on startup to wait for gdb attach
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr"
    [all...]
  /build/
envsetup.sh 747 arm-linux-androideabi-gdb -x "$OUT_ROOT/gdbclient.cmds" "$OUT_EXE_SYMBOLS/$EXE"
  /external/v8/src/
d8.js 667 // Check if we have a gdb stype step command. If so, the 1st arg would
708 // gdb style step commands:
    [all...]
  /external/valgrind/main/
configure 715 GDB
    [all...]

Completed in 856 milliseconds