diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-30 00:09:02 +0200 |
| commit | bbead404341de0db027b32fe2b161c0194420c08 (patch) | |
| tree | e6712d4b0466d36ae727695b70003e5aebef3218 /playground/gdb-calculate.gdb | |
| parent | bbd20d9104a3bd138ad72e5badcf50bfe6acc1a9 (diff) | |
WIP native implementation
Diffstat (limited to 'playground/gdb-calculate.gdb')
| -rw-r--r-- | playground/gdb-calculate.gdb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/playground/gdb-calculate.gdb b/playground/gdb-calculate.gdb new file mode 100644 index 0000000..952559f --- /dev/null +++ b/playground/gdb-calculate.gdb @@ -0,0 +1,5 @@ +set breakpoint pending on + +# break src_c/opcut.c:opcut_calculate + +run |
