]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/target.h
enable target async by default; separate MI and target notions of async
[thirdparty/binutils-gdb.git] / gdb / target.h
index 937152902aea40ad0b9fd64dbe1bc490a51ee1c2..face2107fbaa51f46b2982c57d255d5c6b074730 100644 (file)
@@ -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?  */