This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/6] gdb/testsuite/tui: Introduce check_box_contents
>>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes:
Andrew> A new test procedure for matching the contents of one screen box
Andrew> against a regexp. This can be used to match the contents of one TUI
Andrew> window against a regexp without any of the borders, or other windows
Andrew> being included in the matched output (as is currently the case with
Andrew> check_contents).
Andrew> This will be used in a later commit.
Andrew> gdb/testsuite/ChangeLog:
Andrew> * lib/tuiterm.exp (Term::check_box_contents): New proc.
Thanks, this looks good.
Tom