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


On 01/06/2012 10:37 PM, Luis Machado wrote:
> On 01/06/2012 06:44 AM, Eli Zaretskii wrote:

>>> +      /* Print whether the remote stub is doing the breakpoint's condition
>>> +     evaluation.  If GDB is doing the evaluation, don't print anything.  */
>>> +      if (loc&&  is_breakpoint (b)&&  loc->cond_bytecode
>>> +    &&  breakpoint_condition_evaluation_mode ()
>>> +      != condition_evaluation_gdb)
>>> +    {
>>> +      ui_out_text (uiout, " (");
>>> +      ui_out_field_string (uiout, "condeval",
>>> +                   breakpoint_condition_evaluation_mode ());
>> I suggest "cond.eval." instead of "condeval".  Better yet, how about
>> "evaluated by"?
> Sounds good. I'll make that change.

Isn't that only visible by MI?  Are spaces valid in MI field names?


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