2001-02-19 Fernando Nasser <fnasser@redhat.com>
authorFernando Nasser <fnasser@redhat.com>
Mon, 19 Feb 2001 21:48:52 +0000 (21:48 +0000)
committerFernando Nasser <fnasser@redhat.com>
Mon, 19 Feb 2001 21:48:52 +0000 (21:48 +0000)
From  Drew Moseley  <dmoseley@redhat.com>
        * gdb.base/ending-run.exp: Properly handle the BSP state when
        stepping past the end of main.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ending-run.exp

index 1f63f188f9509c4dc84a9a78e8d9ea0630f821e7..7beeed8439d730320234e9694662ea1c6b5b7bcf 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-19  Fernando Nasser  <fnasser@redhat.com>
+
+       From  Drew Moseley  <dmoseley@redhat.com>
+        * gdb.base/ending-run.exp: Properly handle the BSP state when
+        stepping past the end of main.
+
 2001-02-19  John Moore  <jmoore@redhat.com>
 
        * gdb.base/commands.exp (infrun_breakpoint_command_test):
index 0a9e92c3d521dae78bc4e1a93e73fe63bf2a1538..f4da25b7983822a60265f347430cdefae0cc1aa4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -152,6 +152,9 @@ gdb_expect {
            -re ".*in.*start.*$gdb_prompt $" { 
                pass "step out of main"
            }
+           -re ".*in.*bsp_trap.*$gdb_prompt $" { 
+               pass "step out of main"
+           }
            -re ".*in.*init.*$gdb_prompt $" { 
                # This is what happens on sparc64-elf ultra.
                pass "step out of main"