summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-13 18:03:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-13 18:03:28 (GMT)
commit524ec3d73d33831f4a097bb98a266027211cee39 (patch)
tree133b129ef21d7bfa192057bb94fe38fe4389ee3a
parent5ff9c06cf35fdee01776c15049aa49ac53159816 (diff)
Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com>
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(-)
-rw-r--r--docs/CREDITS3
-rw-r--r--patches/gdb/6.5/500-thread-timeout.patch13
2 files changed, 9 insertions, 7 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 7bdec01..1a32fbf 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -39,6 +39,9 @@ And in order of appearance on the crossgcc ML:
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 --git a/patches/gdb/6.5/500-thread-timeout.patch b/patches/gdb/6.5/500-thread-timeout.patch
index 6db0a7a..d6f5dd8 100644
--- a/patches/gdb/6.5/500-thread-timeout.patch
+++ b/patches/gdb/6.5/500-thread-timeout.patch
@@ -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 <unistd.h>
#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));
-