diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-09-29 20:56:04 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-09-29 20:56:04 +0200 |
commit | 53be773e451776c8d820ec9218e79925ea3b5121 (patch) | |
tree | fd33434a7686289a5d3e9d44bd5f63606e5393a2 | |
parent | 048c106ca08b136443f2265922d15cfc8dd1495b (diff) | |
download | matcha-threads-53be773e451776c8d820ec9218e79925ea3b5121.tar.gz matcha-threads-53be773e451776c8d820ec9218e79925ea3b5121.zip |
remove gdb script
-rw-r--r-- | util.gdb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/util.gdb b/util.gdb deleted file mode 100644 index e08e005..0000000 --- a/util.gdb +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (c) 2020 Johannes Stoelp - -define show_ctx - echo -- regs --\n - info reg rdi rsi rsp rbp - echo -- stack -- - x/10a $rsp -end |