41{
43
44
45
46
47 if (SplitCommand.size() != 1)
48 {
51 return;
52 }
53
54
55
56
58 {
59
60
61
63
64
65
66
69 }
70 else
71 {
72 ShowMessages(
"err, listing breakpoints is only valid if you connected to "
73 "a debuggee in debugger-mode\n");
74 }
75}
@ DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST_LIST_BREAKPOINTS
Definition RequestStructures.h:1078
BOOLEAN g_IsSerialConnectedToRemoteDebuggee
Shows if the debugger was connected to remote debuggee over (A remote guest)
Definition globals.h:231
VOID CommandBlHelp()
help of the bl command
Definition bl.cpp:25
BOOLEAN KdSendListOrModifyPacketToDebuggee(PDEBUGGEE_BP_LIST_OR_MODIFY_PACKET ListOrModifyPacket)
Sends a breakpoint list or modification packet to the debuggee.
Definition kd.cpp:1023
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition libhyperdbg.cpp:96
The structure of breakpoint modification requests packet in HyperDbg.
Definition RequestStructures.h:1090
DEBUGGEE_BREAKPOINT_MODIFICATION_REQUEST Request
Definition RequestStructures.h:1092