summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/StopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-0/+4
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-13/+12
* [LLDB][Watchpoint] Change ignore_count condition location to fix watchpoint i...Mohit K. Bhakkad2015-11-031-0/+10
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-105/+77
* [LLDB][MIPS] Fix hit_count for mips watchpointsMohit K. Bhakkad2015-10-061-1/+4
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-7/+8
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-6/+6
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-131-4/+21
* Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham2015-07-291-7/+6
* Refactor Unix signals.Chaoren Lin2015-07-141-6/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-3/+4
* The StopInfo base class has an m_description std::string.Jason Molenda2015-05-151-5/+1
* Missed one piece when committing r235538.Jim Ingham2015-04-231-2/+17
* Fix stepping a virtual thread when the python operating system was enabled.Greg Clayton2015-04-071-0/+13
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Make sure that when a breakpoint is hit but its condition is not met,Jim Ingham2015-01-151-0/+5
* The breakpoint location hit counts were getting incremented inJim Ingham2014-10-221-1/+13
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-4/+3
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-1/+2
* Add some useful logging to the step log.Jim Ingham2014-08-051-1/+1
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-081-4/+26
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-1/+1
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-32/+36
* Cleanup some dead assignements reported by scan-buildArnaud A. de Grandmaison2014-03-221-2/+0
* Add a little more logging to the StopInfoBreakpoint::PerformAction.Jim Ingham2014-01-151-1/+14
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-14/+9
* Test to see if logging is enabled before printingJason Molenda2013-08-061-1/+4
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-6/+6
* 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
OpenPOWER on IntegriCloud