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]

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


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


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