aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-11-08 16:43:39 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-11-08 16:43:39 +0000
commitdb107f19ecbd415d8153efe683654c0a2cc4ffc3 (patch)
tree90f75e345ee30f178bd595fbd27b456ff28d6dfb /gdb/ChangeLog
parent4d2c0abd8e0a1756a94fbbcc9268e2730c6c922b (diff)
downloadgdb-db107f19ecbd415d8153efe683654c0a2cc4ffc3.zip
gdb-db107f19ecbd415d8153efe683654c0a2cc4ffc3.tar.gz
gdb-db107f19ecbd415d8153efe683654c0a2cc4ffc3.tar.bz2
* breakpoint.c (break_command_1): Remove
pending_bp parameter. (create_breakpoint): Likewise. (create_breakpoints): Likewise. Adjust call to create_breakpoint. (break_command_1): Likewise. Adjust call to create_breakpoints. (do_captured_breakpoint): Adjust call to create_breakpoints. (break_command, tbreak_command, hbreak_command) (stopin_command, stopat_command): Adjust call to break_command_1.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ef0469..19b514f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2007-11-08 Vladimir Prus <vladimir@codesourcery.com>
+
+ * breakpoint.c (break_command_1): Remove
+ pending_bp parameter.
+ (create_breakpoint): Likewise.
+ (create_breakpoints): Likewise. Adjust call to
+ create_breakpoint.
+ (break_command_1): Likewise. Adjust call to
+ create_breakpoints.
+ (do_captured_breakpoint): Adjust call to
+ create_breakpoints.
+ (break_command, tbreak_command, hbreak_command)
+ (stopin_command, stopat_command): Adjust call
+ to break_command_1.
+
2007-11-07 Joseph Myers <joseph@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>