aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/Thread.cpp
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[lldb] Keep the unexpected b/p state for suspended threads (#174264)Igor Kudrin1-1/+10
2026-01-07[lldb][Format] Introduce a `FormatEntity::Formatter` class and move the `Form...Michael Buch1-2/+3
2025-12-18[lldb] Add priority support to synthetic frame providers (#172848)Med Ismail Bennani1-7/+24
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani1-1/+71
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch1-71/+1
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani1-1/+71
2025-07-18[lldb] Use StopInfoSP instead of StopInfo* (NFC)Jonas Devlieghere1-3/+2
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere1-4/+8
2025-04-17[lldb] Create ThreadPlanStepOut ctor that never skips frames (#136163)Felipe de Azevedo Piovezan1-3/+2
2025-03-17Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (agai...Pavel Labath1-3/+6
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-3/+6
2025-02-13[lldb] Change lldb's breakpoint handling behavior, reland (#126988)Jason Molenda1-1/+14
2025-01-31Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"Adrian Prantl1-6/+3
2025-01-31Reland "[lldb] Implement basic support for reverse-continue" (#125242)David Spickett1-3/+6
2025-01-30Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906...David Spickett1-6/+3
2025-01-30Reland "[lldb] Implement basic support for reverse-continue" (#123906)" (#123...David Spickett1-3/+6
2025-01-22Revert "[lldb] Implement basic support for reverse-continue" (#123906)Pavel Labath1-6/+3
2025-01-22[lldb] Implement basic support for reverse-continue (#112079)Robert O'Callahan1-3/+6
2025-01-15Refactor `ThreadList::WillResume()` to prepare to support reverse execution (...Robert O'Callahan1-2/+4
2024-12-12Convert the StackFrameList mutex to a shared mutex. (#117252)jimingham1-1/+1
2024-11-19[lldb] Fix comment in ~Thread (NFC) (#116850)Dave Lee1-1/+1
2024-10-30Fix call site breakpoint patch (#114158)jimingham1-0/+8
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham1-8/+0
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham1-0/+8
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-2/+2
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda1-6/+2
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-2/+6
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha1-6/+2
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan1-2/+6
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-23/+28
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-5/+7
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-7/+5
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-5/+7
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan811-1/+14
2024-08-05[lldb/Target] Rename ThreadPlanPython into ScriptedThreadPlan (#101931)Med Ismail Bennani1-2/+2
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda1-14/+1
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda1-1/+14
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford1-3/+3
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-4/+4
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-4/+4
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-4/+4
2024-02-14[lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda1-3/+16
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford1-6/+9
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett1-12/+0
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett1-0/+12
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett1-14/+0
2023-12-14[lldb] Fixup PopPlan assertDavid Spickett1-3/+4
2023-12-14[lldb] Assert immediately prior to calling PopPlanDavid Spickett1-1/+13
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett1-0/+1