Integrate new gdb stub

This commit is contained in:
momo5502
2025-01-17 17:23:05 +01:00
parent 7d62d1e20e
commit 0253592ae9
9 changed files with 58 additions and 207 deletions

View File

@@ -9,7 +9,7 @@ namespace gdb_stub
class async_handler
{
public:
using handler = void(const std::atomic_bool& should_run);
using handler = void(std::atomic_bool& should_run);
using handler_function = std::function<handler>;
async_handler(handler_function handler);