summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Thread.cpp
AgeCommit message (Expand)Author
2024-08-05New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thr...jeffreytan81
2024-08-05[lldb/Target] Rename ThreadPlanPython into ScriptedThreadPlan (#101931)Med Ismail Bennani
2024-07-19Revert "[lldb] Change lldb's breakpoint handling behavior (#96260)"Jason Molenda
2024-07-19[lldb] Change lldb's breakpoint handling behavior (#96260)Jason Molenda
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-02-14[lldb] Detect a Darwin kernel issue and work around it (#81573)Jason Molenda
2024-01-22[lldb][NFCI] Remove EventData* param from BroadcastEvent (#78773)Alex Langford
2023-12-20[lldb][test] Skip global module cache on Arm/AArch64 Linux (again)David Spickett
2023-12-20[lldb][test] Add extra logging for module cache testDavid Spickett
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett
2023-12-14[lldb] Fixup PopPlan assertDavid Spickett
2023-12-14[lldb] Assert immediately prior to calling PopPlanDavid Spickett
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan81
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-06-05[lldb][NFCI] Use size_t in OptionValuePropertiesAlex Langford
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-05-04[lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-05-01[lldb] Add debugger.external-editor settingJonas Devlieghere
2023-04-28[lldb] Refactor host::OpenFileInExternalEditorJonas Devlieghere
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford
2023-04-07[lldb] Move "SelectMostRelevantFrame" from Thread::WillStopJim Ingham
2023-03-20Revert "Fix a problem with "watchpoint triggers before" watchpoint handling."Jim Ingham
2023-03-20Fix a problem with "watchpoint triggers before" watchpoint handling.Jim Ingham
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-17[lldb] llvm::Optional::value() && => operator*/operator->Fangrui Song
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
2022-08-05Reapply the commits to enable accurate hit-count detection for watchpoints.Jim Ingham
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-04-05[lldb][gui] make 'step out' step out of the selected frameLuboš Luňák
2022-03-10[lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlanDave Lee
2022-03-10[lldb] Remove extra space in step logging messageDave Lee
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
2022-01-28[lldb] [gdb-remote] Support getting siginfo via APIMichał Górny