Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] DSF registers question

On Mon, Oct 05, 2009 at 01:09:36PM -0700, Pawel Piech wrote:
> In GDB and in Wind River Debugger, registers can only be retrieved
> for the top stack frame (AFAIK).

This isn't true in GDB.  How to do it depends on how you fetch
registers; you can create a varobj for each register associated to a
particular frame.  If you use -data-list-register-values et al, you
have to change the global selected frame, I suspect.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top