mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 23:11:01 +00:00
Integrate new gdb stub
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user