aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-12Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen1-0/+16
2011-09-09Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata1-1/+1
2011-09-09Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen1-1/+8
2011-09-08Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFra...Johnny Chen1-81/+1
2011-09-08"frame select -r" should return an error if you are already at the top of the...Jim Ingham1-2/+22
2011-08-27Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is Jim Ingham1-4/+10
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata1-1/+1
2011-08-17First round of code cleanups:Enrico Granata1-1/+2
2011-08-15Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata1-43/+23
2011-08-12Giving a warning to the user the first time children are truncated by the new...Enrico Granata1-0/+8
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata1-3/+6
2011-08-10Remove extra newline from end of 'frame info' command output.Jason Molenda1-1/+0
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata1-6/+6
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata1-1/+4
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata1-1/+1
2011-07-16Some descriptive text for the Python script feature:Enrico Granata1-3/+6
2011-07-12named summaries:Enrico Granata1-1/+10
2011-07-10Allow the built in ValueObject summary providers for C stringsGreg Clayton1-2/+4
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton1-107/+23
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham1-171/+112
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton1-1/+1
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham1-7/+0
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-10/+9
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham1-32/+94
2011-04-13Added two new classes for command options:Greg Clayton1-6/+6
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton1-3/+3
2011-04-08Really fix the test suite crasher this time.Johnny Chen1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-7/+9
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