Searched refs:FaultStack (Results 1 – 8 of 8) sorted by relevance
42 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()
36 class FaultStack {38 explicit FaultStack(int32_t tid) : tid_(tid) {}; in FaultStack() function39 ~FaultStack() = default;
52 std::shared_ptr<FaultStack> GetFaultStack() const;72 std::shared_ptr<FaultStack> faultStack_;
142 faultStack_ = std::make_shared<FaultStack>(threadInfo_.nsTid); in InitFaultStack()152 std::shared_ptr<FaultStack> DfxThread::GetFaultStack() const in GetFaultStack()
106 std::unique_ptr<FaultStack> stack = std::make_unique<FaultStack>(childPid);
27 FaultStack: <- 异常线程栈帧,目前向低地址展示4*位宽,向高地址展示16*位宽。
189 FaultStack: <- 崩溃线程的栈地址空间317 FaultStack: <- 崩溃线程的栈地址空间
189 FaultStack: <- Stack of the crashed thread317 FaultStack: <- Stack of the crashed thread