summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectThread.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-2/+2
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-0/+2
* Added support for stepping out of a frame. If you have 10 stack frames, and you Greg Clayton2011-01-211-2/+8
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-2/+2
* Added mutex protection to the Symtab class.Greg Clayton2010-10-081-6/+9
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-11/+71
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-15/+3
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-11/+11
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-1/+1
* Fixed an issue with:Greg Clayton2010-09-181-3/+3
* General command line help cleanup:Greg Clayton2010-09-181-11/+11
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-88/+94
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+3
* Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0Johnny Chen2010-09-141-0/+1
* More help text fixes.Caroline Tice2010-09-081-6/+6
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-5/+5
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-2/+2
* Cleaned up step logging a bit.Greg Clayton2010-09-031-1/+1
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-1/+1
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-1/+9
* Make:Jim Ingham2010-08-271-6/+80
* Add -c (count - i.e. number of frames to show) and -s (start frame.)Jim Ingham2010-08-261-48/+116
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-14/+14
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-1/+1
* Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton2010-08-041-8/+2
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-1/+1
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-2/+2
* Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange.Jim Ingham2010-07-101-0/+14
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* typedef fixups, patch from Jean-Daniel Dupas.Greg Clayton2010-07-071-1/+1
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-5/+5
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-110/+119
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-1/+0
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-5/+5
OpenPOWER on IntegriCloud