Open
Description
A couple of the callbacks in EvaluationContext
can be implemented without needing anything external to DWARF. In particular frame_base
, call_frame_cfa
, and get_at_location
refer to other DWARF constructs.
It would be helpful to library users to provide an implementation of these methods that could be easily reused.