diff options
author | Pedro Alves <palves@redhat.com> | 2008-09-02 15:14:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-09-02 15:14:52 +0000 |
commit | a12654ce2daf0e054c2780737632769f10cf62d0 (patch) | |
tree | f6ef0cdcd761db786adc28878a4351c52fe1ae9f /gdb/ChangeLog | |
parent | 8b7a6d61e8481468f70134b0ce48ca3d9b9c77f7 (diff) | |
download | gdb-a12654ce2daf0e054c2780737632769f10cf62d0.zip gdb-a12654ce2daf0e054c2780737632769f10cf62d0.tar.gz gdb-a12654ce2daf0e054c2780737632769f10cf62d0.tar.bz2 |
* breakpoint.c (insert_breakpoints, update_global_location_list):
Check breakpoints_always_inserted_mode instead of
always_inserted_mode directly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1461825..b9bd42a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2008-09-02 Pedro Alves <pedro@codesourcery.com> + + * breakpoint.c (insert_breakpoints, update_global_location_list): + Check breakpoints_always_inserted_mode instead of + always_inserted_mode directly. + 2008-09-02 Andreas Schwab <schwab@suse.de> * ia64-tdep.c (ia64_get_dyn_info_list): Use obj_section_addr. |