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

1 23

  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 27 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
94 // Set the ndk gdb specific launch attributes in the config (if necessary)
  /external/valgrind/main/gdbserver_tests/
mcvabits.stderrB.exp 1 relaying data between gdb and process ....
mcleak.stderrB.exp 1 relaying data between gdb and process ....
  /ndk/build/core/
setup-abi.mk 55 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
setup-app.mk 100 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
setup-toolchain.mk 141 NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/gdb.setup
171 # This prevents parallel execution to clear gdb.setup after it has been written to
definitions.mk 514 # libraries, since it helps ndk-gdb.
    [all...]
  /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
158 # ./ndk-gdb --project=/path/to/project
271 echo "Setup a gdb debugging session for your Android NDK application."
272 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions."
286 echo " --exec=<file> Execute gdb initialization commands in <file> after connection"
361 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX`
500 echo "ndk-gdb will only work if your device is running Android 2.2 or higher."
505 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher."
541 log "Using gdb setup init: $GDBSETUP_INIT
    [all...]
ndk-gdb.py 25 See docs/NDK-GDB.TXT for usage description. Essentially, you just
26 need to launch ndk-gdb-py from your application project directory
109 Setup a gdb debugging session for your Android NDK application.
110 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''')
146 help='Execute gdb initialization commands in <EXEC_FILE> after connection',
262 # Silent if gdb is running in tui mode to keep things tidy.
508 ndk-gdb will only work if your device is running Android 2.2 or higher.''')
512 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher.
530 log('Using gdb setup init: %s' % (GDBSETUP_INIT))
664 # Now launch the appropriate gdb client with the right init command
    [all...]
  /dalvik/vm/arch/arm/
CallOldABI.S 94 sub fp, ip, #4 @ set up fp, same way gdb does
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 25 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
  /external/elfutils/tests/
run-strings-test.sh 290 testfile6: e48 gdb.1
333 testfile7: e48 gdb.1
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 73 --vgdb-shadow-registers=no|yes let gdb see the shadow registers [no]
115 --wait-for-gdb=yes|no pause on startup to wait for gdb attach
cmdline1.stdout.exp 73 --vgdb-shadow-registers=no|yes let gdb see the shadow registers [no]
  /build/
envsetup.sh 830 $ANDROID_TOOLCHAIN/$GDB -x "$@"
841 local GDB
843 x86) GDB=i686-linux-android-gdb;;
844 arm) GDB=arm-linux-androideabi-gdb;;
845 mips) GDB=mipsel-linux-android-gdb;;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr"
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
    [all...]
  /external/v8/src/
d8.js 674 // Check if we have a gdb stype step command. If so, the 1st arg would
715 // gdb style step commands:
    [all...]

Completed in 1849 milliseconds

1 23