diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-16 17:20:56 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-16 17:20:56 +0100 |
commit | 211ea8b9b594ab999dd0f98b5a86d88e6da480e6 (patch) | |
tree | 71142161e45588215eee091a8ee458825da630d9 /open_issues/gdb_thread_ids.mdwn | |
parent | 3c73e014458f7ce102aed1d219f487e97ee24a08 (diff) | |
download | web-211ea8b9b594ab999dd0f98b5a86d88e6da480e6.tar.gz web-211ea8b9b594ab999dd0f98b5a86d88e6da480e6.tar.bz2 web-211ea8b9b594ab999dd0f98b5a86d88e6da480e6.zip |
Link open_issues/gdb_thread_ids and open_issues/thread_numbering_of_ps_and_gdb.
Diffstat (limited to 'open_issues/gdb_thread_ids.mdwn')
-rw-r--r-- | open_issues/gdb_thread_ids.mdwn | 6 |
1 files changed, 5 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]]. |