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: [PATCH] Teach -data-list-register-values to not include unavailable registers


Yao> The MI front-end doesn't parse the output like this, as each register
Yao> is represented by "number-value" pair.

Fair enough.

Tom> Is it not useful to see the unavailable ones?

Yao> Processor may have a large number of registers, and users are only
Yao> interested in collected or available registers in a traceframe.  In
Yao> this case, it is not useful to show (a large of number of) unavailable
Yao> registers.

I suppose if anybody cares they can request the information twice.

The code bits are ok.

Tom


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