diff options
author | Yao Qi <yao@codesourcery.com> | 2011-11-14 03:01:01 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-11-14 03:01:01 +0000 |
commit | 3742cc8b4f7c8bd53a9ec513dd52189fb50c1b69 (patch) | |
tree | 04b27ed6d54060fdd3601c4bcc0fe21a63400f52 /gdb/ChangeLog | |
parent | 8c19ceefadca03a06cbccd909b77c2b68ff47a9e (diff) | |
download | gdb-3742cc8b4f7c8bd53a9ec513dd52189fb50c1b69.zip gdb-3742cc8b4f7c8bd53a9ec513dd52189fb50c1b69.tar.gz gdb-3742cc8b4f7c8bd53a9ec513dd52189fb50c1b69.tar.bz2 |
* breakpoint.c (init_raw_breakpoint): Call
add_location_to_breakpoint to replace duplicated code.
(add_location_to_breakpoint): Adjust the breakpoint's
address prior to allocating a location.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a1e58d..ac9de9d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-11-14 Yao Qi <yao@codesourcery.com> + + * breakpoint.c (init_raw_breakpoint): Call + add_location_to_breakpoint to replace duplicated code. + (add_location_to_breakpoint): Adjust the breakpoint's + address prior to allocating a location. + 2011-11-12 Matt Rice <ratmice@gmail.com> * macrocmd.c (macro_no_macro_info): New function. |