Removed EventManager and EventListener dependency from TargetControllerConsole class
This commit is contained in:
@@ -114,9 +114,7 @@ namespace Bloom::DebugServer::Gdb
|
||||
*
|
||||
* See documentation in src/DebugServer/Gdb/README.md for more on how GDB commands are processed.
|
||||
*/
|
||||
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole(
|
||||
this->eventListener
|
||||
);
|
||||
TargetController::TargetControllerConsole targetControllerConsole = TargetController::TargetControllerConsole();
|
||||
|
||||
/**
|
||||
* Listening socket address
|
||||
|
||||
Reference in New Issue
Block a user