- 2837b76 Change "frame var" over to using OptionGroups (and thus the OptionGroupVariableObjectDisplay). by Jim Ingham · 15 years ago
- 969ed3d by Caroline Tice · 15 years ago
- 68ebae6 Added the ability to specify dumping options (show types, show location, by Greg Clayton · 15 years ago
- 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 15 years ago
- 78a685a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 15 years ago
- f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
- 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
- f16066e Really fix the test suite crasher this time. by Johnny Chen · 15 years ago
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
- 6035b67 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 · 15 years ago
- 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
- e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
- 92adcac Implemented a major overhaul of the way variables are handled by Sean Callanan · 15 years ago
- 8b2fe6d Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 15 years ago
- f48169b Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 15 years ago
- efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
- 399f1ca Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 15 years ago
- 8f343b0 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
- 322f529 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
- 8f92f0a Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
- 32c4085 Restored the ability to set the format for expressions after changing the expression results over to ValueObjectSP objects. by Greg Clayton · 15 years ago
- b71f384 Added the notion that a value object can be constant by adding: by Greg Clayton · 15 years ago
- 0184f01 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 15 years ago
- 1d3afba Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
- 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
- deaab22 by Caroline Tice · 15 years ago
- f7edb1c Fixed indentation. by Johnny Chen · 15 years ago
- a9a764e Fixed 'expr' help message. by Johnny Chen · 15 years ago
- 6c68fb4 Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 15 years ago
- a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
- 9e6ed53 Bugfixes to the expression parser. Fixes include: by Sean Callanan · 15 years ago
- 3f4c09c by Caroline Tice · 15 years ago
- 91b9383 Stream::Printf doesn't add a newline, so it needs to be added to all the error messages in CommandObjectExpression::EvaluateExpression. by Jim Ingham · 15 years ago
- 6961e87 Added support for dynamic sanity checking in by Sean Callanan · 15 years ago
- 1a8d409 This is a major refactoring of the expression parser. by Sean Callanan · 15 years ago
- d0ef0ef First step of refactoring variable handling in the by Sean Callanan · 15 years ago
- fcd43b7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 15 years ago
- b269b6e Documented ClangExpression and made parts of it by Sean Callanan · 15 years ago
- d1e5b43 Added automatically generated result variables for each by Sean Callanan · 15 years ago
- 2235f32 Added support for persistent variables to the by Sean Callanan · 15 years ago
- fc16cc0 Removed the -i option from the expr command, and by Sean Callanan · 15 years ago
- 4b4b5fc Fixed expression result printing to have the expression result type be in by Greg Clayton · 15 years ago
- 289e07b Added logging: by Sean Callanan · 15 years ago
- ebb84b2 Fix a typo. by Stephen Wilson · 15 years ago
- 6dde30e Added extensive logging of the code that is actually going by Sean Callanan · 15 years ago
- ebf7707 Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 15 years ago
- e1a916a Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
- 1d18066 Added functionality to dematerialize values that were by Sean Callanan · 15 years ago
- ea22d42 Wrote the code that looks at a context to see by Sean Callanan · 15 years ago
- 7618f4e Fixes to the IR generator in the expression parser by Sean Callanan · 15 years ago
- 2ab712f2 Added the skeleton of an IR transformer that will by Sean Callanan · 15 years ago
- 116be53 Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 15 years ago
- 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
- 16ad5fa Extensive code cleanup of the expression command. by Sean Callanan · 15 years ago
- 1d389c4 Added the temporary -i option to expr, which by Sean Callanan · 15 years ago
- 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago