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: [RFA] Change build_address_symbolic to return std::string


>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:

Keith> Did someone looks this over already?

Nope.

>> +extern int build_address_symbolic (struct gdbarch *,
>> +				   CORE_ADDR addr,
>> +				   int do_demangle,
>> +				   std::string *name,
>> +				   int *offset,
>> +				   std::string *filename,
>> +				   int *line,
>> +				   int *unmapped);

Keith> Since you're moving the declaration here, could you please copy
Keith> the comment from the definition here, too, while you're at it,
Keith> replacing it with the usual "See XYZ.h"? [Warning: IANAM]

Good idea, I've made this change locally.

Tom


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