summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-8/+37
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-12/+10
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-3/+3
* Rename Error -> Status.Zachary Turner2017-05-121-4/+5
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-5/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-91/+71
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+5
* Changed '-x'/'-xsize' to '-s'/'-size' when specifyingSean Callanan2015-03-261-2/+2
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-2/+2
* Fix broken tests due to new error output.Todd Fiala2014-07-081-2/+2
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-2/+2
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-2/+2
* Add OptionParser.hVirgile Bello2013-09-051-2/+2
* Fixed several problems with watchpoint expressions.Sean Callanan2013-07-251-1/+1
* We were getting an assert because somebody was making a watchpoint that wasJim Ingham2013-06-181-2/+7
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Give more explicit error messages when watchpoint creation command (watchpoin...Johnny Chen2012-06-041-0/+13
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-1/+1
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-2/+2
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Remove stale comment.Johnny Chen2011-10-181-1/+0
* Modify the help text for watching a variable or its pointee.Johnny Chen2011-10-181-2/+2
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-15/+10
* Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen2011-09-301-1/+20
* Watchpoint WIP:Johnny Chen2011-09-121-4/+4
* Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen2011-09-121-1/+2
* A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsing...Johnny Chen2011-09-101-1/+1
* Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen2011-09-101-3/+2
* Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen2011-09-091-0/+90
OpenPOWER on IntegriCloud