diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33f2d8f..51be0d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ +2010-12-27 Jan Kratochvil <jan.kratochvil@redhat.com> + + Code cleanup - renaming. + * breakpoint.c: Use bl for `*bp_location' variables, blp_tmp for + `**bp_location' helper variables, b_tmp for `*breakpoint' helper + variables. + 2010-12-27 Kevin Buettner <kevinb@redhat.com> - Hui Zhu <teawater@gmail.com> + Hui Zhu <teawater@gmail.com> * mips-tedp.c (mips_register_name): Add comments. |