summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
AgeCommit message (Expand)Author
2011-09-12Fix indentations, add some comments.Johnny Chen
2011-09-12Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing resu...Johnny Chen
2011-09-09Renaming a bulk of method calls from Get() to something more descriptiveEnrico Granata
2011-09-09Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen
2011-09-08Remove code rot (unused class OptionGroupFrameVariable) from CommandObjectFra...Johnny Chen
2011-09-08"frame select -r" should return an error if you are already at the top of the...Jim Ingham
2011-08-27Hold onto a shared pointer to the frame CommandObjectFrameVariable::Execute is Jim Ingham
2011-08-22More cleanups ; Separated implementation of FormatManager from class DataVisu...Enrico Granata
2011-08-17First round of code cleanups:Enrico Granata
2011-08-15Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...Enrico Granata
2011-08-12Giving a warning to the user the first time children are truncated by the new...Enrico Granata
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-10Remove extra newline from end of 'frame info' command output.Jason Molenda
2011-08-09CFString.py now shows contents in a more NSString-like way (e.g. you get @"He...Enrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata
2011-07-16Some descriptive text for the Python script feature:Enrico Granata
2011-07-12named summaries:Enrico Granata
2011-07-10Allow the built in ValueObject summary providers for C stringsGreg Clayton
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton
2011-05-04Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham
2011-04-28Added the ability to specify dumping options (show types, show location,Greg Clayton
2011-04-22Fix up how the ValueObjects manage their life cycle so that you can hand out ...Jim Ingham
2011-04-18Centralized a lot of the status information for processes,Greg Clayton
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-08Really fix the test suite crasher this time.Johnny Chen
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-03-31Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-02-01Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2011-01-20Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoidGreg Clayton
2010-12-23"frame variable" requires that the process be running and paused or there are...Jim Ingham
2010-12-15Fixed the "expression" command object to use the StackFrame::GetValueForExpre...Greg Clayton
2010-11-15Added the address of operator for the "frame variable" command. Greg Clayton
2010-11-14Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton
2010-11-10Silence a bunch of clang warnings.Benjamin Kramer
2010-10-28Fixed the "frame variable -G NAME" that would print globalGreg Clayton
2010-10-25Add an extra SPC character after '.' for the 'frame variable' help text.Johnny Chen
2010-10-14Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton
2010-10-13Default "frame variable" to not show types before values by default. You now ...Greg Clayton
2010-10-10Added the ability to get error strings back from failed Greg Clayton
2010-10-10Added a new test case to test signals with.Greg Clayton
2010-10-05Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton