- 19030d8 Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target variable' commands to use an Options object instead of passing an ever-increasing number of arguments to the DumpValueObject() method, with the ultimate aim of making that call private implementation by Enrico Granata · 14 years ago
- db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 14 years ago
- 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 14 years ago
- 79d9136 Remove extra newline from end of 'frame info' command output. by Jason Molenda · 14 years ago
- 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 14 years ago
- e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 14 years ago
- 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 14 years ago
- 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 14 years ago
- 1a10208 named summaries: by Enrico Granata · 14 years ago
- fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 14 years ago
- 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 14 years ago
- 10de7d1 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 14 years ago
- 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
- 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 14 years ago
- abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
- e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
- 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
- b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
- 9335643 Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
- f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
- fa3a16a Convert ValueObject to explicitly maintain the Execution Context in which they were created, and then use that when they update themselves. That means all the ValueObject evaluate me type functions that used to require a Frame object now do not. I didn't remove the SBValue API's that take this now useless frame, but I added ones that don't require the frame, and marked the SBFrame taking ones as deprecated. by Jim Ingham · 14 years ago
- 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
- b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
- b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
- cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
- bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
- c67efa4 Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid by Greg Clayton · 15 years ago
- a7a9c89 "frame variable" requires that the process be running and paused or there aren't any frames... So mark the command properly as such. by Jim Ingham · 15 years ago
- c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 15 years ago
- 36b7336 Added the address of operator for the "frame variable" command. by Greg Clayton · 15 years ago
- 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 15 years ago
- fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 15 years ago
- 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 15 years ago
- 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 15 years ago
- bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
- b227e14 Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t). by Greg Clayton · 15 years ago
- 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 15 years ago
- c12b6b4 Added a new test case to test signals with. by Greg Clayton · 15 years ago
- 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
- 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
- 4d6675c by Caroline Tice · 15 years ago
- 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
- 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
- aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 15 years ago
- 1e30afd Fixed an issue with: by Greg Clayton · 15 years ago
- fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
- 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 15 years ago
- 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 15 years ago
- c0cf52d Make sure we have a variable list so we don't crash when a frame has no by Greg Clayton · 15 years ago
- 3b71737 Removed unused variable. by Greg Clayton · 15 years ago
- aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 15 years ago
- 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 15 years ago
- abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
- 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
- 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 15 years ago
- 537926c Move "variable list" to "frame variable" by Jim Ingham · 15 years ago
- 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
- c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
- 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago