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 v2 2/2] mi-out: Implement mi redirection using a stack.


On 09/26/2014 10:24 AM, Adrian Sendroiu wrote:

> Adrian Sendroiu <molecula2788@gmail.com> writes:
> 
>>> I think it'd be good to replace this ".*" with a stricter match, just
>>> in case something goes wrong with undoing the redirection, but nothing
>>> crashes.  Something like (untested):
>>>
>>>  mi_gdb_test "help" "List of classes of commands.*\\^done.*" "nested redirect"
>>>
>>> This is OK with a change along those lines.
>>
>> Ok, I changed to mi_gdb_test "help" ".*List of classes of commands.*\\^done" "nested redirect"

OK.

Thanks,
Pedro Alves


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