This is the mail archive of the gdb@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]

-data-write-register-values


The MI command -data-write-register-values doesn't seem to work, which
perhaps explains why it isn't documented in the manual.  It calls
deprecated_write_register_bytes but, according to comments in regcache.c, it
is far better to call write_register_gen, which apparently is also deprecated
now.  In any case there appear to be better ways to implement
-data-write-register-values.

Is anybody interested in doing this or could they give me a few tips about
how to do it?

Nick


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