summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/HistoryThread.h
AgeCommit message (Expand)Author
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2020-03-18[lldb/MemoryHistoryAsan] Fix address resolution for recorded backtracesFred Riss
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2015-10-17[LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...Eugene Zelenko
2014-09-04ASan malloc/free history threadsKuba Brecka
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-08Add History subclasses for Thread, Unwind, RegisterContext.Jason Molenda