diff options
author | Phil Muldoon <pmuldoon@redhat.com> | 2014-06-03 00:01:39 -0700 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2014-06-03 00:01:39 -0700 |
commit | fb1f94b09a3d12a231f6be8fadf421ab578dc4ba (patch) | |
tree | 3d1dc0b83f90269d06d5b6b31c2359577d7e65b0 /gdb/ChangeLog | |
parent | ded0378278c7bbd5c6049446032b28196a5cfb38 (diff) | |
download | gdb-fb1f94b09a3d12a231f6be8fadf421ab578dc4ba.zip gdb-fb1f94b09a3d12a231f6be8fadf421ab578dc4ba.tar.gz gdb-fb1f94b09a3d12a231f6be8fadf421ab578dc4ba.tar.bz2 |
Don't remove #-comments.
When using the multi-line feature, we don't want the gdb CLI to remove
comments from the command list, as this will remove things like
"#define".
* top.c (command_loop): Handle comments here...
(command_line_input): ... not here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 22c7a1e..414ac6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-06-02 Phil Muldoon <pmuldoon@redhat.com> + + * top.c (command_loop): Handle comments here... + (command_line_input): ... not here. + 2014-06-02 Doug Evans <xdje42@gmail.com> Add progspace support for Guile. |