diff options
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/target.c b/gdb/target.c index d889943..a9217d8 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -535,6 +535,7 @@ update_current_target () INHERIT (to_has_registers, t); INHERIT (to_has_execution, t); INHERIT (to_has_thread_control, t); + INHERIT (to_has_async_exec, t); INHERIT (to_sections, t); INHERIT (to_sections_end, t); INHERIT (to_magic, t); |