summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
AgeCommit message (Expand)Author
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal
2013-11-07This patch does a couple of things. Jim Ingham
2013-11-06Spelling fix.Sean Callanan
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-31Fix the format warnings.Sylvestre Ledru
2013-09-05Add OptionParser.hVirgile Bello
2013-07-25Fixed several problems with watchpoint expressions.Sean Callanan
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-02-14<rdar://problem/13207948>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-23Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham
2012-09-14Extended the "watchpoint set variable" code toSean Callanan
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas
2012-09-05Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata
2012-08-13rdar://problem/12007576Johnny Chen
2012-08-09rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-07-16<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata
2012-07-14<rdar://problem/11870357>Greg Clayton
2012-06-29Make 'watchpoint set' default to write instead of read_write.Johnny Chen
2012-06-19Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-06-05rdar://problem/11597911Johnny Chen
2012-06-04rdar://problem/11584012Johnny Chen
2012-06-04Give more explicit error messages when watchpoint creation command (watchpoin...Johnny Chen
2012-05-23Add the capability to display the number of supported hardware watchpoints to...Johnny Chen
2012-04-27Clarify "watchpoint set" help text.Johnny Chen
2012-02-09Add error handling for missing option terminator "--" and a test scenario for...Johnny Chen
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen
2012-02-08Update comment.Johnny Chen
2012-02-08Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen
2012-01-30Trivial indentation change.Johnny Chen
2012-01-30Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen