Home
last modified time | relevance | path

Searched refs:FaultStack (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp42 bool FaultStack::ReadTargetMemory(uintptr_t addr, uintptr_t &value) const in ReadTargetMemory()
62 uintptr_t FaultStack::AdjustAndCreateMemoryBlock(size_t index, uintptr_t prevSp, uintptr_t prevEndA… in AdjustAndCreateMemoryBlock()
82 bool FaultStack::CollectStackInfo(const std::vector<DfxFrame>& frames, bool needParseStack) in CollectStackInfo()
131 bool FaultStack::CreateBlockForCorruptedStack(const std::vector<DfxFrame>& frames, uintptr_t prevEn… in CreateBlockForCorruptedStack()
146 uintptr_t FaultStack::PrintMemoryBlock(const MemoryBlockInfo& info, uintptr_t stackStartAddr) const in PrintMemoryBlock()
168 void FaultStack::Print() const in Print()
187 MemoryBlockInfo FaultStack::CreateMemoryBlock( in CreateMemoryBlock()
211 void FaultStack::CollectRegistersBlock(std::shared_ptr<DfxRegs> regs, std::shared_ptr<DfxMaps> maps) in CollectRegistersBlock()
258 void FaultStack::PrintRegisterMemory() const in PrintRegisterMemory()
277 bool FaultStack::ParseUnwindStack(std::shared_ptr<DfxMaps> maps, std::vector<DfxFrame>& frames) in ParseUnwindStack()
H A Ddfx_fault_stack.h36 class FaultStack {
38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack() function
39 ~FaultStack() = default;
H A Ddfx_thread.h52 std::shared_ptr<FaultStack> GetFaultStack() const;
72 std::shared_ptr<FaultStack> faultStack_;
H A Ddfx_thread.cpp142 faultStack_ = std::make_shared<FaultStack>(threadInfo_.nsTid); in InitFaultStack()
152 std::shared_ptr<FaultStack> DfxThread::GetFaultStack() const in GetFaultStack()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dfault_stack_test.cpp106 std::unique_ptr<FaultStack> stack = std::make_unique<FaultStack>(childPid);
/ohos5.0/base/hiviewdfx/faultloggerd/docs/
H A Dusage.md27 FaultStack: <- 异常线程栈帧,目前向低地址展示4*位宽,向高地址展示16*位宽。
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dcppcrash-guidelines.md189 FaultStack: <- 崩溃线程的栈地址空间
317 FaultStack: <- 崩溃线程的栈地址空间
/ohos5.0/docs/en/application-dev/dfx/
H A Dcppcrash-guidelines.md189 FaultStack: <- Stack of the crashed thread
317 FaultStack: <- Stack of the crashed thread