aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-4/+2
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-5/+9
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-3/+2
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere1-9/+9
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-3/+3
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-39/+3
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-17/+12
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-4/+5
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-30/+1
2022-03-31[LLDB] Applying clang-tidy modernize-use-equals-default over LLDBShafik Yaghmour1-1/+1
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-3/+2
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-10/+0
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-8/+5
2021-05-03Clarify the help for "breakpoint command add" and "watchpoint command add".Jim Ingham1-1/+3
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha1-1/+1
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath1-1/+1
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha1-1/+1
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere1-2/+2
2020-04-02Correct copy-pasteo in lua script language descriptionEd Maste1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-14[lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere1-1/+0
2019-12-21[lldb/Commands] Honor the scripting language passed (2/2)Jonas Devlieghere1-14/+26
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-2/+0
2019-12-02[lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann1-4/+4
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna1-1/+1
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann1-30/+9
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-1/+1
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere1-11/+18
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+0
2019-07-17[lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann1-6/+2
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere1-0/+1
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-3/+3
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere1-3/+4
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-8/+0
2019-03-10Quiet command regex instructions during batch executionDave Lee1-2/+2
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-9/+9
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-8/+11
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-05-29Typo fixes.Bruce Mitchener1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-15/+13
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-2/+4
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner1-7/+6
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-2/+3
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1