aboutsummaryrefslogtreecommitdiff
path: root/gdb/continuations.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/continuations.h')
-rw-r--r--gdb/continuations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/continuations.h b/gdb/continuations.h
index 7ebe82a..39130c6 100644
--- a/gdb/continuations.h
+++ b/gdb/continuations.h
@@ -25,8 +25,8 @@ struct inferior;
/* To continue the execution commands when running gdb asynchronously.
A continuation structure contains a pointer to a function to be called
to finish the command, once the target has stopped. Such mechanism is
- used by the finish and until commands, and in the remote protocol
- when opening an extended-remote connection. */
+ used by the attach command and the remote target when a new inferior
+ is detected. */
/* Prototype of the continuation callback functions. ARG is the
continuation argument registered in the corresponding