From 3ac2b8c18bf4d5b9960a251990ce4c03f725f0ee Mon Sep 17 00:00:00 2001 From: anon Date: Sat, 9 Sep 2023 12:10:23 +0200 Subject: [PATCH] debuging stuff --- .gdbinit | 2 +- debug/match_stage1.gdb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 debug/match_stage1.gdb diff --git a/.gdbinit b/.gdbinit index 8f046c7..ba42551 100644 --- a/.gdbinit +++ b/.gdbinit @@ -1,2 +1,2 @@ source debug/regex.pretty_print.py -source debug/stage1.gdb +#source debug/stage1.gdb diff --git a/debug/match_stage1.gdb b/debug/match_stage1.gdb new file mode 100644 index 0000000..9b45c99 --- /dev/null +++ b/debug/match_stage1.gdb @@ -0,0 +1 @@ +b TEST2