/external/chromium_org/build/android/ |
adb_gdb | 67 DEFAULT_PULL_LIBS_DIR=/tmp/$USER-adb-gdb-libs 91 GDBEXEPOSTFIX=gdb 129 --gdb=*) 130 GDB=$optarg 220 Attach gdb to a running Android $PROGRAM_NAME process. 227 Attach gdb to a running Android $PROGRAM_NAME process. 245 - host gdb client (e.g. arm-linux-androideabi-gdb) 270 --gdb and --symbol-lib options to specify everything manually. 272 An alternative to --gdb=<file> is to use --toollchain=<path> to specif [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 37 return gdb.lookup_type(search) 216 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 319 self.visualizer = gdb.default_visualizer(val['c']) 378 nodetype = gdb.lookup_type(typename).strip_typedefs() 490 if wtype.code == gdb.TYPE_CODE_ARRAY: 593 if type.code == gdb.TYPE_CODE_REF: 601 reptype = gdb.lookup_type (str (realtype) + '::_Rep').pointer () 716 # "SubPrettyPrinter" protocol from gdb.printing [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 37 return gdb.lookup_type(search) 216 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 319 self.visualizer = gdb.default_visualizer(val['c']) 378 nodetype = gdb.lookup_type(typename).strip_typedefs() 490 if wtype.code == gdb.TYPE_CODE_ARRAY: 593 if type.code == gdb.TYPE_CODE_REF: 601 reptype = gdb.lookup_type (str (realtype) + '::_Rep').pointer () 716 # "SubPrettyPrinter" protocol from gdb.printing [all...] |
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 10 v.set gdb_output : set valgrind output to gdb 12 v.set mixed_output : set valgrind output to log, interactive output to gdb 55 v.set gdb_output : set valgrind output to gdb 57 v.set mixed_output : set valgrind output to log, interactive output to gdb 69 v.set hostvisibility [yes*|no] : (en/dis)ables access by gdb/gdbserver to
|
mcvabits.stderrB.exp | 1 relaying data between gdb and process ....
|
mcblocklistsearch.stderrB.exp | 1 relaying data between gdb and process ....
|
mcleak.stderrB.exp | 1 relaying data between gdb and process ....
|
/prebuilts/python/darwin-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...] |
/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...] |
/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 166 # ./ndk-gdb --project=/path/to/project 292 echo "Setup a gdb debugging session for your Android NDK application." 293 echo "Read $$NDK/docs/NDK-GDB.TXT for complete usage instructions." 309 echo " --exec=<file> Execute gdb initialization commands in <file> after connection" 387 CMD_OUT=`mktemp /tmp/ndk-gdb-cmdout-XXXXXX` 528 echo "ndk-gdb will only work if your device is running Android 2.2 or higher." 533 echo "ERROR: ndk-gdb requires a target device running Android 2.2 (API level 8) or higher." 575 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 145 Setup a gdb debugging session for your Android NDK application. 146 Read ''' + NDK + '''/docs/NDK-GDB.html for complete usage instructions.''', 183 help='Execute gdb initialization commands in <EXEC_FILE> after connection', 329 # Silent if gdb is running in tui mode to keep things tidy. 599 ndk-gdb will only work if your device is running Android 2.2 or higher.''') 603 error('''ndk-gdb requires a target device running Android 2.2 (API level 8) or higher. 621 log('Using gdb setup init: %s' % (GDBSETUP_INIT)) 793 # Now launch the appropriate gdb client with the right init command [all...] |
/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 | 52 import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants; 53 import org.eclipse.cdt.dsf.gdb.launching.GdbLaunchDelegate; 183 // ndk-gdb requires device > Froyo 348 // launch gdb 383 String gdb = toolchainPrefix + "gdb"; //$NON-NLS-1$ local 387 NdkVariables.NDK_GDB, true, gdb); 396 // 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 | 55 register_var_option "--gdb-version=<name>" GDB_VERSION "Use specific gdb version." 86 SRC_DIR2="$SRC_DIR/gdb/gdb-$GDBVER/gdb/gdbserver" 164 LIBTHREAD_DB_DIR=$ANDROID_NDK_ROOT/sources/android/libthread_db/gdb-$GDBVER
|
/ndk/build/core/ |
setup-abi.mk | 67 TARGET_GDB_SETUP := $(TARGET_OUT)/setup.gdb
|
setup-toolchain.mk | 170 NDK_APP_GDBSETUP := $(NDK_APP_DST_DIR)/gdb.setup 189 # Install gdb.setup for both .so and .bc projects 205 # This prevents parallel execution to clear gdb.setup after it has been written to
|
/build/ |
envsetup.sh | 972 # gdb. 982 local GDB 984 arm) GDB=arm-linux-androideabi-gdb;; 985 arm64) GDB=arm-linux-androideabi-gdb; GDB64=aarch64-linux-android-gdb;; 986 mips|mips64) GDB=mips64el-linux-android-gdb;; 987 x86) GDB=x86_64-linux-android-gdb; [all...] |
/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;
|