aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-521/+489
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-13/+7
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-5/+6
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-12/+10
2016-02-23Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-64/+43
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-25/+20
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-115/+106
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-8/+7
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-5/+5
2014-07-08Fix broken tests due to new error output.Todd Fiala1-5/+5
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-5/+5
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton1-1/+1
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton1-1/+1
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-120/+38
2013-09-05Add OptionParser.hVirgile Bello1-4/+4
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham1-3/+3
2013-04-19Fixed some linux buildbot warnings.Greg Clayton1-4/+3
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-2/+2
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-2/+2
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-4/+4
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen1-0/+849