summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \x13 (^S) character that was likely added by mistake.Adrian Kuegel2016-11-241-1/+1
* Fix "thread step until" handling of multiple line inputs.Jim Ingham2016-11-181-3/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+6
* Fix some more StringRef printf warnings.Zachary Turner2016-11-151-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-59/+39
* "thread backtrace" should use the thread-stop-format.Jim Ingham2016-11-081-2/+2
* Clean up the stop printing header lines.Jim Ingham2016-11-081-3/+5
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-20/+14
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+3
* Try to fix build errors on Android.Zachary Turner2016-09-221-7/+7
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-115/+95
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-4/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1904/+1693
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-46/+46
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-50/+60
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-142/+98
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-3/+3
* Fix deadlock due to thread list locking in 'bt all' with obj-cStephane Sezer2016-03-171-38/+72
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-3/+4
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-261-1/+34
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-251-305/+194
* Adding an SBThread::StepInto that takes an end-line, also moved the code that...Jim Ingham2016-02-131-60/+15
* This is an idea to make "thread step-in --target" work for the commonJim Ingham2016-02-101-2/+85
* Fix "thread backtrace -s": option was misparsed because of a missing break.Jim Ingham2016-02-061-0/+1
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-151-2/+2
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-99/+79
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Improve LLDB prompt handlingPavel Labath2015-05-271-1/+3
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-48/+48
* Remote Non-Stop SupportEwan Crawford2015-05-131-0/+6
* Add an assertion for frame[0] being valid in CommandObjectThread.cpp.Stephane Sezer2015-03-261-1/+2
* Add a missing null pointer check in CommandObjectThread.cpp.Stephane Sezer2015-03-231-1/+1
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Add a "-a/--address" option to "thread until". You can specify one or more l...Jim Ingham2015-02-061-27/+61
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-13/+14
* Change int32_t to uint32_t to fix warnings.Zachary Turner2015-01-091-1/+1
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-16/+36
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-5/+12
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-199/+398
* Fix iohandler prompt race condition.Todd Fiala2014-08-121-1/+5
* Fix some warnings in the Windows build.Zachary Turner2014-07-161-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-25/+25
* Add the ability to provide a "count" option to the various "thread step-*" op...Jim Ingham2014-07-081-0/+19
* Fix broken tests due to new error output.Todd Fiala2014-07-081-24/+24
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-24/+24
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+188
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-2/+2
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+1
* Make the fail messagesJim Ingham2014-04-031-3/+5
* This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...Jim Ingham2014-03-131-7/+31
OpenPOWER on IntegriCloud