public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-pmuldoon-python-breakpoints: Fix some spurious changes and indents.
@ 2010-11-11  9:55 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2010-11-11  9:55 UTC (permalink / raw)
  To: archer-commits

The branch, archer-pmuldoon-python-breakpoints has been updated
       via  eceecd861134add14a6bf9d9392ed4c8f2f9a784 (commit)
      from  f3fc88875b4e779ec9eca0f07bb7333e197d2c9a (commit)

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

- Log -----------------------------------------------------------------
commit eceecd861134add14a6bf9d9392ed4c8f2f9a784
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Thu Nov 11 09:54:20 2010 +0000

    Fix some spurious changes and indents.

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

Summary of changes:
 gdb/breakpoint.c |    8 ++++----
 gdb/breakpoint.h |    3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

First 500 lines of diff:
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 7ce9776..6b55313 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -7737,11 +7737,11 @@ create_breakpoint (struct gdbarch *gdbarch,
 	b->enable_state = bp_startup_disabled;
 
       if (internal)
-	/* Do not mention breakpoints with a negative number, but do
-	   notify observers.  */
-	observer_notify_breakpoint_created (b->number);
+        /* Do not mention breakpoints with a negative number, 
+	   but do notify observers.  */
+        observer_notify_breakpoint_created (b->number);
       else
-	mention (b);
+        mention (b);
     }
   
   if (sals.nelts > 1)
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index cd1ec4a..e34c2d3 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -875,8 +875,7 @@ extern void tbreak_command (char *, int);
 extern int create_breakpoint (struct gdbarch *gdbarch, char *arg,
 			      char *cond_string, int thread,
 			      int parse_condition_and_thread,
-			      int tempflag,
-			      enum bptype type_wanted,
+			      int tempflag, enum bptype wanted_type,
 			      int ignore_count,
 			      enum auto_boolean pending_break_support,
 			      struct breakpoint_ops *ops,


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


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

only message in thread, other threads:[~2010-11-11  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-11  9:55 [SCM] archer-pmuldoon-python-breakpoints: Fix some spurious changes and indents pmuldoon

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