summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Mark the "step over single instruction" plan private in the StopInfoWatchpoin...Jim Ingham2013-07-021-1/+5
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-4/+4
* fix a couple of clang static analyzer warnings.Jason Molenda2013-05-041-1/+2
* lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_privat...Greg Clayton2013-04-291-406/+468
* Optimized the way breakpoint conditions are evaluated.Sean Callanan2013-04-191-54/+11
* Save away the locations at the site we hit and iterate over that collection. ...Jim Ingham2013-04-111-2/+18
* Rationalize how we do Halt-ing before Destroy and Detach.Jim Ingham2013-03-291-0/+2
* Protect against the case where the current inlined depth is wrong, and leads ...Jim Ingham2013-03-281-0/+7
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+6
* The thread plans run before the event is broadcast, so they should be calling...Jim Ingham2013-02-221-1/+12
* Add a test for handling a function call that throws an exception, and make it...Jim Ingham2013-02-141-3/+22
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-3/+29
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+16
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-4/+49
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-2/+6
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12649160>Greg Clayton2012-12-051-0/+49
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-8/+8
* how to do it correctly.Jim Ingham2012-11-101-96/+95
* Carlo Kok found an issue where default parameters were causing the wrong argu...Greg Clayton2012-10-311-2/+5
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-69/+13
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-9/+39
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-6/+6
* Fixed a problem where watchpoint conditions wouldSean Callanan2012-09-081-1/+1
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-1/+2
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-211-0/+6
* Remove the process->DisableWatchpoint() and EnableWatchpoint() calls since th...Johnny Chen2012-08-211-4/+2
* rdar://problem/12144930Johnny Chen2012-08-211-0/+23
* When trying to take snapshots of a watched variable, if the frame is unable t...Johnny Chen2012-08-141-7/+19
* Simplify the "Watchpoint ... hit" printout, make it more terse.Johnny Chen2012-08-131-2/+2
* Comment changes.Johnny Chen2012-08-131-1/+2
* rdar://problem/12007576Johnny Chen2012-08-131-3/+59
* rdar://problem/11457143Johnny Chen2012-08-091-11/+16
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+2
* <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so ...Enrico Granata2012-07-131-0/+30
* Make sure the "synchronous breakpoint callbacks" get called before the thread...Jim Ingham2012-04-201-2/+11
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-52/+33
* Fix a typo in the error message of the StopInfoWatchpoint class.Johnny Chen2012-01-241-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+2
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-4/+24
* 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
OpenPOWER on IntegriCloud