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

Yao Qi yao@codesourcery.com
Wed Jul 3 13:09:00 GMT 2013


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 (齐尧)



More information about the Gdb-patches mailing list