* gdb.base/help.exp: Allow Win32 child process.
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:19:41 +0000 (14:19 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 20 Mar 2003 14:19:41 +0000 (14:19 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/help.exp

index 72e4e2dbf67cbc3da3f7b0096b11c1c8009bd551..d94802a6c42cc013fcfae74b8fb655adba01f19c 100644 (file)
@@ -1,3 +1,7 @@
+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
index 69cf40db748f161ae7d3f3c9b90bd26ee2bde950..2eed1dca84260bba72b9ed6d437693e334bcd004 100644 (file)
@@ -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
This page took 0.033259 seconds and 4 git commands to generate.