* [OB] fix comment in breakponit.c
@ 2009-10-31 18:31 Michael Snyder
2009-10-31 21:29 ` Pedro Alves
0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2009-10-31 18:31 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 49 bytes --]
Probably busted by a global search and replace?
[-- Attachment #2: already.txt --]
[-- Type: text/plain, Size: 778 bytes --]
2009-10-31 Michael Snyder <msnyder@vmware.com>
* breakpoint.c (bpstat_stop_status): Fix broken comment.
Index: breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/breakpoint.c,v
retrieving revision 1.422
diff -u -p -r1.422 breakpoint.c
--- breakpoint.c 31 Oct 2009 06:00:11 -0000 1.422
+++ breakpoint.c 31 Oct 2009 18:29:59 -0000
@@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space
The watchpoint_check function will work on entire expression,
not the individual locations. For read watchopints, the
watchpoints_triggered function have checked all locations
- alrea
- */
+ already. */
if (b->type == bp_hardware_watchpoint && bl != b->loc)
continue;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OB] fix comment in breakponit.c
2009-10-31 18:31 [OB] fix comment in breakponit.c Michael Snyder
@ 2009-10-31 21:29 ` Pedro Alves
2009-10-31 23:59 ` Michael Snyder
0 siblings, 1 reply; 3+ messages in thread
From: Pedro Alves @ 2009-10-31 21:29 UTC (permalink / raw)
To: gdb-patches; +Cc: Michael Snyder
On Saturday 31 October 2009 18:23:14, Michael Snyder Wrote:
> @@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space
> The watchpoint_check function will work on entire expression,
> not the individual locations. For read watchopints, the
> watchpoints_triggered function have checked all locations
> - alrea
> - */
> + already. */
Watch-O-Pints?
--
Pedro Alves
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OB] fix comment in breakponit.c
2009-10-31 21:29 ` Pedro Alves
@ 2009-10-31 23:59 ` Michael Snyder
0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2009-10-31 23:59 UTC (permalink / raw)
To: Pedro Alves; +Cc: gdb-patches
Pedro Alves wrote:
> On Saturday 31 October 2009 18:23:14, Michael Snyder Wrote:
>> @@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space
>> The watchpoint_check function will work on entire expression,
>> not the individual locations. For read watchopints, the
>> watchpoints_triggered function have checked all locations
>> - alrea
>> - */
>> + already. */
>
> Watch-O-Pints?
Heh. I didn't even do that one. Looks like one I would do, though.
;-)
We'll have to hoist a watch-o-pint at the next gcc summit.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-31 23:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-31 18:31 [OB] fix comment in breakponit.c Michael Snyder
2009-10-31 21:29 ` Pedro Alves
2009-10-31 23:59 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox