mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[KDGDB] Avoid looping for ever when something unexpected happens
This commit is contained in:
parent
2413530acf
commit
3ee1eb42a5
3 changed files with 33 additions and 30 deletions
|
@ -57,7 +57,7 @@ InitManipulateFromStateChange(
|
|||
}
|
||||
|
||||
/* Callbacks to simulate a KdReceive <-> KdSend loop without GDB being aware of it */
|
||||
typedef VOID (*KDP_SEND_HANDLER)(
|
||||
typedef BOOLEAN (*KDP_SEND_HANDLER)(
|
||||
_In_ ULONG PacketType,
|
||||
_In_ PSTRING MessageHeader,
|
||||
_In_ PSTRING MessageData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue