public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-pmuldoon-next-over-throw2: Call delete_longjmp_breakpoint from clear_thread_inferior_resources
@ 2010-11-30 20:12 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2010-11-30 20:12 UTC (permalink / raw)
  To: archer-commits

The branch, archer-pmuldoon-next-over-throw2 has been updated
       via  c74176570191a5553a0faaca04cd2ce395d6b6a4 (commit)
      from  0c4d9d1c06c18faa7bce9e63a5c9a514ef95f3c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit c74176570191a5553a0faaca04cd2ce395d6b6a4
Author: Tom Tromey <tromey@redhat.com>
Date:   Tue Nov 30 13:11:55 2010 -0700

    Call delete_longjmp_breakpoint from clear_thread_inferior_resources

-----------------------------------------------------------------------

Summary of changes:
 gdb/thread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/thread.c b/gdb/thread.c
index 2a5d0f1..40ed6d9 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -123,6 +123,8 @@ clear_thread_inferior_resources (struct thread_info *tp)
 
   discard_all_intermediate_continuations_thread (tp);
   discard_all_continuations_thread (tp);
+
+  delete_longjmp_breakpoint (tp->num);
 }
 
 static void


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-30 20:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-30 20:12 [SCM] archer-pmuldoon-next-over-throw2: Call delete_longjmp_breakpoint from clear_thread_inferior_resources tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).