summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)Author
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice
2010-09-18Added a better error message to the "frame variable" when you try to viewGreg Clayton
2010-09-18Fixed an issue with:Greg Clayton
2010-09-18General command line help cleanup:Greg Clayton
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-09-14Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton
2010-09-13Make sure we have a variable list so we don't crash when a frame has noGreg Clayton
2010-09-13Removed unused variable.Greg Clayton
2010-09-13Added a work in the DWARF parser when we parse an array that ends up having Greg Clayton
2010-09-10Move the "Object Description" into the ValueObject, and the add an API toJim Ingham
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton
2010-09-02Move "variable list" to "frame variable"Jim Ingham
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner