decode_digits_line_mode (was: "Re: GDB 7.4 branching status? (2011-11-23)")

Joel Brobecker brobecker@adacore.com
Tue Nov 29 03:14:00 GMT 2011


One tiny suggestion:

    s/decode_digits_line_mode/decode_digits_list_mode/

The function documentation talks about 'list_mode', and the call
to that function also checks self->list_mode:

    if (self->list_mode)
      decode_digits_line_mode (self, &values, val);

...

-- 
Joel



More information about the Gdb-patches mailing list