binutils-gdb/gdb/cli
Yao Qi 2217da06d8 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.
2014-03-06 14:36:54 +08:00
..
cli-cmds.c Add Guile as an extension language. 2014-02-09 19:40:01 -08:00
cli-cmds.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-decode.c convert flags to bitfields 2014-01-20 09:10:51 -07:00
cli-decode.h better packing for command struct 2014-01-20 09:10:52 -07:00
cli-dump.c replace XMALLOC with XNEW 2014-01-13 07:31:28 -07:00
cli-interp.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-logging.c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-script.c Add Guile as an extension language. 2014-02-09 19:40:01 -08:00
cli-script.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-setshow.c remove deprecated_set_hook 2014-01-13 12:33:43 -07:00
cli-setshow.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
cli-utils.c Add a newline in output messages 2014-03-06 14:36:54 +08:00
cli-utils.h Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00