aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Fixed a few bugs in the "step in" thread plan logic.Jim Ingham1-9/+18
2012-12-11Broadcast an event when the selected thread is changed.Jim Ingham1-9/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-3/+3
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-7/+7
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham1-1/+1
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-2/+2
2012-09-14"thread step-out" should run all threads by default.Jim Ingham1-0/+7
2012-09-14Use the frame index passed into "thread until" rather than using the selected...Jim Ingham1-1/+1
2012-09-14Make the unwinding of the stack part of "thread return" work, and add the thr...Jim Ingham1-0/+103
2012-09-10Fixed a few places where we were doing:Jim Ingham1-0/+2
2012-08-29<rdar://problem/11757916>Greg Clayton1-6/+6
2012-07-03<rdar://problem/11800213>Greg Clayton1-27/+31
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-60/+45
2012-05-31Fix a bunch of thinko's in the command "thread continue".Jim Ingham1-7/+33
2012-05-31<rdar://problem/11562050> Greg Clayton1-3/+3
2012-05-16Set the result status correctly for asynchronous step-in/out/over commands.Jim Ingham1-0/+4
2012-05-11Found one more place where the OkayToDiscard needs to be consulted.Jim Ingham1-1/+1
2012-05-03Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...Jim Ingham1-38/+42
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-11/+11
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-7/+7
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton1-13/+9
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham1-1/+2
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-18/+20
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-3/+2
2011-07-26Indent the frames in the "thread.GetStatus" frame listing. Also put the same...Jim Ingham1-0/+4
2011-06-14Fix typo: fucntion -> functionPeter Collingbourne1-1/+1
2011-06-02Add comment about Thread::GetStatus(), which returns the number of frames shown.Johnny Chen1-0/+1
2011-06-01The 'thread backtrace all' logical branch had the if (thread->GetStatus()) co...Johnny Chen1-4/+4
2011-05-08StepUntil should check whether the target of the step until is in the currentJim Ingham1-6/+36
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton1-2/+2
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-275/+35
2011-04-13Added two new classes for command options:Greg Clayton1-12/+12
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-8/+8
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-9/+9
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton1-3/+0
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-11/+11
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham1-2/+2
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton1-0/+2
2011-01-21Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton1-2/+8
2010-10-18Fixed debugserver to properly attach to a process by name with the Greg Clayton1-2/+2
2010-10-08Added mutex protection to the Symtab class.Greg Clayton1-6/+9
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-11/+71
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton1-15/+3
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-11/+11
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice1-1/+1
2010-09-18Fixed an issue with:Greg Clayton1-3/+3
2010-09-18General command line help cleanup:Greg Clayton1-11/+11
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-88/+94