From: Phil Muldoon <pmuldoon@redhat.com>
To: gdb-patches@sourceware.org
Subject: [patch] Fix PR cli/15842
Date: Fri, 16 Aug 2013 10:31:00 -0000 [thread overview]
Message-ID: <520DFF88.1050502@redhat.com> (raw)
This patch fixes a regression introduced by me when adding further
help text prompts. It forced the symbol reading prompt ".." onto a
newline when GDB is started with a an inferior. The fix just removes
the erroneous newline my previous patch introduced.
Tested on Fedora 17, x86_64.
OK to commit?
Cheers,
Phil
2013-08-16 Phil Muldoon <pmuldoon@redhat.com>
* top.c (print_gdb_version): Remove erroneous newline after help
text.
--
diff --git a/gdb/top.c b/gdb/top.c
index 516ffb9..bb71263 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -1153,7 +1153,7 @@ Type \"show configuration\" for configuration details.");
resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"));
fprintf_filtered (stream, _("For help, type \"help\".\n"));
fprintf_filtered (stream, _("Type \"apropos word\" to search for \
-commands related to \"word\".\n"));
+commands related to \"word\"."));
}
/* Print the details of GDB build-time configuration. */
next reply other threads:[~2013-08-16 10:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 10:31 Phil Muldoon [this message]
2013-08-16 10:38 ` Pedro Alves
2013-08-16 14:13 ` Tom Tromey
2013-08-29 9:10 ` Phil Muldoon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=520DFF88.1050502@redhat.com \
--to=pmuldoon@redhat.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox