Lines Matching refs:gdb
9 import gdb
20 stack_depot_disabled = gdb.parse_and_eval('stack_depot_disabled')
23 raise gdb.GdbError("stack_depot_disabled\n")
25 handle_parts_t = gdb.lookup_type("union handle_parts")
28 pool_index_cached = gdb.parse_and_eval('pool_index')
31 …gdb.write("pool index %d out of bounds (%d) for stack id 0x%08x\n" % (parts['pool_index'], pool_in…
32 return gdb.Value(0), 0
34 stack_pools = gdb.parse_and_eval('stack_pools')
38 …stack = (pool + gdb.Value(offset).cast(utils.get_size_t_type())).cast(stack_record_type.get_type()…
42 gdb.write("%s\n" % e)
43 return gdb.Value(0), 0
47 raise gdb.GdbError("CONFIG_STACKDEPOT is not enabled")
53 gdb.execute("x /i 0x%x" % (int(entries[i])))
55 gdb.write("%s\n" % e)