Moved TargetController components into new 'TargetController' namespace.
This commit is contained in:
@@ -28,6 +28,9 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
|
||||
explicit SetBreakpoint(const RawPacketType& rawPacket);
|
||||
|
||||
void handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) override;
|
||||
void handle(
|
||||
DebugSession& debugSession,
|
||||
TargetController::TargetControllerConsole& targetControllerConsole
|
||||
) override;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user