summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadPlanTracer.cpp
AgeCommit message (Expand)Author
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-04-17[lldb] Change some pointers to refs in register printing codeDavid Spickett
2022-11-16Make CompilerType safeAdrian Prantl
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-03-16[lldb] Change back LLDBLog::Commands->Types in a couple more placesPavel Labath
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
2021-02-15[lldb] Remove unused ThreadPlan tracer utilities (NFC)Dave Lee
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2020-04-03Make ThreadPlanTracers use TID & Process rather than Thread *.Jim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-20 ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.Jim Ingham
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-17[Target][NFCI] Remove commented out codeAlex Langford
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-09-21Further reduction of Clang-related header inclusion.Bruce Mitchener
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-02-13Change the default disassembly format again. First attempt atJason Molenda
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton
2014-10-10Add a new disassembly-format specification so that the disassemblerJason Molenda
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-07-11Huge change to clean up types.Greg Clayton
2013-03-28<rdar://problem/11730263>Greg Clayton