summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-22/+13
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-9/+3
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-8/+0
* [lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann2019-07-171-11/+6
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-8/+8
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-22/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-8/+8
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-2/+2
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-36/+8
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-12/+12
* Rename Error -> Status.Zachary Turner2017-05-121-14/+14
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-10/+6
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-11/+11
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-3/+3
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-50/+39
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1092/+976
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-14/+14
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-19/+24
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-10/+6
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-15/+16
* Update watchpoint help to use new -s flagStephane Sezer2016-04-051-7/+7
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-241-114/+94
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-64/+52
* Fix minor typos in comments.Bruce Mitchener2015-10-071-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-5/+5
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-8/+15
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-8/+8
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Fix handling of backslashes in Args parsingPavel Labath2015-03-021-1/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-1/+2
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-8/+8
* Fix broken tests due to new error output.Todd Fiala2014-07-081-8/+8
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-8/+8
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-8/+2
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-8/+8
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-6/+6
* This patch does a couple of things. Jim Ingham2013-11-071-5/+5
OpenPOWER on IntegriCloud