summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/BreakpointOptions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-3/+86
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-8/+2
* Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham2010-06-221-2/+2
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-181-1/+81
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-10/+27
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+180
OpenPOWER on IntegriCloud