diff options
author | Yao Qi <yao@codesourcery.com> | 2011-11-15 01:07:44 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-11-15 01:07:44 +0000 |
commit | 3ccd4ac6d3f5b820d1d113b2fa96ce980ac2474c (patch) | |
tree | 1ae519d1dc647318016e1e582416386786891491 /gdb | |
parent | 43ecc66e5df822788a03fd50af19e16e0c11d5fd (diff) | |
download | gdb-3ccd4ac6d3f5b820d1d113b2fa96ce980ac2474c.zip gdb-3ccd4ac6d3f5b820d1d113b2fa96ce980ac2474c.tar.gz gdb-3ccd4ac6d3f5b820d1d113b2fa96ce980ac2474c.tar.bz2 |
Fix broken changelog entry.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72f5a62..cf8f7f8 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. |