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: [4/4] RFC: implement catch load and catch unload


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

Pedro> Hmm.  Should we ever print if the breakpoint does not cause a stop?  IOW,
Pedro> can't we make that unconditional if we're also clearing bs->stop?

Pedro> Related, it looks like there's a bug here:
[...]

Yeah, I was contemplating something along these lines as well, though a
slightly different take: I was wondering why bpstat_print will call
print_bp_stop_message for a bpstat with stop=0.

I think your patch is fine.  If you want to check it in, I will rebase
on top of it.

Tom


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