Files
raddebugger/src/eval
Nikita Smith f9561cb618 add support for CFA in the eval system
Canonical Frame Address is a DWARF-only concept encoded in the unwind info.
Debugger must store this data for each call frame and provide it to
the eval system based on selected stack frame.

To abstract over format details, we introduce a "Frame Unwind Context".
For DWARF, this context maintains the intermediate unwind state and exposes
the CFA, whereas for PE, it remains empty.
2025-11-26 15:42:40 -08:00
..
2025-08-05 10:21:42 -07:00
2025-06-02 14:13:57 -07:00
2025-06-02 14:13:57 -07:00
2025-10-23 16:09:44 -07:00
2025-08-05 10:21:42 -07:00