summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescriptionRaphael Isemann2019-12-021-19/+18
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-2/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-15/+10
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-26/+24
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-10/+9
* 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
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+5
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-231-4/+13
* Make breakpoint names real entities.Jim Ingham2017-09-141-10/+81
* Add an auto-continue flag to breakpoints & locations.Jim Ingham2017-08-031-7/+31
* Fix a mis-feature with propagation of breakpoint options -> location options.Jim Ingham2017-08-021-49/+81
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-2/+2
* Fix serialization of Python breakpoint commands.Jim Ingham2016-09-261-12/+56
* Serilize the thread options within the breakpoint options.Jim Ingham2016-09-221-4/+31
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-9/+37
* Make the keys enumerations for options and resolvers enum classes.Jim Ingham2016-09-151-2/+3
* Some more pointer safety in Breakpoint.Zachary Turner2016-09-131-11/+24
* Add a few const's (thanks Zachary) and return shared or unique pointersJim Ingham2016-09-131-15/+13
* This is the main part of a change to add breakpoint save and restore to lldb.Jim Ingham2016-09-121-4/+216
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-212/+161
* Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko2015-10-301-16/+12
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-1/+0
* Add the ability to tag one or more breakpoints with a name. TheseJim Ingham2014-12-161-2/+1
* This function should be const.Jim Ingham2014-04-081-1/+1
* Hardened LLDB against NULL conditions beingSean Callanan2013-05-101-0/+3
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-191-21/+22
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+3
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-28/+7
* Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...Jim Ingham2012-05-021-1/+1
* Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham2012-05-021-45/+0
* The "desired result type" code in the expressionSean Callanan2011-12-211-8/+4
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-3/+3
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-4/+5
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+1
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-1/+3
* Revert r133358 which forgoes printing of breakpoint command when doing a brea...Johnny Chen2011-06-201-0/+8
* Don't print the baton when a breakpoint has a callback since it is prettyGreg Clayton2011-06-181-8/+0
* Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham2011-06-151-2/+2
* Add missing {} so we don't print the Baton address for the brief breakpoint l...Jim Ingham2011-01-221-1/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+1
* Added support for indicating to the expression parserSean Callanan2010-11-191-1/+6
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-3/+3
OpenPOWER on IntegriCloud