diff options
author | Pedro Alves <palves@redhat.com> | 2010-07-21 11:25:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-07-21 11:25:53 +0000 |
commit | 269b11a298661a350ca79807544d0b58b7d18a3d (patch) | |
tree | ddf04a7a4d289032f8936743b9ba8a4d52765bf3 /gdb/ChangeLog | |
parent | b806f530e2fcc9c58320575ac74138a9dad63467 (diff) | |
download | gdb-269b11a298661a350ca79807544d0b58b7d18a3d.zip gdb-269b11a298661a350ca79807544d0b58b7d18a3d.tar.gz gdb-269b11a298661a350ca79807544d0b58b7d18a3d.tar.bz2 |
* breakpoint.c (bptype_string): New, abstracted out from
print_one_breakpoint_location.
(print_one_breakpoint_location): Adjust.
(breakpoint_1): Adjust the type column width dynamically.
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 1e1257e..39eb192 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2010-07-21 Pedro Alves <pedro@codesourcery.com> + + * breakpoint.c (bptype_string): New, abstracted out from + print_one_breakpoint_location. + (print_one_breakpoint_location): Adjust. + (breakpoint_1): Adjust the type column width dynamically. + 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com> * symfile.c (find_separate_debug_file_by_debuglink): Remove |