Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.cpp26 UnwindLLDB::UnwindLLDB (Thread &thread) : in UnwindLLDB() function in UnwindLLDB
34 UnwindLLDB::DoGetFrameCount() in DoGetFrameCount()
70 UnwindLLDB::AddFirstFrame () in AddFirstFrame()
105 UnwindLLDB::AddOneMoreFrame (ABI *abi) in AddOneMoreFrame()
213 UnwindLLDB::DoGetFrameInfoAtIndex (uint32_t idx, addr_t& cfa, addr_t& pc) in DoGetFrameInfoAtIndex()
237 UnwindLLDB::DoCreateRegisterContextForFrame (StackFrame *frame) in DoCreateRegisterContextForFrame()
271 UnwindLLDB::RegisterContextLLDBSP
272 UnwindLLDB::GetRegisterContextForFrameNum (uint32_t frame_num) in GetRegisterContextForFrameNum()
281 UnwindLLDB::SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::Regi… in SearchForSavedLocationForRegister()
291 UnwindLLDB::RegisterSearchResult result; in SearchForSavedLocationForRegister()
[all …]
DRegisterContextLLDB.cpp45 UnwindLLDB& unwind_lldb in RegisterContextLLDB()
803 RegisterContextLLDB::ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocat… in ReadRegisterValueFromRegisterLocation()
813 case UnwindLLDB::RegisterLocation::eRegisterInRegister: in ReadRegisterValueFromRegisterLocation()
830 case UnwindLLDB::RegisterLocation::eRegisterValueInferred: in ReadRegisterValueFromRegisterLocation()
834 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in ReadRegisterValueFromRegisterLocation()
836 case UnwindLLDB::RegisterLocation::eRegisterSavedAtHostMemoryLocation: in ReadRegisterValueFromRegisterLocation()
839 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: in ReadRegisterValueFromRegisterLocation()
856 RegisterContextLLDB::WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocati… in WriteRegisterValueToRegisterLocation()
867 case UnwindLLDB::RegisterLocation::eRegisterInRegister: in WriteRegisterValueToRegisterLocation()
880 case UnwindLLDB::RegisterLocation::eRegisterValueInferred: in WriteRegisterValueToRegisterLocation()
[all …]
DRegisterContextLLDB.h23 class UnwindLLDB; variable
33 uint32_t frame_number, lldb_private::UnwindLLDB& unwind_lldb);
96 friend class UnwindLLDB; variable
134 lldb_private::UnwindLLDB::RegisterSearchResult
135 …SavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc…
138 ReadRegisterValueFromRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
143 WriteRegisterValueToRegisterLocation (lldb_private::UnwindLLDB::RegisterLocation regloc,
199 …std::map<uint32_t, lldb_private::UnwindLLDB::RegisterLocation> m_registers; // where to find reg v…
201 …lldb_private::UnwindLLDB& m_parent_unwind; // The UnwindLLDB that is creating this RegisterCont…
DUnwindLLDB.h25 class UnwindLLDB : public lldb_private::Unwind
28 UnwindLLDB (lldb_private::Thread &thread);
31 ~UnwindLLDB() { } in ~UnwindLLDB()
90 …SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocatio…
120 DISALLOW_COPY_AND_ASSIGN (UnwindLLDB);
DCMakeLists.txt21 UnwindLLDB.cpp
DAndroid.mk27 UnwindLLDB.cpp \
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp209 m_unwinder_ap.reset(new UnwindLLDB(*this)); in GetUnwinder()
/external/lldb/source/Target/
DThread.cpp1947 m_unwinder_ap.reset (new UnwindLLDB (*this)); in GetUnwinder()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj301 …8900AF13353E5000698AC0 /* UnwindLLDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AF68D32F12…
1714UnwindLLDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp…
1715 …B /* UnwindLLDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
2515 AF68D32F1255A110002FF25B /* UnwindLLDB.cpp */,
2516 AF68D3301255A110002FF25B /* UnwindLLDB.h */,
4084 268900AF13353E5000698AC0 /* UnwindLLDB.cpp in Sources */,