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

[PATCH]: breakpoint.c, fix comment typo.



I've checked this in.

2000-06-12  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * breakpoint.c (breakpoint_thread_match): Fix comment.

Index: breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/breakpoint.c,v
retrieving revision 1.12
diff -p -r1.12 breakpoint.c
*** breakpoint.c	2000/06/04 00:41:09	1.12
--- breakpoint.c	2000/06/12 21:16:20
*************** frame_in_dummy (frame)
*** 1589,1596 ****
    return 0;
  }
  
! /* breakpoint_match_thread (PC, PID) returns true if the breakpoint at PC
!    is valid for process/thread PID.  */
  
  int
  breakpoint_thread_match (pc, pid)
--- 1589,1596 ----
    return 0;
  }
  
! /* breakpoint_thread_match (PC, PID) returns true if the breakpoint at
!    PC is valid for process/thread PID.  */
  
  int
  breakpoint_thread_match (pc, pid)

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