anon před 8 měsíci
rodič
revize
593ba59cc4
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. +3
    -0
      debug/examine_regex.gdb
  2. +1
    -1
      debug/regex.pretty_print.py

+ 3
- 0
debug/examine_regex.gdb Zobrazit soubor

@@ -0,0 +1,3 @@
break regex_assert
run < tests/comment.input
print * regex

+ 1
- 1
debug/regex.pretty_print.py Zobrazit soubor

@@ -27,7 +27,7 @@ class RegexPrinter:
# Offshoot
offshoot_t_ptr_ptr = gdb.lookup_type("offshoot_t").pointer().pointer()
dt = self.val['catch_table']
s += "offshoot_table = {\n"
s += "offshoot_table = { \n"
for i in range(0, dt['element_count']):
s += "\t"
s += (


Načítá se…
Zrušit
Uložit