This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR 15692 -dprintf-insert does not accept double quotes


On Wed, Jul 3, 2013 at 9:09 PM, Yao Qi <yao@codesourcery.com> wrote:
> On 07/03/2013 08:02 PM, Hui Zhu wrote:
>>
>> +       if { $args == "call" || $args == "fprintf" } {
>> +           set foobarbazqux "foobarbazqux.*"
>
>
> To match the double quotes, please consider:
>
>   set foobarbazqux "\"foobarbazqux\""
>
> --
> Yao (éå)

Post a new version about that.

Thanks,
Hui

2013-07-07  Hui Zhu  <hui@codesourcery.com>

	PR gdb/15692
	mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.

2013-07-07  Hui Zhu  <hui@codesourcery.com>

	PR gdb/15692
	gdb.mi/mi-dprintf.exp: Add double quotes test.

Attachment: dprintf-mi-handle-quotes.txt
Description: Text document

Attachment: dprintf-mi-handle-quotes-test.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]