summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Thread.cpp
AgeCommit message (Expand)Author
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
2022-01-02Remove redundant void arguments (NFC)Kazu Hirata
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-11-11[lldb][NFC] Inclusive Language: rename master plan to controlling planQuinn Pham
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-04[lldb] Rename QueueFundamentalPlan to QueueBasePlan (NFC)Dave Lee
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2021-02-20[lldb] Refine ThreadPlan::ShouldAutoContinueDave Lee
2021-02-19[lldb] Rename {stop,run}_vote to report_{stop,run}_voteDave Lee
2021-02-15[lldb] Remove unused ThreadPlan tracer utilities (NFC)Dave Lee
2021-02-15[lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC)Dave Lee
2021-02-11[lldb] Add step target to ThreadPlanStepInRange constructorDave Lee
2020-08-11[lldb][NFC] Fix warning in Thread::AutoCompleteThreadPlansRaphael Isemann
2020-08-11[lldb] tab completion for `thread plan discard`Gongyu Deng
2020-08-07Add a setting to force stepping to always run all threads.Jim Ingham
2020-07-30[lldb] Don't use static locals for return value storage in some *AsCString fu...Raphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-05-22Print a warning when stopped in a frame LLDB has no plugin for.Adrian Prantl
2020-05-21Rename FunctionOptimizationWarning to the more generic FrameSelectedCallback ...Adrian Prantl