Support dump generation for GDB mode

This commit is contained in:
momo5502
2025-03-23 13:17:23 +01:00
parent 2bc3cda062
commit 7c3f848b36
8 changed files with 54 additions and 20 deletions

View File

@@ -18,9 +18,9 @@ namespace network
tcp_client_socket accept();
void listen();
private:
bool listening_{false};
void listen();
};
}