2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>
* breakpoint.c (breakpoint_thread_match): Fix comment.
This commit is contained in:
parent
7346e70f2e
commit
2c8f79c2da
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>
|
||||
|
||||
* breakpoint.c (breakpoint_thread_match): Fix comment.
|
||||
|
||||
2000-06-12 Fernando Nasser <fnasser@cygnus.com>
|
||||
|
||||
* valops.c (value_assign): Adjust the length to take into
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue