Remove unnecessary '\'.
authorYao Qi <yao@codesourcery.com>
Wed, 13 Nov 2013 13:01:47 +0000 (21:01 +0800)
committerYao Qi <yao@codesourcery.com>
Tue, 19 Nov 2013 13:36:15 +0000 (21:36 +0800)
commit31b4ab9e37d4592c3faa883008d0fc06f8cfa6fc
tree32bb7970b97f43dbfcc1a4ecbb5928225ca5b98e
parent4392c53486b779e2ed309a42f9ce030fa04014d9
Remove unnecessary '\'.

Hi,
In proc mi_child_regexp, \(,thread-id=\"\[0-9\]+\") is appended to
children_exp, while the first '\' is not necessary.  This patch
is to remove it.  With this patch applied, Emacs can find the right
left paren.

gdb/testsuite:

2013-11-19  Yao Qi  <yao@codesourcery.com>

* lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp
This page took 0.025663 seconds and 4 git commands to generate.