# HG changeset patch # User "Yann E. MORIN" # Date 1208109808 0 # Node ID d75624a9268bf9cdb751ff41849af686a6a8ce9a # Parent dbfc5a7353b0e564fdd959d6dcb6acaf42881dcc Update patch to gdb. Thanks Khem RAJ patches/gdb/6.5/500-thread-timeout.patch | 13 6 7 0 ++++++------- docs/CREDITS | 3 3 0 0 +++ 2 files changed, 9 insertions(+), 7 deletions(-) diff -r dbfc5a7353b0 -r d75624a9268b docs/CREDITS --- a/docs/CREDITS Wed Feb 20 22:48:35 2008 +0000 +++ b/docs/CREDITS Sun Apr 13 18:03:28 2008 +0000 @@ -39,6 +39,9 @@ Michael Abbott: - make it build with ancient findutils + Many others have contributed, either in form of patches, suggestions, + comments, or testing... Thank you to all of you! + Special dedication to the buildroot people for maintaining a set of patches I happily and shamelessly vampirise from time to time... :-) diff -r dbfc5a7353b0 -r d75624a9268b patches/gdb/6.5/500-thread-timeout.patch --- a/patches/gdb/6.5/500-thread-timeout.patch Wed Feb 20 22:48:35 2008 +0000 +++ b/patches/gdb/6.5/500-thread-timeout.patch Sun Apr 13 18:03:28 2008 +0000 @@ -1,14 +1,14 @@ ---- gdb-6.3.org/gdb/gdbserver/thread-db.c 2004-10-17 02:42:00.000000000 +0900 -+++ gdb-6.3/gdb/gdbserver/thread-db.c 2005-01-27 12:19:29.000000000 +0900 +--- gdb-6.5/./gdb/gdbserver/thread-db.c.orig 2006-03-15 08:13:29.000000000 -0800 ++++ gdb-6.5/./gdb/gdbserver/thread-db.c 2008-04-01 21:21:23.000000000 -0700 @@ -21,6 +21,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ +#include #include "server.h" #include "linux-low.h" -@@ -142,6 +143,7 @@ +@@ -134,6 +135,7 @@ thread_db_create_event (CORE_ADDR where) td_event_msg_t msg; td_err_e err; struct inferior_linux_data *tdata; @@ -16,7 +16,7 @@ if (debug_threads) fprintf (stderr, "Thread creation event.\n"); -@@ -152,7 +154,13 @@ +@@ -144,7 +146,13 @@ thread_db_create_event (CORE_ADDR where) In the LinuxThreads implementation, this is safe, because all events come from the manager thread (except for its own creation, of course). */ @@ -31,4 +31,3 @@ if (err != TD_OK) fprintf (stderr, "thread getmsg err: %s\n", thread_db_err_str (err)); -