summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-11-16 17:20:56 +0100
committerThomas Schwinge <thomas@schwinge.name>2010-11-16 17:20:56 +0100
commit211ea8b9b594ab999dd0f98b5a86d88e6da480e6 (patch)
tree71142161e45588215eee091a8ee458825da630d9
parent3c73e014458f7ce102aed1d219f487e97ee24a08 (diff)
Link open_issues/gdb_thread_ids and open_issues/thread_numbering_of_ps_and_gdb.
-rw-r--r--open_issues/gdb_thread_ids.mdwn6
-rw-r--r--open_issues/thread_numbering_of_ps_and_gdb.mdwn3
2 files changed, 8 insertions, 1 deletions
diff --git a/open_issues/gdb_thread_ids.mdwn b/open_issues/gdb_thread_ids.mdwn
index eeb67f30..c31a9967 100644
--- a/open_issues/gdb_thread_ids.mdwn
+++ b/open_issues/gdb_thread_ids.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2008, 2009 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2008, 2009, 2010 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -19,3 +20,6 @@ GNU GDB's Pedro Alves:
> was, if gnu-nat.c couldn't be using the port's id as thread ids instead of a
> locally auto-generated number. Maybe the thread id of the main thread would
> be preserved across execs this way
+
+
+Also see [[thread numbering of ps and GDB]].
diff --git a/open_issues/thread_numbering_of_ps_and_gdb.mdwn b/open_issues/thread_numbering_of_ps_and_gdb.mdwn
index ba2ad1f6..7058cfe2 100644
--- a/open_issues/thread_numbering_of_ps_and_gdb.mdwn
+++ b/open_issues/thread_numbering_of_ps_and_gdb.mdwn
@@ -16,3 +16,6 @@ that has a global meaning for the running GNU Mach kernel, or a process-wide
meaning, for example a port number.
[[!tag open_issue_hurd open_issue_gdb]]
+
+
+Also see [[GDB thread IDs]].