summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of thinko's in the command "thread continue".Jim Ingham2012-05-311-7/+33
* <rdar://problem/11562050> Greg Clayton2012-05-311-3/+3
* Set the result status correctly for asynchronous step-in/out/over commands.Jim Ingham2012-05-161-0/+4
* Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham2012-05-111-1/+1
* Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham2012-05-031-38/+42
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-11/+11
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-7/+7
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-13/+9
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-1/+2
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-18/+20
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-3/+2
* Indent the frames in the "thread.GetStatus" frame listing. Also put the same...Jim Ingham2011-07-261-0/+4
* Fix typo: fucntion -> functionPeter Collingbourne2011-06-141-1/+1
* Add comment about Thread::GetStatus(), which returns the number of frames shown.Johnny Chen2011-06-021-0/+1
* The 'thread backtrace all' logical branch had the if (thread->GetStatus()) co...Johnny Chen2011-06-011-4/+4
* StepUntil should check whether the target of the step until is in the currentJim Ingham2011-05-081-6/+36
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-2/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-275/+35
* Added two new classes for command options:Greg Clayton2011-04-131-12/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-8/+8
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-9/+9
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-3/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-11/+11
OpenPOWER on IntegriCloud