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