mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 01:52:39 +03:00
[GDB] Handle kill and detach packets.
This commit also includes a test to ensure that single stepping works, since continue, kill, detach, and single step all share code.
This commit is contained in:
committed by
Michael Brown
parent
27731d975e
commit
59b5465b30
@@ -25,5 +25,9 @@ gdbstub_test:
|
||||
int $3
|
||||
addl $8, %esp
|
||||
|
||||
/* 5. Step test */
|
||||
int $3
|
||||
nop
|
||||
|
||||
1:
|
||||
jmp 1b
|
||||
|
||||
Reference in New Issue
Block a user