summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
AgeCommit message (Expand)Author
2025-09-17[lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC....Martin Storsjö
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-03-18[lldb/MemoryHistoryAsan] Fix address resolution for recorded backtracesFred Riss
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-02Fix PC adjustment in StackFrame::GetSymbolContextJoseph Tremoulet
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-22A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.Kuba Brecka
2016-05-22Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...Kuba Brecka
2016-05-22Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...Kuba Brecka
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2014-09-09Remove unused class variable and update all callers/users.Eric Christopher
2014-06-23Temporarily roll back the parts of r211241 where I fixed aJason Molenda
2014-06-18Add a lock in the UnwindTable class so two Targets won't tryJason Molenda
2014-03-06When a client asks for a queue pending item's extended backtrace,Jason Molenda
2013-11-08Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda