anon пре 8 месеци
родитељ
комит
1bcd78a7c7
2 измењених фајлова са 2 додато и 1 уклоњено
  1. +1
    -0
      .gdbinit
  2. +1
    -1
      debug/regex.pretty_print.py

+ 1
- 0
.gdbinit Прегледај датотеку

@@ -0,0 +1 @@
source debug/regex.pretty_print.py

+ 1
- 1
debug/regex.pretty_print.py Прегледај датотеку

@@ -26,7 +26,7 @@ class RegexPrinter:
s += "\n },\n"
# Offshoot
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"
for i in range(0, dt['element_count']):
s += "\t"


Loading…
Откажи
Сачувај