aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/gdb.init
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/gdb.init')
-rw-r--r--laser-tag software/gdb.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/laser-tag software/gdb.init b/laser-tag software/gdb.init
index b08fd2e..717819a 100644
--- a/laser-tag software/gdb.init
+++ b/laser-tag software/gdb.init
@@ -1,5 +1,5 @@
set arch arm
-target remote :3333
-def hook-stop
+target extended-remote :3333
+define hook-stop
x/i $pc
end