From: Yao Qi <yao@codesourcery.com>
To: Hui Zhu <teawater@gmail.com>
Cc: gdb-patches ml <gdb-patches@sourceware.org>
Subject: Re: [PATCH] Fix PR 15692 -dprintf-insert does not accept double quotes
Date: Tue, 02 Jul 2013 14:44:00 -0000 [thread overview]
Message-ID: <51D2E749.9020604@codesourcery.com> (raw)
In-Reply-To: <CANFwon1gnBtdU2jbrZ9bCVuF3dMPAY2syeB1oMBXE1x4PSDLNA@mail.gmail.com>
On 07/02/2013 09:30 PM, Hui Zhu wrote:
> --- a/gdb/mi/mi-cmd-break.c
> +++ b/gdb/mi/mi-cmd-break.c
> @@ -128,6 +128,9 @@ mi_argv_to_format (char **argv, int argc
> case '\v':
> obstack_grow (&obstack, "\\v", 2);
> break;
> + case '"':
> + obstack_grow (&obstack, "\\\"", 2);
> + break;
> default:
> if (isprint (argv[0][i]))
> obstack_grow (&obstack, argv[0] + i, 1);
IWBN to add a test case to show that GDB handles double quotes correctly
after this fix.
--
Yao (é½å°§)
next prev parent reply other threads:[~2013-07-02 14:44 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-02 13:31 Hui Zhu
2013-07-02 14:44 ` Yao Qi [this message]
2013-07-03 8:42 ` Hui Zhu
2013-07-03 10:55 ` Yao Qi
2013-07-03 12:03 ` Hui Zhu
2013-07-03 13:09 ` Yao Qi
2013-07-07 5:54 ` Hui Zhu
2013-07-10 17:03 ` Tom Tromey
2013-07-18 12:58 ` Hui Zhu
2013-07-18 13:42 ` Tom Tromey
2013-07-19 7:29 ` Hui Zhu
2013-07-23 19:04 ` Tom Tromey
2013-07-24 1:56 ` Hui Zhu
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=51D2E749.9020604@codesourcery.com \
--to=yao@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=teawater@gmail.com \
/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