aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton1-2/+3
2010-09-14Fixed an error in Debugger::UpdateExecutionContext() where an invalid index ID 0Johnny Chen1-0/+1
2010-09-08More help text fixes.Caroline Tice1-6/+6
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-5/+5
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-2/+2
2010-09-03Cleaned up step logging a bit.Greg Clayton1-1/+1
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton1-1/+1
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham1-1/+9
2010-08-27Make:Jim Ingham1-6/+80
2010-08-26Add -c (count - i.e. number of frames to show) and -s (start frame.)Jim Ingham1-48/+116
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-14/+14
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton1-1/+1
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-8/+2
2010-07-20Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton1-1/+1
2010-07-14I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton1-2/+2
2010-07-10Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange.Jim Ingham1-0/+14
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-1/+1
2010-07-07typedef fixups, patch from Jean-Daniel Dupas.Greg Clayton1-1/+1
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton1-5/+5
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-110/+119
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-1/+0
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-15Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham1-5/+5
2010-06-12I have eliminated RTTI from LLDB!Greg Clayton1-17/+4
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+1277