summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Rework how the breakpoint conditions & callbacks are handled. We now iterate...Jim Ingham2011-12-091-60/+61
* Do a better job of detecting when a breakpoint command has set the target run...Jim Ingham2011-11-081-7/+52
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-0/+2
* Grab the address of the breakpoint site for the StopInfoBreakpoint so ifJim Ingham2011-10-281-3/+21
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+118
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-5/+5
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-0/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...Johnny Chen2011-09-211-4/+40
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-5/+6
* Move the handling of breakpoint conditions from the Private event loop to the...Jim Ingham2011-08-091-3/+118
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-6/+47
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-2/+10
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-0/+6
* Added the ability to get more information on the SBThread's stop reasonGreg Clayton2010-11-181-0/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-0/+14
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-2/+2
* Make breakpoint commands work again. Added a PerformAction to the stop info ...Jim Ingham2010-08-101-3/+43
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-0/+351
OpenPOWER on IntegriCloud