summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-1/+0
* [lldb/Commands] Honor the scripting language passed (2/2)Jonas Devlieghere2019-12-211-14/+26
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-2/+0
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-021-4/+4
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-1/+1
* [lldb] Unify target checking in CommandObjectRaphael Isemann2019-08-311-30/+9
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-1/+1
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-11/+18
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-2/+0
* [lldb][NFC] Tablegenify watchpoint commandsRaphael Isemann2019-07-171-6/+2
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-3/+3
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-3/+4
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-8/+0
* Quiet command regex instructions during batch executionDave Lee2019-03-101-2/+2
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-9/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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/+11
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Typo fixes.Bruce Mitchener2018-05-291-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+13
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+4
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-7/+6
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-30/+26
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+2
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-3/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-521/+489
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-13/+7
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-5/+6
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-12/+10
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-231-64/+43
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-25/+20
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-115/+106
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-8/+7
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-5/+5
* Fix broken tests due to new error output.Todd Fiala2014-07-081-5/+5
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-5/+5
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-120/+38
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-021-3/+3
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-4/+3
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
OpenPOWER on IntegriCloud