aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner1-4/+9
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1904/+1693
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-46/+46
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-50/+60
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-142/+98
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-3/+3
2016-03-17Fix deadlock due to thread list locking in 'bt all' with obj-cStephane Sezer1-38/+72
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham1-3/+4
2016-02-26Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham1-1/+34
2016-02-25Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-305/+194
2016-02-13Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham1-60/+15
2016-02-10This is an idea to make "thread step-in --target" work for the commonJim Ingham1-2/+85
2016-02-06Fix "thread backtrace -s": option was misparsed because of a missing break.Jim Ingham1-0/+1
2015-12-15When constructing an address range to "step" or "next" through,Jason Molenda1-2/+2
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-99/+79
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Improve LLDB prompt handlingPavel Labath1-1/+3
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-48/+48
2015-05-13Remote Non-Stop SupportEwan Crawford1-0/+6
2015-03-26Add an assertion for frame[0] being valid in CommandObjectThread.cpp.Stephane Sezer1-1/+2
2015-03-23Add a missing null pointer check in CommandObjectThread.cpp.Stephane Sezer1-1/+1
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2015-02-06Add a "-a/--address" option to "thread until". You can specify one or more l...Jim Ingham1-27/+61
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-13/+14
2015-01-09Change int32_t to uint32_t to fix warnings.Zachary Turner1-1/+1
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton1-16/+36
2014-10-10LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka1-5/+12
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-199/+398
2014-08-12Fix iohandler prompt race condition.Todd Fiala1-1/+5
2014-07-16Fix some warnings in the Windows build.Zachary Turner1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-25/+25
2014-07-08Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham1-0/+19
2014-07-08Fix broken tests due to new error output.Todd Fiala1-24/+24
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-24/+24
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda1-0/+188
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham1-2/+2
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham1-1/+1
2014-04-03Make the fail messagesJim Ingham1-3/+5
2014-03-13This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham1-7/+31
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda1-1/+1
2013-11-12Add initial --extended / -e support to thread backtrace.Jason Molenda1-0/+49
2013-11-06Added Iterable, a class that vends standard C++Sean Callanan1-8/+7
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-5/+5
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-5/+5
2013-09-12Fixing a problem where CommandObjectThreadContinue held the thread list lock ...Andrew Kaylor1-9/+18
2013-09-12Added a 'jump' command, similar to GDBs.Richard Mitton1-0/+203
2013-09-05Add OptionParser.hVirgile Bello1-10/+10
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham1-17/+17
2013-01-31Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham1-3/+122
2013-01-25<rdar://problem/13069948>Greg Clayton1-2/+2