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: [RFC stub-side break conditions 3/5] GDB-side changes


> Date: Fri, 06 Jan 2012 20:37:14 -0200
> From: Luis Machado <luis_gustavo@mentor.com>
> CC: gdb-patches@sourceware.org
> 
> > Btw, what happens if I set the mode to "stub" and the sub does not
> > support this?  Do I get any feedback, and if so, at what time?
> 
> If the target (stub) does not advertise support for condition 
> evaluation, nothing will happen. We will fallback to "gdb" mode 
> automatically.
> 
> Target-side condition evaluation only happens if:
> 
> 1 - Target supports it (via ConditionalBreakpoints feature).
> 2 - breakpoint condition-evaluation is "auto" or "stub".
> 
> There isn't a warning message though.

Should there be some feedback somewhere?


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