From 936742abbee9afc7d09c15fbe8250be7da3a3898 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 11 Jul 2001 09:14:51 +0000 Subject: * thread-db.c (enable_thread_event_reporting): Correct warning message about getting thread death breakpoint. Reported by John S Kallal . --- gdb/ChangeLog | 4 ++++ gdb/thread-db.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0d20664..bbb1549 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-07-11 Mark Kettenis + * thread-db.c (enable_thread_event_reporting): Correct warning + message about getting thread death breakpoint. + Reported by John S Kallal . + * i386-tdep.c (i386_extract_return_value): "Fix" comment. (i386_store_return_value): Frob FPU status and tag word to make sure the return value is the only value on the FPU stack. diff --git a/gdb/thread-db.c b/gdb/thread-db.c index 8ddc6a2..45cdb72 100644 --- a/gdb/thread-db.c +++ b/gdb/thread-db.c @@ -404,7 +404,7 @@ enable_thread_event_reporting (void) err = td_ta_event_addr_p (thread_agent, TD_DEATH, ¬ify); if (err != TD_OK) { - warning ("Unable to get location for thread creation breakpoint: %s", + warning ("Unable to get location for thread death breakpoint: %s", thread_db_err_str (err)); return; } -- cgit v1.1