summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
Commit message (Expand)AuthorAgeFilesLines
* If a hand-called function is interrupted by hitting a breakpoint, then Jim Ingham2014-07-081-1/+17
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Remove extra newline from log PrintfEd Maste2014-06-251-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+82
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+16
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-56/+52
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* lldb arm64 import.Jason Molenda2014-03-291-0/+1
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-18/+82
* When a client asks for a queue pending item's extended backtrace,Jason Molenda2014-03-061-2/+2
* Initial patch for supporting Hexagon DSPDeepak Panickal2014-02-191-0/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+122
* Add a "step-avoid-libraries" setting to complement the "step-avoid-regexp" se...Jim Ingham2014-01-231-0/+12
* <rdar://problem/15172417>Greg Clayton2013-11-131-44/+33
* Log failure to restore thread state in ThreadPlanCallFunction::DoTakedownEd Maste2013-11-121-2/+1
* This patch does a couple of things. Jim Ingham2013-11-071-27/+0
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-21/+21
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-21/+21
* Mark the selected frame of the selected thread in backtraces.Jim Ingham2013-10-181-3/+11
* Make sure the CallFunction Thread plans don't try to do DoTakedown if their t...Jim Ingham2013-10-181-3/+9
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-0/+18
* POSIX RegisterContext for mips64Ed Maste2013-10-101-0/+1
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+73
* <rdar://problem/14526890>Greg Clayton2013-07-301-0/+13
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-22/+22
* Huge change to clean up types.Greg Clayton2013-07-111-4/+3
* Add some useful logging for tracking thread matching problems.Jim Ingham2013-06-221-7/+15
* Fix various build warnings.Matt Kopec2013-06-031-1/+1
* Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain2013-05-231-3/+1
* Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton2013-05-211-0/+3
* Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...Daniel Malea2013-05-141-24/+19
* Adding support for setting thread stop state when a process stops.Andrew Kaylor2013-05-101-0/+6
* Revert r181482 as it causes occasional hangs in LLDB buildbotsDaniel Malea2013-05-091-6/+0
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-28/+76
* Adding code to set thread state to stopped when the process stops.Andrew Kaylor2013-05-081-0/+6
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-1/+22
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-6/+12
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-12/+6
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-6/+12
* <rdar://problem/13700260>Greg Clayton2013-05-011-16/+38
* <rdar://problem/13697881>Greg Clayton2013-04-201-14/+19
* <rdar://problem/13516463>Greg Clayton2013-04-021-45/+66
* <rdar://problem/13521159>Greg Clayton2013-03-271-9/+9
* Remove some commented out code.Jim Ingham2013-03-211-8/+0
* Don't use the fact that we stopped with a "Breakpoint" stop reason to decide ...Jim Ingham2013-03-131-5/+7
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-4/+19
* Make sure a value is returned for Thread::ReturnFromFrame().Greg Clayton2013-02-011-2/+1
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-11/+74
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-3/+10
* <rdar://problem/12976225>Han Ming Ong2013-01-081-2/+1
OpenPOWER on IntegriCloud