Implemented support for breakpoint caching in the GDB server
This commit is contained in:
@@ -9,6 +9,10 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
public:
|
||||
explicit Detach(const RawPacket& rawPacket);
|
||||
|
||||
bool requiresBreakpointFlush() const override {
|
||||
return true;
|
||||
}
|
||||
|
||||
void handle(
|
||||
DebugSession& debugSession,
|
||||
Services::TargetControllerService& targetControllerService
|
||||
|
||||
Reference in New Issue
Block a user