Home
last modified time | relevance | path

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

/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;
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp260 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintThreadRegsByConfig()
271 DfxRingBufferWrapper::GetInstance().AppendMsg(regs->PrintRegs()); in PrintRegsByConfig()
272 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(regs->PrintRegs()); in PrintRegsByConfig()
H A Dcppcrash_reporter.cpp195 regsString = regs->PrintRegs(); in GetRegsString()
/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_riscv64.cpp105 std::string DfxRegsRiscv64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsRiscv64
H A Ddfx_regs_arm64.cpp105 std::string DfxRegsArm64::PrintRegs() const in PrintRegs() function in OHOS::HiviewDFX::DfxRegsArm64
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
H A Ddfx_crash_local_handler.cpp88 std::string logContext = unwind.GetFramesStr(unwind.GetFrames()) + regs->PrintRegs(); in CrashLocalUnwind()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dregs_test.cpp110 ASSERT_FALSE(dfxRegs->PrintRegs().empty()); in HWTEST_F()

Completed in 5 milliseconds