diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-07 19:17:33 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-07 18:51:21 +0100 |
commit | 0574f5a7c5159a2ae1d7d2182cec982509947db9 (patch) | |
tree | 2a9678fd39bcf8ead03c7ee979caf668f2f17892 /gdb_scripts | |
parent | 4aec2e1331650cabb966bbf24ed83f76cbbe9912 (diff) |
checkpoint
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 + |