Home
last modified time | relevance | path

Searched defs:UnwindContext (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwind_context.h64 struct UnwindContext { struct
65 bool stackCheck = false;
66 uintptr_t stackBottom = 0;
67 uintptr_t stackTop = 0;
68 int pid;
69 std::shared_ptr<DfxRegs> regs = nullptr;
70 std::shared_ptr<DfxMaps> maps = nullptr;
71 std::shared_ptr<DfxMap> map = nullptr;
72 struct UnwindTableInfo di;