| Commit message (Expand) | Author | Age | Files | Lines |
* | Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab... | Jim Ingham | 2011-05-04 | 1 | -171/+112 |
* | Added the ability to specify dumping options (show types, show location, | Greg Clayton | 2011-04-28 | 1 | -1/+1 |
* | Fix up how the ValueObjects manage their life cycle so that you can hand out ... | Jim Ingham | 2011-04-22 | 1 | -7/+0 |
* | Centralized a lot of the status information for processes, | Greg Clayton | 2011-04-18 | 1 | -10/+9 |
* | Add support for "dynamic values" for C++ classes. This currently only works ... | Jim Ingham | 2011-04-16 | 1 | -32/+94 |
* | Added two new classes for command options: | Greg Clayton | 2011-04-13 | 1 | -6/+6 |
* | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -3/+3 |
* | Really fix the test suite crasher this time. | Johnny Chen | 2011-04-08 | 1 | -2/+2 |
* | Modified the ArchSpec to take an optional "Platform *" when setting the triple. | Greg Clayton | 2011-04-07 | 1 | -7/+9 |
* | Convert ValueObject to explicitly maintain the Execution Context in which the... | Jim Ingham | 2011-03-31 | 1 | -5/+1 |
* | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -3/+0 |
* | Fixed the LLDB build so that we can have private types, private enums and | Greg Clayton | 2011-03-24 | 1 | -6/+6 |
* | Added more platform support. There are now some new commands: | Greg Clayton | 2011-03-19 | 1 | -2/+18 |
* | Endian patch from Kirk Beitz that allows better cross platform building. | Greg Clayton | 2011-02-01 | 1 | -0/+1 |
* | Enabled extra warnings and fixed a bunch of small issues. | Greg Clayton | 2011-01-25 | 1 | -1/+1 |
* | Added the ability to StackFrame::GetValueForVariableExpressionPath(...) to avoid | Greg Clayton | 2011-01-20 | 1 | -2/+2 |
* | "frame variable" requires that the process be running and paused or there are... | Jim Ingham | 2010-12-23 | 1 | -1/+2 |
* | Fixed the "expression" command object to use the StackFrame::GetValueForExpre... | Greg Clayton | 2010-12-15 | 1 | -163/+24 |
* | Added the address of operator for the "frame variable" command. | Greg Clayton | 2010-11-15 | 1 | -12/+25 |
* | Just like functions can have a basename and a mangled/demangled name, variable | Greg Clayton | 2010-11-14 | 1 | -1/+1 |
* | Silence a bunch of clang warnings. | Benjamin Kramer | 2010-11-10 | 1 | -1/+1 |
* | Fixed the "frame variable -G NAME" that would print global | Greg Clayton | 2010-10-28 | 1 | -1/+1 |
* | Add an extra SPC character after '.' for the 'frame variable' help text. | Johnny Chen | 2010-10-25 | 1 | -1/+1 |
* | Fixed an expression parsing issue where if you were stopped somewhere without | Greg Clayton | 2010-10-14 | 1 | -11/+13 |
* | Default "frame variable" to not show types before values by default. You now ... | Greg Clayton | 2010-10-13 | 1 | -3/+3 |
* | Added the ability to get error strings back from failed | Greg Clayton | 2010-10-10 | 1 | -126/+184 |
* | Added a new test case to test signals with. | Greg Clayton | 2010-10-10 | 1 | -37/+134 |
* | Added a new ValueObject type that will be used to freeze dry expression | Greg Clayton | 2010-10-05 | 1 | -148/+35 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -2/+26 |
* | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -1/+1 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -16/+16 |
* | Fixed the forward declaration issue that was present in the DWARF parser after | Greg Clayton | 2010-09-29 | 1 | -2/+2 |
* | Add UserSettings to Target class, making Target settings | Caroline Tice | 2010-09-20 | 1 | -1/+1 |
* | Added a better error message to the "frame variable" when you try to view | Greg Clayton | 2010-09-18 | 1 | -1/+1 |
* | Fixed an issue with: | Greg Clayton | 2010-09-18 | 1 | -1/+1 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -2/+7 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -30/+29 |
* | Fixed the implementation of "bool Block::Contains (const Block *block) const" | Greg Clayton | 2010-09-14 | 1 | -22/+44 |
* | Looking at some of the test suite failures in DWARF in .o files with the | Greg Clayton | 2010-09-14 | 1 | -85/+0 |
* | Make sure we have a variable list so we don't crash when a frame has no | Greg Clayton | 2010-09-13 | 1 | -182/+185 |
* | Removed unused variable. | Greg Clayton | 2010-09-13 | 1 | -1/+0 |
* | Added a work in the DWARF parser when we parse an array that ends up having | Greg Clayton | 2010-09-13 | 1 | -49/+84 |
* | Move the "Object Description" into the ValueObject, and the add an API to | Jim Ingham | 2010-09-10 | 1 | -35/+5 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -4/+6 |
* | Added a new bool parameter to many of the DumpStopContext() methods that | Greg Clayton | 2010-09-02 | 1 | -1/+1 |
* | StackFrame objects now own ValueObjects for any frame variables (locals, args, | Greg Clayton | 2010-09-02 | 1 | -15/+3 |
* | Move "variable list" to "frame variable" | Jim Ingham | 2010-09-02 | 1 | -2/+696 |
* | Added a way to open the current source file & line in an external editor, and... | Jim Ingham | 2010-08-30 | 1 | -1/+8 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -2/+2 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -12/+10 |