diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/gdbinit (renamed from util/gdbinit.tmpl) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/gdbinit.tmpl b/util/gdbinit index d9a981d..ca2c885 100644 --- a/util/gdbinit.tmpl +++ b/util/gdbinit @@ -20,8 +20,8 @@ define hook-stop set $lastcs = $cs end -echo + target remote localhost:1234\n -target remote localhost:1234 +echo + target remote localhost:1337\n +target remote localhost:1337 # If this fails, it's probably because your GDB doesn't support ELF. # Look at the tools page at |