diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-03-20 14:19:41 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-03-20 14:19:41 +0000 |
commit | 8a2dbca8e1673fc826e7d898bb7f53862dcd8216 (patch) | |
tree | 674d62acf38606f62cce64ea567db4784caf3557 | |
parent | bf02868245009d404500d2a297ffc222725d1389 (diff) | |
download | gdb-8a2dbca8e1673fc826e7d898bb7f53862dcd8216.zip gdb-8a2dbca8e1673fc826e7d898bb7f53862dcd8216.tar.gz gdb-8a2dbca8e1673fc826e7d898bb7f53862dcd8216.tar.bz2 |
* gdb.base/help.exp: Allow Win32 child process.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/help.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 72e4e2d..d94802a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2003-03-20 Corinna Vinschen <vinschen@redhat.com> + * gdb.base/help.exp: Allow Win32 child process. + +2003-03-20 Corinna Vinschen <vinschen@redhat.com> + * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function when stepping out of main(). diff --git a/gdb/testsuite/gdb.base/help.exp b/gdb/testsuite/gdb.base/help.exp index 69cf40d..2eed1dc 100644 --- a/gdb/testsuite/gdb.base/help.exp +++ b/gdb/testsuite/gdb.base/help.exp @@ -547,7 +547,7 @@ gdb_test "help support" "Support facilities\.\[\r\n\]+List of commands:.*\[\r\n\ # test help symbol-file gdb_test "help symbol-file" "Load symbol table from executable file FILE\.\[\r\n\]+The `file' command can also load symbol tables, as well as setting the file\[\r\n\]+to execute\." "help symbol-file" # test help target child -gdb_test "help target child" "Unix child process \\(started by the \"run\" command\\)\.|Undefined target command: \"child\"\. Try \"help target\"\." "help target child" +gdb_test "help target child" "(Unix|Win32) child process \\(started by the \"run\" command\\)\.|Undefined target command: \"child\"\. Try \"help target\"\." "help target child" # test help target procfs gdb_test "help target procfs" "Unix /proc child process \\(started by the \"run\" command\\)\.|Undefined target command: \"procfs\"\. Try \"help target\"\." "help target procfs (procfs version)" # test help target core |