diff options
author | grog <grog@FreeBSD.org> | 2003-06-08 06:08:28 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2003-06-08 06:08:28 +0000 |
commit | 75394c3ce7cbc9bba3f0937bcfe84fe0d5b56c84 (patch) | |
tree | dde917fee8f038d56201713d9e24b01d95adb685 /tools | |
parent | bc62e791aa015fb15c8309f5a7f9d29aed61b2cf (diff) | |
download | FreeBSD-src-75394c3ce7cbc9bba3f0937bcfe84fe0d5b56c84.zip FreeBSD-src-75394c3ce7cbc9bba3f0937bcfe84fe0d5b56c84.tar.gz |
Terminate echoed lines. Unlike echo(1), gdb echo doesen't
automatically terminate them.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/debugscripts/dot.gdbinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index 758c6b4..728cf5b 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -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 |