diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-02-09 15:14:46 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-02-09 15:14:46 +0000 |
commit | f4859d94a05ee84d491fcc2bdb221da6670dbe52 (patch) | |
tree | 4d2a5cad88250f4162008756c82590ff6bea1586 /gdb/ChangeLog | |
parent | c56a97f95713fc5b910d70ba4f38159c53149bc9 (diff) | |
download | gdb-f4859d94a05ee84d491fcc2bdb221da6670dbe52.zip gdb-f4859d94a05ee84d491fcc2bdb221da6670dbe52.tar.gz gdb-f4859d94a05ee84d491fcc2bdb221da6670dbe52.tar.bz2 |
gdb/
* gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
flds_bnds.fields.
(StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
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 cb05fb5..8da3f73 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print + flds_bnds.fields. + (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds. + +2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com> + * breakpoint.c (bp_location_compare): Fix comment. Reindent the code. 2012-02-08 Joel Brobecker <brobecker@adacore.com> |