mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Terminate echoed lines. Unlike echo(1), gdb echo doesen't
automatically terminate them.
This commit is contained in:
parent
21e24af3ff
commit
ec9e4dd1da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116006
@ -38,5 +38,5 @@ source gdbinit.kernel
|
||||
source gdbinit.vinum
|
||||
source gdbinit.machine
|
||||
|
||||
echo Ready to go. Enter 'tr' to connect to remote target
|
||||
echo and 'getsyms' after connection to load kld symbols.
|
||||
echo Ready to go. Enter 'tr' to connect to remote target\n
|
||||
echo and 'getsyms' after connection to load kld symbols.\n
|
||||
|
Loading…
Reference in New Issue
Block a user