summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-09-21watch set expression's default type was wrong with new modify typeJason Molenda
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-06-07[lldb] Disable variable watchpoints when going out of scopeMed Ismail Bennani
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-26Revert "[lldb] Disable variable watchpoints when going out of scope"Jason Molenda
2023-05-25[lldb] Disable variable watchpoints when going out of scopeMed Ismail Bennani
2023-04-26[lldb] Add support for specifying language when setting watchpoint by expressionAlex Langford
2023-03-17[lldb] Unify WatchpointSP variable names (NFC)Jonas Devlieghere
2023-03-17[lldb] Set the watchpoint spec for expression watchpointsJonas Devlieghere
2023-02-14[LLDB] add arch-specific watchpoint behavior defaults to lldbJason Molenda
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-23Use StringRef::contains (NFC)Kazu Hirata
2021-06-22[lldb] Remove more redundant SetStatus(eReturnStatusFailed)David Spickett
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-08-11[lldb] watchpoint ID common completion for commands `watchpoint delete/enable...Gongyu Deng
2020-08-11[lldb] tab completion for `watchpoint set variable`Gongyu Deng
2020-07-27Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-07-25Temporarily Revert "Unify the return value of GetByteSize to an llvm::Optiona...Eric Christopher
2020-07-25Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish)Adrian Prantl
2020-04-07[lldb][NFC] Fix typo in 'watchpoint delete' error messageRaphael Isemann
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-27[lldb] Show the actual error when 'watchpoint set expression' failedRaphael Isemann