From: Yao Qi Date: Tue, 15 Nov 2011 01:07:44 +0000 (+0000) Subject: Fix broken changelog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ccd4ac6d3f5b820d1d113b2fa96ce980ac2474c;p=binutils-gdb.git Fix broken changelog entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72f5a62ba48..cf8f7f80a97 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -32,7 +32,8 @@ * target.c (update_current_target): Update. * breakpoint.h (struct bp_location): Add comment on field `duplicate'. - (should_be_inserted): Don't differentiate breakpoint and tracepoint. + * breakpoint.c (should_be_inserted): Don't differentiate breakpoint + and tracepoint. (remove_breakpoints): Don't remove tracepoints. (tracepoint_locations_match ): New. (breakpoint_locations_match): Call it.