This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: MI testsuite: fix function name in error message


Committed as obvious.

2002-11-25  Jim Blandy  <jimb@redhat.com>

	* lib/mi-support.exp (mi_delete_breakpoints): Change name of
	function appearing in error message.

Index: gdb/testsuite/lib/mi-support.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/lib/mi-support.exp,v
retrieving revision 1.18
diff -c -r1.18 mi-support.exp
*** gdb/testsuite/lib/mi-support.exp	8 Nov 2002 20:37:50 -0000	1.18
--- gdb/testsuite/lib/mi-support.exp	25 Nov 2002 19:52:28 -0000
***************
*** 212,218 ****
  	 -re ".*102-break-delete\r\n102\\\^done\r\n$mi_gdb_prompt$" {
              # This happens if there were no breakpoints
  	 }
! 	 timeout { perror "Delete all breakpoints in delete_breakpoints (timeout)" ; return }
      }
  
  # The correct output is not "No breakpoints or watchpoints." but an
--- 212,218 ----
  	 -re ".*102-break-delete\r\n102\\\^done\r\n$mi_gdb_prompt$" {
              # This happens if there were no breakpoints
  	 }
! 	 timeout { perror "Delete all breakpoints in mi_delete_breakpoints (timeout)" ; return }
      }
  
  # The correct output is not "No breakpoints or watchpoints." but an


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]