Lines Matching defs:DfxRegs
31 class DfxRegs {
33 explicit DfxRegs() : regsData_(REG_LAST) {}
34 virtual ~DfxRegs() = default;
36 static std::shared_ptr<DfxRegs> Create();
37 static std::shared_ptr<DfxRegs> CreateFromUcontext(const ucontext_t& context);
38 static std::shared_ptr<DfxRegs> CreateFromRegs(const UnwindMode mode, const uintptr_t* regs,
40 static std::shared_ptr<DfxRegs> CreateRemoteRegs(pid_t pid);
74 class DfxRegsArm : public DfxRegs {
88 class DfxRegsArm64 : public DfxRegs {
102 class DfxRegsRiscv64 : public DfxRegs {
116 class DfxRegsX86_64 : public DfxRegs {