summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupWatchpoint.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-04-26[lldb] Add support for specifying language when setting watchpoint by expressionAlex Langford
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2015-03-26Changed '-x'/'-xsize' to '-s'/'-size' when specifyingSean Callanan
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-09-05Add OptionParser.hVirgile Bello
2013-07-25Fixed several problems with watchpoint expressions.Sean Callanan
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-06-04Give more explicit error messages when watchpoint creation command (watchpoin...Johnny Chen
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen
2012-02-08Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-18Remove stale comment.Johnny Chen
2011-10-18Modify the help text for watching a variable or its pointee.Johnny Chen
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton
2011-09-30Add an accompanying option to the 'frame variable -w' command to, instead of ...Johnny Chen
2011-09-12Watchpoint WIP:Johnny Chen
2011-09-12Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen
2011-09-10A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsing...Johnny Chen
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen
2011-09-09Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen