Skip to content
Snippets Groups Projects
Commit 67f7909f authored by Austin Clements's avatar Austin Clements
Browse files

Use the symbol file

parent 01396b3a
No related branches found
No related tags found
No related merge requests found
set $lastcs = -1
# This fails on Darwin because the default gdb has no ELF support
# echo + symbol-file obj/kern/kernel\n
# symbol-file obj/kern/kernel
define hook-stop
# There doesn't seem to be a good way to detect if we're in 16- or
# 32-bit mode, but in 32-bit mode we always run with CS == 8 in the
......@@ -26,3 +22,6 @@ end
echo + target remote localhost:1234\n
target remote localhost:1234
echo + symbol-file kernel\n
symbol-file kernel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment