summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadList.cpp
AgeCommit message (Expand)Author
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath
2025-02-03[lldb] Implement bidirectional access for backing<->backed thread relationshi...Felipe de Azevedo Piovezan
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan
2025-01-15Refactor `ThreadList::WillResume()` to prepare to support reverse execution (...Robert O'Callahan
2024-07-11[lldb] Fix ThreadList assignment race (#98293)Pavel Labath
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2023-08-22Revert "[lldb] Fix data race in ThreadList"Augusto Noronha
2023-08-18[lldb] Fix data race in ThreadListAugusto Noronha
2023-08-05[lldb] Add a deduction guides for scoped_lock in OptionValue.cpp & ThreadList...Jie Fu
2023-08-04[lldb] Fix ThreadList::Update not locking the rhs's mutexAugusto Noronha
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham
2020-04-03Move thread plan stacks into the Process, indexed by TID.Jim Ingham
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-03-29Use the multi-lockable form of std::lock for operator=Jim Ingham
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-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-13Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere
2018-04-12Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere
2018-04-12Don't assume backing thread shares protocol ID.Jonas Devlieghere
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-12-08Fixed a crasher that has been borking out heap for a long time. Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-11-13Change the null check to an assert.Zachary Turner
2015-11-13Add a null check against the ThreadPlanZachary Turner
2015-11-07Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.Chaoren Lin
2015-11-06Another optimization to keep down gdb-remote traffic. If we have suspended a...Jim Ingham
2015-09-16Add an OperatingSystem plugin to support goroutinesRyan Brown
2015-07-22Fix typos.Bruce Mitchener
2015-06-02Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham
2015-05-18Enable debugging of multithreaded programs on Windows.Adrian McCarthy
2015-05-15Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov
2015-05-14Enable multithreaded debugging on Windows.Adrian McCarthy
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner
2014-09-05[lldb] Abstract a superclass for a generic thread container.Kuba Brecka