From 75394c3ce7cbc9bba3f0937bcfe84fe0d5b56c84 Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 8 Jun 2003 06:08:28 +0000 Subject: Terminate echoed lines. Unlike echo(1), gdb echo doesen't automatically terminate them. --- tools/debugscripts/dot.gdbinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/debugscripts') 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 -- cgit v1.1