Searched defs:gdb (Results 1 - 3 of 3) sorted by relevance

/external/eigen/debug/gdb/
H A Dprinters.py12 # This is still pretty basic as the python extension to gdb is still pretty basic.
29 import gdb namespace
43 # The gdb extension does not support value template arguments - need to extract them by hand
45 if type.code == gdb.TYPE_CODE_REF:
76 if self.data.type.code == gdb.TYPE_CODE_STRUCT:
134 # The gdb extension does not support value template arguments - need to extract them by hand
136 if type.code == gdb.TYPE_CODE_REF:
183 obj = gdb
191 if type.code == gdb.TYPE_CODE_REF:
/external/chromium_org/third_party/WebKit/Tools/gdb/
H A Dwebkit.py31 Add this to your gdb by amending your ~/.gdbinit as follows:
34 sys.path.insert(0, "/path/to/tools/gdb/")
40 import gdb namespace
56 return i, ' (gdb hit inaccessible memory)'
57 return 256, ' (gdb found no trailing NUL)'
63 ptr and length are both gdb.Value objects.
78 ptr and length are both gdb.Value objects.
120 data = self.val['m_buffer']['m_ptr']['m_data'].cast(gdb.lookup_type('char').pointer())
133 return lstring_to_string(chars_start.cast(gdb.lookup_type('char').pointer()),
135 return ustring_to_string(chars_start.cast(gdb
[all...]
/external/chromium_org/tools/gdb/
H A Dgdb_chrome.py7 Add this to your gdb by amending your ~/.gdbinit as follows:
10 sys.path.insert(0, "/path/to/tools/gdb/")
14 This module relies on the WebKit gdb module already existing in
18 (gdb) p /r any_variable
23 import gdb namespace
24 import gdb.printing namespace
28 # (gdb) python del sys.modules['gdb_chrome']
29 # (gdb) python import gdb_chrome
34 pp_set = gdb.printing.RegexpCollectionPrettyPrinter("chromium")
40 By default, gdb woul
[all...]

Completed in 137 milliseconds