Joel Brobecker
2018-11-01 22:07:18 UTC
Hello,
FYI - I pushed the following patch as obvious; all it does is fixing
up an example to match the current implementation.
gdb/doc/ChangeLog:
* gdb.texinfo (Ada Tasks): Update the "info task 2" example
output to match the current implementation.
Pushed to master.
Thanks,
--
Joel
---
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8804e81ffad..5c0c106b6ca 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-01 Joel Brobecker <***@adacore.com>
+
+ * gdb.texinfo (Ada Tasks): Update the "info task 2" example
+ output to match the current implementation.
+
2018-10-27 Philippe Waroquiers <***@skynet.be>
* gdb.texinfo (Information About a Frame): Document changes
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0226b6d88de..9756155a398 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -17161,7 +17161,8 @@ the following example:
(@value{GDBP}) info task 2
Ada Task: 0x807c468
Name: task_1
-Thread: 0x807f378
+Thread: 0
+LWP: 0x1fac
Parent: 1 (main_task)
Base Priority: 15
State: Runnable
FYI - I pushed the following patch as obvious; all it does is fixing
up an example to match the current implementation.
gdb/doc/ChangeLog:
* gdb.texinfo (Ada Tasks): Update the "info task 2" example
output to match the current implementation.
Pushed to master.
Thanks,
--
Joel
---
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 8804e81ffad..5c0c106b6ca 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-01 Joel Brobecker <***@adacore.com>
+
+ * gdb.texinfo (Ada Tasks): Update the "info task 2" example
+ output to match the current implementation.
+
2018-10-27 Philippe Waroquiers <***@skynet.be>
* gdb.texinfo (Information About a Frame): Document changes
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0226b6d88de..9756155a398 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -17161,7 +17161,8 @@ the following example:
(@value{GDBP}) info task 2
Ada Task: 0x807c468
Name: task_1
-Thread: 0x807f378
+Thread: 0
+LWP: 0x1fac
Parent: 1 (main_task)
Base Priority: 15
State: Runnable
--
2.17.1
2.17.1