Renaming rangeSteppingEnabled GDB server config param to rangeStepping
This commit is contained in:
@@ -17,7 +17,7 @@ namespace DebugServer::Gdb::AvrGdb::CommandPackets
|
||||
|
||||
// Respond with a SupportedFeaturesResponse packet, listing all supported GDB features by Bloom
|
||||
debugSession.connection.writePacket(ResponsePackets::ResponsePacket(
|
||||
debugSession.serverConfig.rangeSteppingEnabled
|
||||
debugSession.serverConfig.rangeStepping
|
||||
? "vCont;c;C;s;S;r"
|
||||
: "vCont;c;C;s;S"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user