Removed breakpoint caching in GDB server - it's not needed!
GDB can be configured to avoid needlessly updating breakpoints on the target
This commit is contained in:
@@ -40,10 +40,6 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
: Packet(rawPacket)
|
||||
{}
|
||||
|
||||
virtual bool requiresBreakpointFlush() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Should handle the command for the current active debug session.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user