/external/valgrind/gdbserver_tests/ |
mssnapshot.stderrB.exp | 1 relaying data between gdb and process .... 12 v.set gdb_output : set valgrind output to gdb 14 v.set mixed_output : set valgrind output to log, interactive output to gdb
|
hginfo.stderrB.exp | 1 relaying data between gdb and process ....
|
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 20 in a layout similar to the gdb command 'x /<len>xb <addr>' 64 v.set gdb_output : set valgrind output to gdb 66 v.set mixed_output : set valgrind output to log, interactive output to gdb 79 v.set hostvisibility [yes*|no] : (en/dis)ables access by gdb/gdbserver to 89 in a layout similar to the gdb command 'x /<len>xb <addr>'
|
/development/scripts/gdb/ |
dalvik.gdb | 17 # gdb to debug programs using ART we need to treat this signal specially. We 48 by gdb unless they are not handled by ART itself. A breakpoint is
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 18 import gdb namespace 76 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer() 78 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer() 100 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer() 102 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer() 133 nodetype = gdb.lookup_type('__gnu_cxx::_Slist_node<%s>' % itype).pointer() 149 nodetype = gdb.lookup_type('__gnu_cxx::_Slist_node<%s>' % itype).pointer() 199 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 300 self.visualizer = gdb.default_visualizer(val['c']) 359 nodetype = gdb.lookup_type('std::_Rb_tree_node < %s >' % valuetype [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 18 import gdb namespace 76 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer() 78 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer() 100 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer() 102 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer() 133 nodetype = gdb.lookup_type('__gnu_cxx::_Slist_node<%s>' % itype).pointer() 149 nodetype = gdb.lookup_type('__gnu_cxx::_Slist_node<%s>' % itype).pointer() 199 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 300 self.visualizer = gdb.default_visualizer(val['c']) 359 nodetype = gdb.lookup_type('std::_Rb_tree_node < %s >' % valuetype [all...] |
/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
|
/external/valgrind/tests/ |
check_makefile_consistency | 74 for f in $(ls -d *.exp* *.gdb *.vgtest 2>/dev/null) 76 if [ "$f" = "*.exp*" -o "$f" = "*.gdb" -o "$f" = "*.vgtest" ]; then
|
/prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/ |
printers.py | 18 import gdb namespace 36 # We probably can't do much about this until this GDB PR is addressed: 69 import gdb.printing namespace 76 import gdb.types namespace 77 if hasattr(gdb.types, 'TypePrinter'): 90 return gdb.lookup_type(search) 271 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 374 self.visualizer = gdb.default_visualizer(val['c']) 447 nodetype = gdb.lookup_type('std::_Rb_tree_node<' + str(valtype) + '>') 565 if wtype.code == gdb.TYPE_CODE_ARRAY [all...] |
/prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/ |
printers.py | 18 import gdb namespace 36 # We probably can't do much about this until this GDB PR is addressed: 69 import gdb.printing namespace 76 import gdb.types namespace 77 if hasattr(gdb.types, 'TypePrinter'): 90 return gdb.lookup_type(search) 271 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 374 self.visualizer = gdb.default_visualizer(val['c']) 447 nodetype = gdb.lookup_type('std::_Rb_tree_node<' + str(valtype) + '>') 565 if wtype.code == gdb.TYPE_CODE_ARRAY [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 32 import gdb.types namespace 33 if hasattr(gdb.types, 'TypePrinter'): 46 return gdb.lookup_type(search) 227 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 330 self.visualizer = gdb.default_visualizer(val['c']) 389 nodetype = gdb.lookup_type(typename).strip_typedefs() 501 if wtype.code == gdb.TYPE_CODE_ARRAY: 604 if type.code == gdb.TYPE_CODE_REF [all...] |
/prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 32 import gdb.types namespace 33 if hasattr(gdb.types, 'TypePrinter'): 46 return gdb.lookup_type(search) 227 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 330 self.visualizer = gdb.default_visualizer(val['c']) 389 nodetype = gdb.lookup_type(typename).strip_typedefs() 501 if wtype.code == gdb.TYPE_CODE_ARRAY: 604 if type.code == gdb.TYPE_CODE_REF [all...] |
/prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 32 import gdb.types namespace 33 if hasattr(gdb.types, 'TypePrinter'): 46 return gdb.lookup_type(search) 227 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 330 self.visualizer = gdb.default_visualizer(val['c']) 389 nodetype = gdb.lookup_type(typename).strip_typedefs() 501 if wtype.code == gdb.TYPE_CODE_ARRAY: 604 if type.code == gdb.TYPE_CODE_REF [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 32 import gdb.types namespace 33 if hasattr(gdb.types, 'TypePrinter'): 46 return gdb.lookup_type(search) 227 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 330 self.visualizer = gdb.default_visualizer(val['c']) 389 nodetype = gdb.lookup_type(typename).strip_typedefs() 501 if wtype.code == gdb.TYPE_CODE_ARRAY: 604 if type.code == gdb.TYPE_CODE_REF [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 18 import gdb namespace 25 import gdb.printing namespace 32 import gdb.types namespace 33 if hasattr(gdb.types, 'TypePrinter'): 46 return gdb.lookup_type(search) 227 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL 330 self.visualizer = gdb.default_visualizer(val['c']) 389 nodetype = gdb.lookup_type(typename).strip_typedefs() 501 if wtype.code == gdb.TYPE_CODE_ARRAY: 604 if type.code == gdb.TYPE_CODE_REF [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...] |
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/art/test/etc/ |
run-test-jar | 24 GDB="" 42 TIME_OUT="gdb" # "n" (disabled), "timeout" (use timeout), "gdb" (use gdb) 147 elif [ "x$1" = "x--gdb" ]; then 152 elif [ "x$1" = "x--gdb-arg" ]; then 308 GDB="$GDB_SERVER :5039" 311 GDB=lldb 315 GDB=gdb [all...] |
/toolchain/binutils/binutils-2.25/ |
src-release.sh | 18 # This script creates release packages for gdb, binutils, and other 233 echo - 's /gdb-[0-9\.]*/$package-'"$ver"'/' 235 -e 's/gdb-[0-9][0-9\.]*/$package-'"$ver"'/' 254 # Create a gdb release package, tar it and compress it 292 package=gdb 293 tool=gdb 298 SIM_SUPPORT_DIRS="bfd opcodes libiberty include intl gdb/version.in makefile.vms" 326 gdb)
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
Makefile | 2 GDB=gdb 86 $(GDB) -batch -x script ./$$TARGET; \
|
/prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/ |
Makefile | 2 GDB=gdb 86 $(GDB) -batch -x script ./$$TARGET; \
|