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, doc RFA] Allow CLI and Python conditions to be set on same breakpoint


On 14/11/13 17:48, Doug Evans wrote:
> Hi.
> 
> Way back when this was added I wanted to prevent both CLI and Python
> conditions from being set on the same breakpoint because it wasn't
> clear there wouldn't be any problems allowing both.
> [And it's easier to relax restrictions than to impose them after the fact.]

No objections from me. I have not looked at the patch in the context
of breakpoint.c, but as long as all "stop" callbacks have a chance to
run regardless of whether a previous "stop" or cli condition has had a
chance to execute it is fine.  Looking at the patch, it seems it did
not alter this loop, so this is still the case, is that right?

Cheers,

Phil

 


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