summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-1/+1
* Add initial --extended / -e support to thread backtrace.Jason Molenda2013-11-121-0/+49
* Added Iterable, a class that vends standard C++Sean Callanan2013-11-061-8/+7
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-5/+5
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-5/+5
* Fixing a problem where CommandObjectThreadContinue held the thread list lock ...Andrew Kaylor2013-09-121-9/+18
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+203
* Add OptionParser.hVirgile Bello2013-09-051-10/+10
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-17/+17
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-311-3/+122
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-205/+187
* Fixed a few bugs in the "step in" thread plan logic.Jim Ingham2012-12-121-9/+18
* Broadcast an event when the selected thread is changed.Jim Ingham2012-12-111-9/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-3/+3
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-7/+7
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-1/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+2
* "thread step-out" should run all threads by default.Jim Ingham2012-09-141-0/+7
* Use the frame index passed into "thread until" rather than using the selected...Jim Ingham2012-09-141-1/+1
* Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham2012-09-141-0/+103
* Fixed a few places where we were doing:Jim Ingham2012-09-101-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-6/+6
* <rdar://problem/11800213>Greg Clayton2012-07-031-27/+31
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-60/+45
OpenPOWER on IntegriCloud