This is the mail archive of the gdb-patches@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: [patch 1/7] Support a ring of related breakpoints


On Mon, 21 Mar 2011 21:06:25 +0100, Tom Tromey wrote:
> At first I didn't see how a ring was actually created, but the only set
> of this field is in watch_command_1, and it links the two together:
> 
>       b->related_breakpoint = scope_breakpoint;
>       scope_breakpoint->related_breakpoint = b;

The real multi-breakpoint ring is then created in [patch 6/7]
elf_gnu_ifunc_resolver_stop.


Thanks,
Jan


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