summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-8/+8
* Fix broken tests due to new error output.Todd Fiala2014-07-081-8/+8
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-8/+8
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-8/+2
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-8/+8
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-6/+6
* This patch does a couple of things. Jim Ingham2013-11-071-5/+5
* Spelling fix.Sean Callanan2013-11-061-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-4/+4
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-4/+4
* Fix the format warnings.Sylvestre Ledru2013-10-311-6/+6
* Add OptionParser.hVirgile Bello2013-09-051-5/+5
* Fixed several problems with watchpoint expressions.Sean Callanan2013-07-251-0/+2
* Huge change to clean up types.Greg Clayton2013-07-111-7/+5
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-021-8/+20
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-7/+8
* <rdar://problem/13207948>Greg Clayton2013-02-141-44/+44
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-34/+41
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-10/+12
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-2/+3
* Extended the "watchpoint set variable" code toSean Callanan2012-09-141-0/+33
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-2/+2
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-9/+7
* rdar://problem/12007576Johnny Chen2012-08-131-3/+11
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-0/+4
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-9/+7
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+2
* <rdar://problem/11870357>Greg Clayton2012-07-141-1/+2
* Make 'watchpoint set' default to write instead of read_write.Johnny Chen2012-06-291-6/+6
* Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen2012-06-191-8/+8
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-871/+963
* rdar://problem/11597911Johnny Chen2012-06-051-2/+3
* rdar://problem/11584012Johnny Chen2012-06-041-28/+8
* Give more explicit error messages when watchpoint creation command (watchpoin...Johnny Chen2012-06-041-2/+29
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+9
* Clarify "watchpoint set" help text.Johnny Chen2012-04-271-2/+6
* Add error handling for missing option terminator "--" and a test scenario for...Johnny Chen2012-02-091-6/+15
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-139/+224
* Update comment.Johnny Chen2012-02-081-1/+2
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-43/+108
* Trivial indentation change.Johnny Chen2012-01-301-1/+2
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-1/+207
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-4/+4
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+151
OpenPOWER on IntegriCloud