/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 1 # Verify that gdb can pretty-print the various PyObject* types 3 # The code for testing gdb was adapted from similar work in Unladen Swallow's 16 gdb_version, _ = subprocess.Popen(["gdb", "--version"], 19 # This is what "no gdb" looks like. There may, however, be other 21 raise unittest.SkipTest("Couldn't find gdb on the path") 22 gdb_version_number = re.search("^GNU gdb [^\d]*(\d+)\.(\d)", gdb_version) 26 raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding" 31 'python-gdb.py') 34 """Runs gdb in --batch mode with the additional arguments given by *args. 43 base_cmd = ('gdb', '--batch' [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; } |
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/ |
printers.py | 0 # GDB pretty printers for STLport. 23 import gdb namespace 45 return gdb.lookup_type (namespace + typename) 56 return gdb.lookup_type (namespace + typename) 127 if words.type.code == gdb.TYPE_CODE_ARRAY: 185 blocksize = 32 * gdb.lookup_type ("void").pointer().sizeof 473 = val.type.template_argument (0).code == gdb.TYPE_CODE_BOOL 515 self.visualizer = gdb.default_visualizer (val['c']) 671 if type.code == gdb.TYPE_CODE_REF: 689 obj = gdb [all...] |
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
Makefile | 2 GDB=gdb 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 0 # GDB pretty printers for STLport. 23 import gdb namespace 45 return gdb.lookup_type (namespace + typename) 55 return gdb.lookup_type (namespace + typename) 126 if words.type.code == gdb.TYPE_CODE_ARRAY: 184 blocksize = 32 * gdb.lookup_type ("void").pointer().sizeof 472 = val.type.template_argument (0).code == gdb.TYPE_CODE_BOOL 514 self.visualizer = gdb.default_visualizer (val['c']) 670 if type.code == gdb.TYPE_CODE_REF: 688 obj = gdb [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
Makefile | 2 GDB=gdb 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 0 # GDB pretty printers for STLport. 23 import gdb namespace 45 return gdb.lookup_type (namespace + typename) 56 return gdb.lookup_type (namespace + typename) 127 if words.type.code == gdb.TYPE_CODE_ARRAY: 185 blocksize = 32 * gdb.lookup_type ("void").pointer().sizeof 473 = val.type.template_argument (0).code == gdb.TYPE_CODE_BOOL 515 self.visualizer = gdb.default_visualizer (val['c']) 671 if type.code == gdb.TYPE_CODE_REF: 689 obj = gdb [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
Makefile | 2 GDB=gdb 86 $(GDB) -batch -x script ./$$TARGET; \
|
/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
|
NdkGdbLaunchShortcut.java | 27 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants; 94 // Set the ndk gdb specific launch attributes in the config (if necessary)
|
/ndk/build/tools/ |
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
|
build-host-python.sh | 22 # found in sources/host-tools/gdb-pretty-printers/stlport 386 run2 cp -rf $NDK_DIR/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2 $PYPPDIR/stlport
|
/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 | 105 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/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
|
/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 162 # ./ndk-gdb --project=/path/to/project 288 echo "Setup a gdb debugging session for your Android NDK application." 289 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions." 305 echo " --exec=<file> Execute gdb initialization commands in <file> after connection" 383 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX` 522 echo "ndk-gdb will only work if your device is running Android 2.2 or higher." 527 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher." 564 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
|
/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
|
/build/ |
envsetup.sh | 892 $ANDROID_TOOLCHAIN/$GDB -x "$@" 903 local GDB 905 x86) GDB=i686-linux-android-gdb;; 906 arm) GDB=arm-linux-androideabi-gdb;; 907 mips) GDB=mipsel-linux-android-gdb;; 959 echo >>"$OUT_ROOT/gdbclient.cmds" "source $ANDROID_BUILD_TOP/development/scripts/gdb/dalvik.gdb" [all...] |
/external/chromium_org/build/ |
install-chroot.sh | 641 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \ 658 for i in binutils gdb; do 664 lib="$({ ldd /usr/bin/ld; ldd /usr/bin/gdb; } | 676 for i in gdb ld; do
|