Home
last modified time | relevance | path

Searched refs:PrintRegs (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_regs.h44 virtual std::string PrintRegs() const = 0;
81 std::string PrintRegs() const override;
95 std::string PrintRegs() const override;
109 std::string PrintRegs() const override;
123 std::string PrintRegs() const override;
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp249 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintThreadRegsByConfig()
260 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintRegsByConfig()
261 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(regs->PrintRegs()); in PrintRegsByConfig()
H A Dcppcrash_reporter.cpp196 regsString = regs->PrintRegs(); in GetRegsString()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_regs_x86_64.cpp75 std::string DfxRegsX86_64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsX86_64
H A Ddfx_regs_arm.cpp105 std::string DfxRegsArm::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsArm
H A Ddfx_regs_arm64.cpp105 std::string DfxRegsArm64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsArm64
H A Ddfx_regs_riscv64.cpp105 std::string DfxRegsRiscv64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsRiscv64
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp96 logContext.append(regs->PrintRegs()); in CrashLocalUnwind()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dregs_test.cpp110 ASSERT_FALSE(dfxRegs->PrintRegs().empty());