1 # Copyright 2012-2019 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 # Until "set follow-fork-mode" and "catch fork" are implemented on
19 if { ![istarget "*-*-linux*"] } then {
20 unsupported "inferior-died.exp"
24 if { ![support_displaced_stepping] } {
25 unsupported "inferior-died.exp"
31 if { [build_executable "failed to build" ${testfile} ${testfile}.c] } {
35 save_vars { GDBFLAGS } {
36 append GDBFLAGS " -ex \"set non-stop on\""
37 clean_restart ${binfile}
40 gdb_test_no_output "set detach-on-fork off"
46 set line [gdb_get_line_number "Break here"]
47 gdb_breakpoint $srcfile:$line
49 gdb_continue_to_breakpoint "breakpoint"
51 gdb_test "inferior 2" "Switching to inferior 2.*"
53 # The inferior 1 exit may come unexpectedly in any moment.
56 gdb_test_multiple $test $test {
57 -re "($gdb_prompt |\\\[Inferior \[^\r\n\]* exited normally\\\])" {
66 # Internal error may show up after all the messages above.