Update target_stop's documentation
authorGary Benson <gbenson@redhat.com>
Mon, 22 Sep 2014 10:33:59 +0000 (11:33 +0100)
committerGary Benson <gbenson@redhat.com>
Mon, 22 Sep 2014 10:33:59 +0000 (11:33 +0100)
This commit updates target_stop's documentation to clarify that
it is asynchronous.

gdb/ChangeLog:

* target.c (target_stop): Updated comment.

gdb/ChangeLog
gdb/target.h

index 48e39df1a8dca05f5eea4a580e38480de9b4601a..35ecebcafd2868e1ff429239346384ddd522dd0c 100644 (file)
@@ -1,3 +1,7 @@
+2014-09-22  Gary Benson  <gbenson@redhat.com>
+
+       * target.c (target_stop): Updated comment.
+
 2014-09-22  Gary Benson  <gbenson@redhat.com>
 
        * target/target.h (target_stop_ptid): Renamed as...
index 2ea7a2d83f293b240938710793989d1d040fa40b..a6792282ec09ac78edcd65aec5997779471ba1bf 100644 (file)
@@ -1573,8 +1573,10 @@ extern int target_thread_alive (ptid_t ptid);
 extern void target_find_new_threads (void);
 
 /* Make target stop in a continuable fashion.  (For instance, under
-   Unix, this should act like SIGSTOP).  This function is normally
-   used by GUIs to implement a stop button.  */
+   Unix, this should act like SIGSTOP).  Note that this function is
+   asynchronous: it does not wait for the target to become stopped
+   before returning.  If this is the behavior you want please use
+   target_stop_and_wait.  */
 
 extern void target_stop (ptid_t ptid);
 
This page took 0.038632 seconds and 4 git commands to generate.