mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[tooling] Remove old GDB workarounds
GDB works far better now with QEMU's `-S` flag. No longer does it complain about changing the target from 32 to 64 bits. Get rid of the old `waiting` loop and `sleep` call in the GDB config for the kernel. Tags: debugging
This commit is contained in:
@@ -24,8 +24,5 @@ class PrintStackCommand(gdb.Command):
|
||||
|
||||
PrintStackCommand()
|
||||
|
||||
import time
|
||||
time.sleep(3.5)
|
||||
gdb.execute("target remote :1234")
|
||||
gdb.execute("set waiting = false")
|
||||
gdb.execute("display/i $rip")
|
||||
|
||||
Reference in New Issue
Block a user