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

Re: GDB hardware watchpoint information on i386


On Mon, 02 Aug 2010 09:55:02 +0200, Shrikanth Kamath wrote:
> I mean there would be
> foo_service_watchpoint()
> {
>    /* map actions to this watchpoint */
> }
> 
> which is this function?

It is caught by bpstat_stop_status but you should not touch the existing
breakpoint list there.  Otherwise print_it_typical but I am not completely
sure you cannot miss the watchpoint in some cases of multiple events at once
(but the same applies for normal watchpoints themselves).

Anyway I do not much understand why don't you connect externally.


Jan


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