From: Michael Snyder Date: Mon, 12 Jun 2000 21:17:21 +0000 (+0000) Subject: 2000-06-12 Michael Snyder X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2c8f79c2da7024bc3e14ce786d9de79ffcafbebe;p=deliverable%2Fbinutils-gdb.git 2000-06-12 Michael Snyder * breakpoint.c (breakpoint_thread_match): Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 59b1a43791..dfda1bb8f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2000-06-12 Michael Snyder + + * breakpoint.c (breakpoint_thread_match): Fix comment. + 2000-06-12 Fernando Nasser * valops.c (value_assign): Adjust the length to take into diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index c80c4531b2..3a1593dd98 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1589,8 +1589,8 @@ frame_in_dummy (frame) return 0; } -/* breakpoint_match_thread (PC, PID) returns true if the breakpoint at PC - is valid for process/thread PID. */ +/* breakpoint_thread_match (PC, PID) returns true if the breakpoint at + PC is valid for process/thread PID. */ int breakpoint_thread_match (pc, pid)