diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-03-19 14:00:00 +0100 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-03-19 14:00:00 +0100 |
| commit | 1c31e27c1bdf22c198c9617c2b923f6a7beeffc8 (patch) | |
| tree | 2a9678fd39bcf8ead03c7ee979caf668f2f17892 /gdb_scripts | |
| parent | bb9994846b655070f5d61e2708c9f43f7855e649 (diff) | |
Administritavia
Diffstat (limited to 'gdb_scripts')
| -rw-r--r-- | gdb_scripts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb_scripts b/gdb_scripts new file mode 100644 index 0000000..97acf23 --- /dev/null +++ b/gdb_scripts @@ -0,0 +1,12 @@ +define tbx + tui ena + b 126 + continue + disp SearchIndex + disp PrevIndex + disp Text[TextOffset + SearchIndex] + disp Text + TextOffset + PrevIndex + disp BreakOffset + disp YOffset +end + |
