aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-29 20:56:04 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-29 20:56:04 +0200
commit53be773e451776c8d820ec9218e79925ea3b5121 (patch)
treefd33434a7686289a5d3e9d44bd5f63606e5393a2
parent048c106ca08b136443f2265922d15cfc8dd1495b (diff)
downloadmatcha-threads-53be773e451776c8d820ec9218e79925ea3b5121.tar.gz
matcha-threads-53be773e451776c8d820ec9218e79925ea3b5121.zip
remove gdb script
-rw-r--r--util.gdb8
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