• Home
  • Raw
  • Download

Lines Matching refs:UnwindLLDB

25 UnwindLLDB::UnwindLLDB(Thread &thread)  in UnwindLLDB()  function in UnwindLLDB
40 uint32_t UnwindLLDB::DoGetFrameCount() { in DoGetFrameCount()
70 bool UnwindLLDB::AddFirstFrame() { in AddFirstFrame()
113 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { in GetOneMoreFrame()
295 void UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi) { in UpdateUnwindPlanForFirstFrameIfInvalid()
318 bool UnwindLLDB::AddOneMoreFrame(ABI *abi) { in AddOneMoreFrame()
392 bool UnwindLLDB::DoGetFrameInfoAtIndex(uint32_t idx, addr_t &cfa, addr_t &pc, in DoGetFrameInfoAtIndex()
432 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame()
461 UnwindLLDB::RegisterContextLLDBSP
462 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum()
469 bool UnwindLLDB::SearchForSavedLocationForRegister( in SearchForSavedLocationForRegister()
470 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, in SearchForSavedLocationForRegister()
480 UnwindLLDB::RegisterSearchResult result; in SearchForSavedLocationForRegister()
483 return result == UnwindLLDB::RegisterSearchResult::eRegisterFound; in SearchForSavedLocationForRegister()
486 UnwindLLDB::RegisterSearchResult result; in SearchForSavedLocationForRegister()
492 if (result == UnwindLLDB::RegisterSearchResult::eRegisterFound && in SearchForSavedLocationForRegister()
494 UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext) { in SearchForSavedLocationForRegister()
504 if (result == UnwindLLDB::RegisterSearchResult::eRegisterFound && in SearchForSavedLocationForRegister()
505 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()
507 result = UnwindLLDB::RegisterSearchResult::eRegisterNotFound; in SearchForSavedLocationForRegister()
511 if (result == UnwindLLDB::RegisterSearchResult::eRegisterFound) in SearchForSavedLocationForRegister()
513 if (result == UnwindLLDB::RegisterSearchResult::eRegisterIsVolatile) in SearchForSavedLocationForRegister()