public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-swagiaal-oguz: Check breakpoint type.
@ 2010-12-22 19:53 swagiaal
  0 siblings, 0 replies; only message in thread
From: swagiaal @ 2010-12-22 19:53 UTC (permalink / raw)
  To: archer-commits

The branch, archer-swagiaal-oguz has been updated
       via  e6ac31d30fdf318eea0280f873a607cd98d5b146 (commit)
      from  548dc08bb471b5197f2cb1f65e1585b9291a915e (commit)

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

- Log -----------------------------------------------------------------
commit e6ac31d30fdf318eea0280f873a607cd98d5b146
Author: Sami Wagiaalla <swagiaal@redhat.com>
Date:   Wed Dec 22 14:44:25 2010 -0500

    Check breakpoint type.

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

Summary of changes:
 gdb/python/py-stopevent.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/python/py-stopevent.c b/gdb/python/py-stopevent.c
index 8d8735c..8774273 100644
--- a/gdb/python/py-stopevent.c
+++ b/gdb/python/py-stopevent.c
@@ -74,8 +74,8 @@ emit_stop_event (struct bpstats *bs, const char *stop_signal)
   else
     stopped_thread = (thread_object *) Py_None;
 
-  // FIXME: Handle stop because of 'next' event
-  if (bs && bs->breakpoint_at)
+  if (bs && bs->breakpoint_at
+      && bs->breakpoint_at->type == bp_breakpoint)
     {
       stop_event_obj =
 	  (stop_event_object *)


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


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

only message in thread, other threads:[~2010-12-22 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-22 19:53 [SCM] archer-swagiaal-oguz: Check breakpoint type swagiaal

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).