summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointOptions.cpp
AgeCommit message (Expand)Author
2015-10-30Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham
2014-04-08This function should be const.Jim Ingham
2013-05-10Hardened LLDB against NULL conditions beingSean Callanan
2013-04-19Optimized the way breakpoint conditions are evaluated.Sean Callanan
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2012-10-05Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham
2012-05-02Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...Jim Ingham
2012-05-02Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...Jim Ingham
2011-12-21The "desired result type" code in the expressionSean Callanan
2011-11-07Added a language parameter to the expression parser,Sean Callanan
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-09-15This patch modifies the expression parser to allow itSean Callanan
2011-06-20Revert r133358 which forgoes printing of breakpoint command when doing a brea...Johnny Chen
2011-06-18Don't print the baton when a breakpoint has a callback since it is prettyGreg Clayton
2011-06-15Made GetConditionText const everywhere. Made it return NULL when there's no ...Jim Ingham
2011-01-22Add missing {} so we don't print the Baton address for the brief breakpoint l...Jim Ingham
2011-01-13Implemented a major overhaul of the way variables are handledSean Callanan
2010-11-19Added support for indicating to the expression parserSean Callanan
2010-10-29Added a user-settable variable, 'target.expr-prefix',Sean Callanan
2010-10-14Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-22Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham
2010-06-18Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner