This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: RFA: move value_from_contents_and_address to value.c
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
>> +struct value *
>> +value_from_contents_and_address (struct type *type,
>> + const gdb_byte *valaddr,
>> + CORE_ADDR address)
Joel> There is a formatting issue in the third line, due to the use of
Joel> spaces instead of tabs. I try to be super careful, now, but I can't
Joel> seem to be able to find a convenient way of configuring my editor
Joel> (vim) for that.
I got a little confused by this, because the third line above does
have tabs. I assume you meant the fourth line, so I'm checking in the
version with tabs on both continuation lines.
FWIW gdbint.texinfo does not mention tabs-vs-spaces.
Tom