aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham1-5/+1
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-6/+6
2011-03-19Added more platform support. There are now some new commands:Greg Clayton1-2/+18
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton1-0/+1
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton1-1/+1
2011-01-20Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton1-2/+2
2010-12-23"frame variable" requires that the process be running and paused or there are...Jim Ingham1-1/+2
2010-12-15Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton1-163/+24
2010-11-15Added the address of operator for the "frame variable" command. Greg Clayton1-12/+25
2010-11-14Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton1-1/+1
2010-11-10Silence a bunch of clang warnings.Benjamin Kramer1-1/+1
2010-10-28Fixed the "frame variable -G NAME" that would print globalGreg Clayton1-1/+1
2010-10-25Add an extra SPC character after '.' for the 'frame variable' help text.Johnny Chen1-1/+1
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton1-11/+13
2010-10-13Default "frame variable" to not show types before values by default. You now ...Greg Clayton1-3/+3
2010-10-10Added the ability to get error strings back from failed Greg Clayton1-126/+184
2010-10-10Added a new test case to test signals with.Greg Clayton1-37/+134
2010-10-05Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton1-148/+35
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-2/+26
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton1-1/+1
2010-10-01Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice1-16/+16
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton1-2/+2
2010-09-20Add UserSettings to Target class, making Target settingsCaroline Tice1-1/+1
2010-09-18Added a better error message to the "frame variable" when you try to viewGreg Clayton1-1/+1
2010-09-18Fixed an issue with:Greg Clayton1-1/+1
2010-09-18General command line help cleanup:Greg Clayton1-2/+7
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-30/+29
2010-09-14Fixed the implementation of "bool Block::Contains (const Block *block) const"Greg Clayton1-22/+44
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton1-85/+0
2010-09-13Make sure we have a variable list so we don't crash when a frame has noGreg Clayton1-182/+185
2010-09-13Removed unused variable.Greg Clayton1-1/+0
2010-09-13Added a work in the DWARF parser when we parse an array that ends up having Greg Clayton1-49/+84
2010-09-10Move the "Object Description" into the ValueObject, and the add an API toJim Ingham1-35/+5
2010-09-08Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice1-4/+6
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton1-1/+1
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton1-15/+3
2010-09-02Move "variable list" to "frame variable"Jim Ingham1-2/+696
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham1-1/+8
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-2/+2
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-12/+10
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+171