- fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
- 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
- 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 3fe7158 [LLDB] Added support for PHI nodes to IR interpreter by Marianne Mailhot-Sarrasin · 9 years ago
- f52c40c Fixed multiline expressions, and removed some dead code. by Sean Callanan · 9 years ago
- e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 10 years ago
- 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 10 years ago
- a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
- f2bd5c3 Added support to the expression command for dropping into the REPL at will. by Sean Callanan · 10 years ago
- 1fb7e20 Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards by Pavel Labath · 10 years ago
- 15663c5 Specify a language to use when parsing expressions. by Dawn Perchik · 10 years ago
- cf28a8b Allow a multi-line expression to follow expression commands with options when there is no expression following the option terminating “—“. by Greg Clayton · 12 years ago
- b689250 When a multiline expression produces output, the multi-line help message is printed twice. by Greg Clayton · 12 years ago
- 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
- 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
- 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
- 184e981 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 13 years ago
- b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
- 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
- 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
- a73d269 There is no need to hold onto an ExecutionContext as a member variable. by Greg Clayton · 14 years ago
- 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
- 6e8dc33 by Caroline Tice · 14 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
- eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. 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
- 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
- 0184f01 Moved expression evaluation from CommandObjectExpression into by Greg Clayton · 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
- 3f4c09c by Caroline Tice · 15 years ago
- fcd43b7 Modified CommandObjectExpression::EvaluateExpression() so that it takes an by Johnny Chen · 15 years ago
- fc16cc0 Removed the -i option from the expr command, and 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
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago