summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-4/+4
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+849
OpenPOWER on IntegriCloud