- a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
- ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
- a35912d Revert "Return a named error in the result object of an expression with no result" by Krasimir Georgiev · 7 years ago
- b1ecc3c Return a named error in the result object of an expression with no result by Jim Ingham · 7 years ago
- 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
- c11a780 Use a CompletionRequest in the expression command completion [NFC] by Raphael Isemann · 7 years ago
- 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
- 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
- 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- 0df817a [Command] Simplify the code and make it less error prone. NFCI. by Davide Italiano · 7 years ago
- 24fff24 [Command] Implement `statistics` command. by Davide Italiano · 7 years ago
- 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
- d030991 Add help text for "expression" telling how to enter multi-line mode. by Jim Ingham · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
- 43d3541 Use Timeout<> in EvaluateExpressionOptions class by Pavel Labath · 9 years ago
- c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
- 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
- 981da8d Fix a crash in expressions with fixits in the dummy target. by Jim Ingham · 9 years ago
- 0354a68 Clarified the explanation of expr --top-level. by Sean Callanan · 9 years ago
- a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
- 543a26e Fix an issue where LLDB would not accept the --description-verbosity option to 'po' without an argument after the StringRef refactoring by Enrico Granata · 9 years ago
- 514d8cd Update the prompt related functions to use StringRefs. by Zachary Turner · 9 years ago
- 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
- 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
- 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
- ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
- e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
- 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
- 279b2e8 fixits are apparently called fix-its. by Jim Ingham · 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
- 520a422 Add a --element-count option to the expression command by Enrico Granata · 9 years ago
- e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 9 years ago
- 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 9 years ago
- a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
- c8ecc2a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
- f2bd5c3 Added support to the expression command for dropping into the REPL at will. by Sean Callanan · 10 years ago
- 1bbaede Decide on the expression language inside UserExpression by Dawn Perchik · 10 years ago
- 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
- 73e8c4d Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways by Enrico Granata · 10 years ago
- 151c032 This patch makes Clang-independent base classes for all the expression types that lldb currently vends. by Jim Ingham · 10 years ago
- 009d110 Set the default language to use when evaluating to that of the frame's CU. by Dawn Perchik · 10 years ago
- 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
- 30e3397 Jim told me about a cleaner way to include headers from plug-ins. by Sean Callanan · 10 years ago
- e33724f In preparation for factoring persistent variables into a generic part and a by Sean Callanan · 10 years ago
- 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
- 15663c5 Specify a language to use when parsing expressions. by Dawn Perchik · 10 years ago
- ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
- 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
- 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
- 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
- e30f11d Complete rewrite of interactive editing support for single- and multi-line input. by Kate Stone · 11 years ago
- d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
- c60b6ea Document the "thread.completed-expression" feature in the "expression" command help. by Jim Ingham · 11 years ago
- 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
- de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
- d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
- 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
- fc03f8f A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 by Greg Clayton · 12 years ago
- 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
- 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
- 05da458c One more time. Multi-line expressions when there is no valid expression that follow “expr [options] —“. by Greg Clayton · 12 years ago
- 487143f Fixed crasher when “expr” was NULL due to no characters following the terminating "--". by Greg Clayton · 12 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
- f6913cd Allow line numbers to be shown in multi-line expressions. 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
- 6f78f38 The default timeout for EvaluateExpressionOptions is not 0, so if no timeout is provided, we have to set the option timeout to 0 by hand. by Jim Ingham · 12 years ago
- 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
- 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
- b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
- f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
- 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
- e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
- 4b388c9 Send a stop event when an expression stops at a breakpoint by Sean Callanan · 12 years ago
- cbf7e26 For "expr", say what the timeout units are in the help string. by Jim Ingham · 12 years ago
- aa577f4 Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. by Jim Ingham · 12 years ago
- 9fb5ab5 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 13 years ago
- c2a58d7 <rdar://problem/13365424> by Enrico Granata · 13 years ago
- 9a31ccb <rdar://problem/12890171> by Enrico Granata · 13 years ago
- ba7b8e2 Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). by Greg Clayton · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 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
- 93d5966 <rdar://problem/12790664> by Enrico Granata · 13 years ago
- b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
- f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
- 7b8c513 Option changes: by Enrico Granata · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
- 5c48d5c Add text to the help to explain how to set user defined variables. by Jim Ingham · 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
- d4439aa Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 13 years ago
- bcf897f LLDB no longer prints <no result> by default if by Sean Callanan · 13 years ago
- 2b2631c <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 13 years ago