summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
AgeCommit message (Expand)Author
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-04[lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani
2020-01-03Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani
2020-01-03[lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-31[lldb] Unify target checking in CommandObjectRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-17[lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-04-05Update watchpoint help to use new -s flagStephane Sezer
2016-02-24Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-10-07Fix minor typos in comments.Bruce Mitchener
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-03-02Fix handling of backslashes in Args parsingPavel Labath
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner