diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index 9371529..face210 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1619,8 +1619,7 @@ extern int default_child_has_execution (struct target_ops *ops, #define target_can_lock_scheduler \ (current_target.to_has_thread_control & tc_schedlock) -/* Should the target enable async mode if it is supported? Temporary - cludge until async mode is a strict superset of sync mode. */ +/* Controls whether async mode is permitted. */ extern int target_async_permitted; /* Can the target support asynchronous execution? */ |