|
typedef dwarf::core::FrameSection::register_def | DwarfRegister |
| A Dwarf register.
|
|
typedef std::set< std::pair< int, DwarfRegister > > | DwarfRow |
| A Dwarf row of registers (for a given PC)
|
|
typedef uintptr_t | reg_content_t |
| The value type of a register's contents.
|
|
|
class | std::unique_ptr< DwarfInterpret > |
|
◆ acquire() [1/2]
Acquire the anonymous instance of DwarfInterpret, which works on the empty memory range. Acts as a handle: passes every call to some other instance
◆ acquire() [2/2]
Acquire the relevant instance of DwarfInterpret for the given program counter. Instanciate it if needed.
◆ dwarf_row_at()
Get the Dwarf registers row at the given PC.
- Exceptions
-
NotFound | if for some reason, the Dwarf row cannot be accessed at this PC. |
◆ get_current_unwind_context()
Get the current UnwindContext (from the caller's point of view)
WARNING! This context will be valid within the call frame of the caller, and within descendant calls from this function, but will most probably be invalid and result in weird behaviours if there is only a single return
made!
This is supposed to work:
While this will probably crash:
UnwindContext wrap_get_context() {
}
void foo() {
UnwindContext context = wrap_get_context();
}
◆ interpret_dw_register() [1/2]
Retrieves the value pointed to by the given Dwarf register
- Exceptions
-
◆ interpret_dw_register() [2/2]
Retrieves the value pointed to by the given Dwarf register
- Exceptions
-
◆ unwind_context()
Unwinds once the given context
- Exceptions
-
The documentation for this class was generated from the following files: