[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PATCH: simplify regular expressions
From: |
Pedro Alves |
Subject: |
Re: PATCH: simplify regular expressions |
Date: |
Tue, 11 Dec 2018 15:25:06 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 12/10/2018 10:30 PM, Jacob Bachmeyer wrote:
> Should DejaGnu eventually support GDB's MI mode, possibly in another module?
Would this be for GDB's own testing, or for something else?
GDB already has MI testcases driven by dejagnu. Most live under
gdb/testsuite/gdb.mi/
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree;f=gdb/testsuite/gdb.mi
We don't have an actual TCL MI parser though, MI testing is mostly
regular expression based.
Thanks,
Pedro Alves