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] Disallow pseudo-registers in agent expression.


On some targets, all the user-visible registers are pseudo-registers.
What we need is a gdbarch method (optional) that the tracepoint code
could call, passing it a struct agent_expr and a pseudo-register
number, to have the architecture code append the appropriate bytecodes
to access that register.


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