]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix regexp pattern in gdb.base/default.exp
authorYao Qi <yao@codesourcery.com>
Tue, 3 Jun 2014 05:17:42 +0000 (13:17 +0800)
committerYao Qi <yao@codesourcery.com>
Wed, 4 Jun 2014 05:30:39 +0000 (13:30 +0800)
commit70017e417c365ee1a27f2894678b06731ebb4d15
tree3dfda5167924fa6b6bcd89befccf04cd34febd90
parentb6210538cfa62f8dd5793916f26eefa83e00a13e
Fix regexp pattern in gdb.base/default.exp

I see this failure on arm-none-eabi gdb testing.

target native^M
Undefined target command: "native".  Try "help target".^M
(gdb) FAIL: gdb.base/default.exp: target native

This patch is to update the regexp pattern to match "native" instead of
"child".

gdb/testsuite:

2014-06-04  Yao Qi  <yao@codesourcery.com>

* gdb.base/default.exp: Replace "child" with "native" in
regexp pattern.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp