diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 6ec269a..a271220 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -9212,6 +9212,7 @@ static const struct internalvar_funcs siginfo_funcs = static void infrun_async_inferior_event_handler (gdb_client_data data) { + clear_async_event_handler (infrun_async_inferior_event_token); inferior_event_handler (INF_REG_EVENT); } |