Add a newline in output messages
authorYao Qi <yao@codesourcery.com>
Thu, 20 Feb 2014 09:35:31 +0000 (17:35 +0800)
committerYao Qi <yao@codesourcery.com>
Thu, 6 Mar 2014 06:36:54 +0000 (14:36 +0800)
commit2217da06d8dbaf59c17bd363935bd926e5fdc8ab
tree765599520b7f32935535372303a4690175c5c21f
parentcc3da688013b5fb3dcc1fa5206bbeef4a35cc10c
Add a newline in output messages

Hi,
GDB prints two warnings in one single line, as below:

 (gdb) p 1.2
 $1 = 1.2
 (gdb) enable $1.2
 History value must have integer type.Bad breakpoint number '$1'

This patch adds '\n' at the end of message.

gdb:

2014-03-06  Yao Qi  <yao@codesourcery.com>

* cli/cli-utils.c (get_number_trailer): Add '\n' at the end of
message.
gdb/ChangeLog
gdb/cli/cli-utils.c