Searched defs:gdb (Results 1 - 1 of 1) 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:

Completed in 65 milliseconds