aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-04-27 12:44:26 +0000
committerPedro Alves <palves@redhat.com>2011-04-27 12:44:26 +0000
commit46c6471b0a591c6a53cf9bacdee6663cc63cd588 (patch)
tree8dc8c7a0781f3d9b1c9b02d9b7c1b31bb2db409c /gdb/ChangeLog
parent43294ab7fc33c09cb2c44763c0a79ea0db679408 (diff)
downloadgdb-46c6471b0a591c6a53cf9bacdee6663cc63cd588.zip
gdb-46c6471b0a591c6a53cf9bacdee6663cc63cd588.tar.gz
gdb-46c6471b0a591c6a53cf9bacdee6663cc63cd588.tar.bz2
2011-04-27 Pedro Alves <pedro@codesourcery.com>
gdb/ * breakpoint.c (user_settable_breakpoint): Delete. (user_breakpoint_p): Remove check on user_settable_breakpoint. (delete_command): Check user_breakpoint_p instead of looking at the breakpoint's type. (disable_command): Ditto. (enable_command): Ditto. (delete_trace_command): Use user_breakpoint_p instead of looking at the breakpoint number directly. When checking if there are user visible tracepoints, in order to know whether to ask the user for confirmation, check whether the breakpoint is actually a tracepoint.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f77310..3511bc0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2011-04-27 Pedro Alves <pedro@codesourcery.com>
+
+ * breakpoint.c (user_settable_breakpoint): Delete.
+ (user_breakpoint_p): Remove check on user_settable_breakpoint.
+ (delete_command): Check user_breakpoint_p instead of looking at
+ the breakpoint's type.
+ (disable_command): Ditto.
+ (enable_command): Ditto.
+ (delete_trace_command): Use user_breakpoint_p instead of looking
+ at the breakpoint number directly. When checking if there are
+ user visible tracepoints, in order to know whether to ask the user
+ for confirmation, check whether the breakpoint is actually a
+ tracepoint.
+
2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
* python/py-breakpoint.c (gdbpy_breakpoint_created): Fix