2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 1 Sep 2004 17:56:20 +0000 (17:56 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 1 Sep 2004 17:56:20 +0000 (17:56 +0000)
        * gdb.base/unload.exp: Fix expected warning message to match
        latest format.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/unload.exp

index 53431c32b10c582ebbca05b9367247318b29290e..115761a2adbce3f5fab6100bbaa58e29fa9c8676 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.base/unload.exp: Fix expected warning message to match
+       latest format.
+
 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
 
        * gdb.base/call-rt-st.exp: Fix typos.
@@ -75,6 +80,7 @@
        * gdb.mi/basics.c: Add copyright notice.
        * gdb.mi/var-cmd.c: Add copyright notice.
 
+>>>>>>> 1.1015
 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
 
        * lib/gdb.exp: Remove signed_keyword_not_used.
index 7a8bc440b5b2542c4bbfc721cfa1d3d682d60c07..e615b08147d1097b09fa7634e26312f0f2d8c44f 100644 (file)
@@ -126,7 +126,7 @@ Breakpoint.*, shrfunc1 \\\(x=3\\\).*unloadshr.c:$unloadshr_line.*" \
 "running program"
 
 gdb_test "continue" \
-"Continuing.*y is 7.*warning: Temporarily disabling unloaded shared library breakpoints.*warning: breakpoint #.*Program exited normally." \
+"Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \
 "continuing to end of program"
 
 #
@@ -138,5 +138,6 @@ gdb_test "run" \
 "rerun to shared library breakpoint"
 
 gdb_test "continue" \
-"Continuing.*y is 7.*warning: Temporarily disabling unloaded shared library breakpoints.*warning: breakpoint #.*Program exited normally." \
-"continuing to end of program second time"
+"Continuing.*y is 7.*warning: Temporarily disabling breakpoints for.*unloadshr.sl.*Program exited normally." \
+"continuing to end of program"
+
This page took 0.031461 seconds and 4 git commands to generate.