gdb stuff
This commit is contained in:
parent
9c51f90f10
commit
1bcd78a7c7
@ -26,7 +26,7 @@ class RegexPrinter:
|
|||||||
s += "\n },\n"
|
s += "\n },\n"
|
||||||
# Offshoot
|
# Offshoot
|
||||||
offshoot_t_ptr_ptr = gdb.lookup_type("offshoot_t").pointer().pointer()
|
offshoot_t_ptr_ptr = gdb.lookup_type("offshoot_t").pointer().pointer()
|
||||||
dt = self.val['delta_table']
|
dt = self.val['catch_table']
|
||||||
s += "offshoot_table = {\n"
|
s += "offshoot_table = {\n"
|
||||||
for i in range(0, dt['element_count']):
|
for i in range(0, dt['element_count']):
|
||||||
s += "\t"
|
s += "\t"
|
||||||
|
Loading…
Reference in New Issue
Block a user