aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-11-15 10:10:20 -0700
committerTom Tromey <tromey@adacore.com>2022-11-16 07:25:19 -0700
commit3971740e4bba92209ab002d44ec3b20a36736ff0 (patch)
tree148fc0fac3f94a080c4ceecea8e23bb49aaccf3e /gdb/doc
parent92c1d07de5f1d82421fcb78331d1e7c70a24ff23 (diff)
downloadfsf-binutils-gdb-3971740e4bba92209ab002d44ec3b20a36736ff0.zip
fsf-binutils-gdb-3971740e4bba92209ab002d44ec3b20a36736ff0.tar.gz
fsf-binutils-gdb-3971740e4bba92209ab002d44ec3b20a36736ff0.tar.bz2
Update Ada tasks documentation
My co-worker Kévin noticed that the Ada tasks documentation is slightly out of date -- it does not document all the states that can be reported by ada-tasks.c. This patch adds the missing states to the appropriate node, and updates one state to reflect a change made some time ago.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo14
1 files changed, 13 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index f5f664f..a41f0f7 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -18858,7 +18858,7 @@ terminated themselves.
@item Child Activation Wait
The task is waiting for created tasks to complete activation.
-@item Accept Statement
+@item Accept or Select Term
The task is waiting on an accept or selective wait statement.
@item Waiting on entry call
@@ -18881,8 +18881,20 @@ waiting on a terminate Phase.
The task is sleeping waiting for tasks on terminate alternatives to
finish terminating.
+@item Asynchronous Hold
+The task has been held by @code{Ada.Asynchronous_Task_Control.Hold_Task}.
+
+@item Activating
+The task has been created and is being made runnable.
+
+@item Selective Wait
+The task is waiting in a selective wait statement.
+
@item Accepting RV with @var{taskno}
The task is accepting a rendez-vous with the task @var{taskno}.
+
+@item Waiting on RV with @var{taskno}
+The task is waiting for a rendez-vous with the task @var{taskno}.
@end table
@item Name