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]

Defer register reading from remote target until needed?


When single-stepping a remote target, after the stop reply paket is sent, GDB immediately sends a request for all registers. Is there a way to defer sending this request until some register other than what was sent with the stop reply packet (pc, stack and frame pointer) is actually needed?

--
Orjan Friberg
Axis Communications


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