[PATCH][gdb/testsuite] Restore breakpoint command in ui-redirect.exp

Tom de Vries tdevries@suse.de
Thu Sep 5 12:42:00 GMT 2019


On 05-09-19 14:19, Pedro Alves wrote:
> On 9/5/19 8:34 AM, Tom de Vries wrote:
> 
>> +set cmds \
>> +    [list \
>> +	 "break main" \
>> +	 "  commands" \
>> +	 "    print 1" \
>> +	 "  end" \
>> +	 "break foo" \
>> +	 "break bar"]
>> +set cmds [join $cmds "\n"]
> 
> Use multi_line_input ?
> 
>> +# Compare contents of FILE to string STR. Pass with MSG if equal, otherwise
>> +# fail with MSG.
> 
> Double space after period.
> 

Thanks for the review.

Committed with these two review remarks fixed.

Thanks,
- Tom



More information about the Gdb-patches mailing list