aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1092/+976
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-14/+14
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-19/+24
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-10/+6
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-15/+16
2016-04-05Update watchpoint help to use new -s flagStephane Sezer1-7/+7
2016-02-24Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-114/+94
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-64/+52
2015-10-07Fix minor typos in comments.Bruce Mitchener1-1/+1
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener1-5/+5
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton1-2/+2
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-2/+2
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-8/+15
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-8/+8
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2015-03-02Fix handling of backslashes in Args parsingPavel Labath1-1/+1
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-1/+2
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-8/+8
2014-07-08Fix broken tests due to new error output.Todd Fiala1-8/+8
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-8/+8
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham1-1/+1
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham1-1/+1
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool1-8/+2
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton1-8/+8
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal1-6/+6
2013-11-07This patch does a couple of things. Jim Ingham1-5/+5
2013-11-06Spelling fix.Sean Callanan1-1/+1
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-4/+4
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-4/+4
2013-10-31Fix the format warnings.Sylvestre Ledru1-6/+6
2013-09-05Add OptionParser.hVirgile Bello1-5/+5
2013-07-25Fixed several problems with watchpoint expressions.Sean Callanan1-0/+2
2013-07-11Huge change to clean up types.Greg Clayton1-7/+5
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham1-8/+20
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham1-7/+8
2013-02-14<rdar://problem/13207948>Greg Clayton1-44/+44
2013-01-25<rdar://problem/13069948>Greg Clayton1-3/+3
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-34/+41
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-3/+3
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-2/+2
2012-10-23Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham1-10/+12
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham1-2/+3
2012-09-14Extended the "watchpoint set variable" code toSean Callanan1-0/+33
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-2/+2
2012-09-05Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata1-9/+7
2012-08-13rdar://problem/12007576Johnny Chen1-3/+11
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen1-0/+4
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton1-9/+7