This is the mail archive of the gdb-patches@sourceware.org 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]

[Commit]: A typo in gdb.base/break.exp


Hello maintainers,

I just committed an obvious patch, which fixed an outdated file name in 
gdb.base/break.exp.  Here is the patch:

2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>

	* gdb.base/break.exp: Fix a comment typo.

Index: gdb.base/break.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/break.exp,v
retrieving revision 1.19
diff -c -3 -p -r1.19 break.exp
*** gdb.base/break.exp	9 Dec 2003 18:19:20 -0000	1.19
--- gdb.base/break.exp	9 Nov 2005 06:34:04 -0000
*************** if [target_info exists gdb_stub] {
*** 67,73 ****
  
  # Test deleting all breakpoints when there are none installed,
  # GDB should not prompt for confirmation.
! # Note that gdb-init.exp provides a "delete_breakpoints" proc
  # for general use elsewhere.
  
  send_gdb "delete breakpoints\n"
--- 67,73 ----
  
  # Test deleting all breakpoints when there are none installed,
  # GDB should not prompt for confirmation.
! # Note that lib/gdb.exp provides a "delete_breakpoints" proc
  # for general use elsewhere.
  
  send_gdb "delete breakpoints\n"


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