This is the mail archive of the gdb-patches@sources.redhat.com 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 for gdb/mi 495


FYI,

I've updated the bug report. There were two cases:

- code printing addresses intended for MI which should use core_addr_to_string()

- code printing addresses intended for the user which should use the not yet implemented local_address_string[_custom]() method.

Andrew


J. Johnston writes:
 > The following is a patch for gdb/mi 495.  The PR requests changing ui_out_field_core_addr
 > to use core_addr_to_string().
 >  > Ok to commit?
 >
I think it is ok. No unexpected changes in the output, I take it.

Hmm, I'd like to think about this for a bit.  Check exactly where it is called.

Andrew





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