summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
AgeCommit message (Expand)Author
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2020-06-24[lldb] Use std::make_unique<> (NFC)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-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
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
2017-03-03Move Log from Core -> Utility.Zachary Turner
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-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-06When a client asks for a queue pending item's extended backtrace,Jason Molenda
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda
2013-11-19Add logging for the SB API which creates extendedJason Molenda
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda
2013-11-15Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda
2013-11-12Add object logging to HistoryThread. Call the DoDestroy() method fromJason Molenda
2013-11-08Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda