Moved TargetController components into new 'TargetController' namespace.
This commit is contained in:
@@ -32,7 +32,10 @@ namespace Bloom::DebugServer::Gdb::CommandPackets
|
||||
return this->supportedFeatures;
|
||||
}
|
||||
|
||||
void handle(DebugSession& debugSession, TargetControllerConsole& targetControllerConsole) override;
|
||||
void handle(
|
||||
DebugSession& debugSession,
|
||||
TargetController::TargetControllerConsole& targetControllerConsole
|
||||
) override;
|
||||
|
||||
private:
|
||||
std::set<Feature> supportedFeatures;
|
||||
|
||||
Reference in New Issue
Block a user