Lines Matching refs:gdb
60 t_u32 = gdb.lookup_type('unsigned int')
61 t_u64 = gdb.lookup_type('unsigned long long')
131 gdb.pretty_printers.append(v8_pretty_printers)
144 v = gdb.parse_and_eval(vstring)
148 class V8PrintObject (gdb.Command):
151 super (V8PrintObject, self).__init__ ("v8print", gdb.COMMAND_DATA)
154 gdb.execute('call __gdb_print_v8_object(%d)' % v)
158 class FindAnywhere (gdb.Command):
163 super (FindAnywhere, self).__init__ ("find-anywhere", gdb.COMMAND_DATA)
166 result = gdb.execute(
175 for l in gdb.execute("maint info sections", to_string = True).split('\n'):
180 for l in gdb.execute("info proc mappings", to_string = True).split('\n'):