diff options
author | Pedro Alves <palves@redhat.com> | 2011-06-13 10:55:27 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-06-13 10:55:27 +0000 |
commit | dc7eb48e0a75ef7430880a5892035b638bb422c7 (patch) | |
tree | 1981359c722003149509b703de2fcf58f943dece /gdb/ChangeLog | |
parent | 94342ec38bc47cba884a975e37c74f20b598ca25 (diff) | |
download | fsf-binutils-gdb-dc7eb48e0a75ef7430880a5892035b638bb422c7.zip fsf-binutils-gdb-dc7eb48e0a75ef7430880a5892035b638bb422c7.tar.gz fsf-binutils-gdb-dc7eb48e0a75ef7430880a5892035b638bb422c7.tar.bz2 |
2011-06-13 Pedro Alves <pedro@codesourcery.com>
gdb/
* top.h (line): Rename to ...
(saved_command_line): ... this.
(linesize): Rename to ...
(saved_command_line_size): ... this.
* top.c (line): Rename to ...
(saved_command_line): ... this.
(linesize): Rename to ...
(saved_command_line_size): ... this.
(dont_repeat, command_line_input, dont_repeat_command): Adjust.
* event-top.c (command_line_handler): Adjust.
* main.c (captured_main): Adjust.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 134012c..25f39a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2011-06-13 Pedro Alves <pedro@codesourcery.com> + + * top.h (line): Rename to ... + (saved_command_line): ... this. + (linesize): Rename to ... + (saved_command_line_size): ... this. + * top.c (line): Rename to ... + (saved_command_line): ... this. + (linesize): Rename to ... + (saved_command_line_size): ... this. + (dont_repeat, command_line_input, dont_repeat_command): Adjust. + * event-top.c (command_line_handler): Adjust. + * main.c (captured_main): Adjust. + 2011-06-12 Mark Kettenis <kettenis@gnu.org> * i386-tdep.c (i386_epilogue_frame_cache): Simplify code. Call |