Using new RAII epoll instance wrapper in GDB server and Connection class
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Bloom::DebugServers::Gdb
|
||||
*/
|
||||
bool waitingForBreak = false;
|
||||
|
||||
DebugSession(const Connection& connection, const TargetDescriptor& targetDescriptor);
|
||||
DebugSession(Connection&& connection, const TargetDescriptor& targetDescriptor);
|
||||
|
||||
void terminate();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user