public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-bpstat_what: diff cleanup
@ 2010-05-17 21:36 jkratoch
  0 siblings, 0 replies; 2+ messages in thread
From: jkratoch @ 2010-05-17 21:36 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-bpstat_what has been updated
       via  68980f4de7dae26acc99176c31ae4621426749d7 (commit)
      from  ca69c758d462e18939fc39383822b1762e2239c1 (commit)

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

- Log -----------------------------------------------------------------
commit 68980f4de7dae26acc99176c31ae4621426749d7
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon May 17 23:35:56 2010 +0200

    diff cleanup

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

Summary of changes:
 gdb/breakpoint.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index d250df5..25adeaf 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -560,7 +560,7 @@ extern bpstat bpstat_copy (bpstat);
 
 extern bpstat bpstat_stop_status (struct address_space *aspace,
 				  CORE_ADDR pc, ptid_t ptid);
-
+\f
 /* This bpstat_what stuff tells wait_for_inferior what to do with a
    breakpoint (a challenging task).  */
 


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [SCM]  archer-jankratochvil-bpstat_what: diff cleanup
@ 2010-05-17 20:44 jkratoch
  0 siblings, 0 replies; 2+ messages in thread
From: jkratoch @ 2010-05-17 20:44 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-bpstat_what has been updated
       via  ca69c758d462e18939fc39383822b1762e2239c1 (commit)
      from  098042cf1b9fdcc50686b42f2e38d23519f28bb9 (commit)

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

- Log -----------------------------------------------------------------
commit ca69c758d462e18939fc39383822b1762e2239c1
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Mon May 17 22:43:51 2010 +0200

    diff cleanup

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

Summary of changes:
 gdb/breakpoint.c |    2 ++
 gdb/infrun.c     |    5 +++++
 2 files changed, 7 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 1134435..ef06259 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -4151,6 +4151,8 @@ bpstat_stop_status (struct address_space *aspace,
   return root_bs->next;
 }
 
+/* Return BPTYPE text representation for the purpose of debug messages.  */
+
 static const char *
 breakpoint_type_name (enum bptype bptype)
 {
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 6e05c48..fa22006 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -4982,6 +4982,11 @@ insert_longjmp_resume_breakpoint (struct gdbarch *gdbarch, CORE_ADDR pc)
      longjmp_resume_breakpoint when one is already active.  */
   gdb_assert (inferior_thread ()->step_resume_breakpoint == NULL);
 
+  if (debug_infrun)
+    fprintf_unfiltered (gdb_stdlog,
+			"infrun: inserting longjmp-resume breakpoint at %s\n",
+			paddress (gdbarch, pc));
+
   inferior_thread ()->step_resume_breakpoint =
     set_momentary_breakpoint_at_pc (gdbarch, pc, bp_longjmp_resume);
 }


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-17 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-17 21:36 [SCM] archer-jankratochvil-bpstat_what: diff cleanup jkratoch
  -- strict thread matches above, loose matches on Subject: below --
2010-05-17 20:44 jkratoch

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