1. 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
  2. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  3. 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  5. 0df817a [Command] Simplify the code and make it less error prone. NFCI. by Davide Italiano · 8 years ago
  6. 24fff24 [Command] Implement `statistics` command. by Davide Italiano · 8 years ago
  7. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 8 years ago
  8. d030991 Add help text for "expression" telling how to enter multi-line mode. by Jim Ingham · 8 years ago
  9. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  10. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  11. 43d3541 Use Timeout<> in EvaluateExpressionOptions class by Pavel Labath · 9 years ago
  12. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  13. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  14. 981da8d Fix a crash in expressions with fixits in the dummy target. by Jim Ingham · 9 years ago
  15. 0354a68 Clarified the explanation of expr --top-level. by Sean Callanan · 9 years ago
  16. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  17. 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
  18. 514d8cd Update the prompt related functions to use StringRefs. by Zachary Turner · 9 years ago
  19. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  20. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  21. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  22. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  23. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  24. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  25. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  26. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  27. 279b2e8 fixits are apparently called fix-its. by Jim Ingham · 9 years ago
  28. 3fe7158 [LLDB] Added support for PHI nodes to IR interpreter by Marianne Mailhot-Sarrasin · 9 years ago
  29. f52c40c Fixed multiline expressions, and removed some dead code. by Sean Callanan · 9 years ago
  30. 520a422 Add a --element-count option to the expression command by Enrico Granata · 10 years ago
  31. e5ee6f0 Figure out what the fixed expression is, and print it. Added another target setting to by Jim Ingham · 10 years ago
  32. 863fab6 Expose top-level Clang expressions via the command line and the API. by Sean Callanan · 10 years ago
  33. a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
  34. 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
  35. f2bd5c3 Added support to the expression command for dropping into the REPL at will. by Sean Callanan · 10 years ago
  36. 1bbaede Decide on the expression language inside UserExpression by Dawn Perchik · 10 years ago
  37. 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
  38. 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
  39. 151c032 This patch makes Clang-independent base classes for all the expression types that lldb currently vends. by Jim Ingham · 10 years ago
  40. 009d110 Set the default language to use when evaluating to that of the frame's CU. by Dawn Perchik · 10 years ago
  41. 0d5a2bd Purge a few places where *LanguageRuntime.h was being used when it by Jim Ingham · 10 years ago
  42. 30e3397 Jim told me about a cleaner way to include headers from plug-ins. by Sean Callanan · 10 years ago
  43. e33724f In preparation for factoring persistent variables into a generic part and a by Sean Callanan · 10 years ago
  44. 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
  45. 15663c5 Specify a language to use when parsing expressions. by Dawn Perchik · 10 years ago
  46. 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
  47. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  48. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  49. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  50. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  51. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  52. e30f11d Complete rewrite of interactive editing support for single- and multi-line input. by Kate Stone · 11 years ago
  53. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  54. c60b6ea Document the "thread.completed-expression" feature in the "expression" command help. by Jim Ingham · 11 years ago
  55. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  56. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  57. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  58. 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
  59. fc03f8f A fix for: http://llvm.org/bugs/show_bug.cgi?id=19241 by Greg Clayton · 12 years ago
  60. 23f8c95 JITed functions can now have debug info and be debugged with debug and source info: by Greg Clayton · 12 years ago
  61. 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
  62. 05da458c One more time. Multi-line expressions when there is no valid expression that follow “expr [options] —“. by Greg Clayton · 12 years ago
  63. 487143f Fixed crasher when “expr” was NULL due to no characters following the terminating "--". by Greg Clayton · 12 years ago
  64. 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
  65. f6913cd Allow line numbers to be shown in multi-line expressions. by Greg Clayton · 12 years ago
  66. b689250 When a multiline expression produces output, the multi-line help message is printed twice. by Greg Clayton · 12 years ago
  67. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  68. 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
  69. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  70. 62afb9f Added a "--debug" option to the "expression" command. by Greg Clayton · 12 years ago
  71. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  72. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  73. 4d93b8c <rdar://problem/14393032> by Enrico Granata · 12 years ago
  74. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  75. 4b388c9 Send a stop event when an expression stops at a breakpoint by Sean Callanan · 12 years ago
  76. cbf7e26 For "expr", say what the timeout units are in the help string. by Jim Ingham · 12 years ago
  77. aa577f4 Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. by Jim Ingham · 13 years ago
  78. 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
  79. c2a58d7 <rdar://problem/13365424> by Enrico Granata · 13 years ago
  80. 9a31ccb <rdar://problem/12890171> by Enrico Granata · 13 years ago
  81. 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
  82. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  83. 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
  84. 93d5966 <rdar://problem/12790664> by Enrico Granata · 13 years ago
  85. b576bba <rdar://problem/12028723> by Enrico Granata · 13 years ago
  86. 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
  87. 7b8c513 Option changes: by Enrico Granata · 13 years ago
  88. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  89. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  90. 5c48d5c Add text to the help to explain how to set user defined variables. by Jim Ingham · 13 years ago
  91. 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
  92. 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
  93. bcf897f LLDB no longer prints <no result> by default if by Sean Callanan · 13 years ago
  94. 2b2631c <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 13 years ago
  95. bf154da Added a 'void' format so that the user can manually by Sean Callanan · 13 years ago
  96. 3372f58 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 13 years ago
  97. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  98. 770eb05 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 14 years ago
  99. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  100. 0c489f5 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 14 years ago