Skip to main content

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

I'm trying to figure out how register based variables on the stack and the registers view is supposed to work when a non-current stack frame is selected.  I would expect to see spilled register values in the register view, and register based variables values to be fetched from spilled registers. I've been looking into the IStack and IRegisters interfaces in DSF and don't see any relation between registers and stack frame.  IStackFrame in the platform and the CDI implementation in CDT do, so I'm wondering if it was just an oversight, or done intentionally, or if I'm just missing something.
 
Thanks,
Warren
 
 

Back to the top