jeger/debug/regspect.gdb
2023-10-17 13:15:06 +02:00

9 lines
100 B
Plaintext

define regspect
delete
break regex_match
ignore 1 $arg0 - 1
run
tui refresh
print * regex
end