1. 76c6fea [CommandInterpreter] Simplify PreprocessCommand. (NFCI) by Jonas Devlieghere · 7 years ago
  2. 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
  3. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  4. 9e046f0 Add GDB remote packet reproducer. by Jonas Devlieghere · 7 years ago
  5. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  6. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  7. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  8. 9082c1c Add "v" as well as "var" as an alias for "frame var". by Jim Ingham · 7 years ago
  9. 285ae0c Add "var" and "vo" aliases for "frame variable" and "frame variable -O". by Jim Ingham · 7 years ago
  10. c678ed7 Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. by Stefan Granitz · 7 years ago
  11. e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  12. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  13. 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
  14. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  15. 129fe89 Remove unnecessary newlines from break command help text. by Raphael Isemann · 7 years ago
  16. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  17. 223d921 Fix duplicate suggestions after an ambiguous command by Raphael Isemann · 7 years ago
  18. 6fcc7d7 Don't print two errors for unknown commands. by Raphael Isemann · 7 years ago
  19. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  20. c094d23 Allow specifying an exit code for the 'quit' command by Raphael Isemann · 7 years ago
  21. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  22. 49c9d8b Fix the 'tb' alias command by Frederic Riss · 7 years ago
  23. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  24. 2ad4821 Normalize some lldb #include statements. by James Y Knight · 7 years ago
  25. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  26. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  27. 24fff24 [Command] Implement `statistics` command. by Davide Italiano · 7 years ago
  28. 10166c7 [Commands] Add a (currently empty) `stats` command. by Davide Italiano · 8 years ago
  29. 88ad886 [Commands] Remove dead code for unused `args` command. by Davide Italiano · 8 years ago
  30. fd679c0 [Command] Remove dead code for the syntax command. by Davide Italiano · 8 years ago
  31. 1c3b05a Delete some unused #includes of CleanUp.h, NFC by Vedant Kumar · 8 years ago
  32. 17ffd39 Implement interactive command interruption by Leonard Mosescu · 8 years ago
  33. 8c9ecc5 Revert patch r313904, as it breaks "command source" and in by Jim Ingham · 8 years ago
  34. 977996d [LLDB] Implement interactive command interruption by Adrian McCarthy · 8 years ago
  35. a81bd7f Fix the formatting for help on option value types. by Jim Ingham · 8 years ago
  36. 30bac79 Fix a deadlock in the Python interpreter vrs. SIGINT. by Jim Ingham · 8 years ago
  37. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  38. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  39. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  40. 51978f5 Update GDB remote command regex for IPv6 by Chris Bieneman · 8 years ago
  41. cf8a829 [Interpreter] Make a static func a lambda and remove always_inline. by Davide Italiano · 8 years ago
  42. 4eb8449 Fix up some enumerate() callsites in LLDB. by Zachary Turner · 9 years ago
  43. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  44. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  45. 8f7db52 Fix incorrectly named variables. by Jim Ingham · 9 years ago
  46. 237c3ed Adopt PrettyStackTrace in LLDB by Sean Callanan · 9 years ago
  47. 7904046 Calling SBDebugger::CeeateTarget being called on multiple threads was crashing LLDB. by Greg Clayton · 9 years ago
  48. 43d3541 Use Timeout<> in EvaluateExpressionOptions class by Pavel Labath · 9 years ago
  49. d6a2475 Re-add "demonstrate new Args API" by Zachary Turner · 9 years ago
  50. 99a318e Fix build failure on Linux and BSD by reverting r287597 by Omair Javaid · 9 years ago
  51. 1c55c9b Add the new Args / entry-access API. by Zachary Turner · 9 years ago
  52. 53877af Convert CommandHistory functions to StringRef. by Zachary Turner · 9 years ago
  53. 067d1db Make Apropos functions accept StringRefs. by Zachary Turner · 9 years ago
  54. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  55. 03c9f36 Fix some StringRef Printf warnings. by Zachary Turner · 9 years ago
  56. 7a120c8 Change IOHandlerConfirm to use StringRefs. by Zachary Turner · 9 years ago
  57. 0ac5f98 Rewrite OutputFormattedHelpText in terms of StringRef. by Zachary Turner · 9 years ago
  58. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  59. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  60. a01bccd Convert some more aliasing and CI functions to StringRef. by Zachary Turner · 9 years ago
  61. a483f57 Update some command aliasing functions to use StringRef. by Zachary Turner · 9 years ago
  62. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  63. 5a8ad459 Make lldb -Werror clean on Windows. by Zachary Turner · 9 years ago
  64. f9fd8cb Fix TestNestedAliases.py by Zachary Turner · 9 years ago
  65. 5c28c66 Modernize some code related to Args usage / implementation. by Zachary Turner · 9 years ago
  66. 514d8cd Update the prompt related functions to use StringRefs. by Zachary Turner · 9 years ago
  67. 5c725f3 Convert 3 more functions to use a StringRef. by Zachary Turner · 9 years ago
  68. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  69. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  70. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  71. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  72. 02989a4 Fix an issue where one could not define a Python command with the same name as an existing alias (or rather, one could but the results of invoking the command were far from satisfactory) by Enrico Granata · 9 years ago
  73. 0a99485 Fix an issue where the apropos command would not print fully qualified command names for nested command objects by Enrico Granata · 9 years ago
  74. 520a422 Add a --element-count option to the expression command by Enrico Granata · 9 years ago
  75. 612917c Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process by Enrico Granata · 9 years ago
  76. 648e438 Add help for our regular expression commands when aliased by Enrico Granata · 9 years ago
  77. d033e1c Change 'apropos' such that it doesn't look into the "long help/syntax" strings for commands by Enrico Granata · 10 years ago
  78. bfb75e9 Make it so that a command alias can actually remove the help/long help from its parent command by setting itself to an empty help string by Enrico Granata · 10 years ago
  79. 660764a Fix a bug caused by my alias refactoring where, if an alias was defined in terms of another alias, trying to run the nested command would actually cause a crash in the command interpreter by Enrico Granata · 10 years ago
  80. d23be3d Use Enrico's new CommandAlias to give better help to the "sif" command. by Jim Ingham · 10 years ago
  81. ee88b61 Workaround the fact that "b" is now a separate command object from "_regexp-break", and thus "help b" doesn't show the possible syntaxes by Enrico Granata · 10 years ago
  82. bef55ac Lots of progress on the CommandAlias refactoring by Enrico Granata · 10 years ago
  83. 3e271af More of the alias refactoring work! CommandAlias is now a CommandObject by Enrico Granata · 10 years ago
  84. 4643c01 Last round of preliminary cleanup in my refactoring of aliases. by Enrico Granata · 10 years ago
  85. 937631c Move CommandAlias to its own file; also by Enrico Granata · 10 years ago
  86. 1ab4adb Use c_str() instead of GetCString() to fix build by Ewan Crawford · 10 years ago
  87. 443923b This is actually a FileSpec, so use .GetCString() instead by Enrico Granata · 10 years ago
  88. c8fd719 Use .c_str() here to unbreak the Linux build by Enrico Granata · 10 years ago
  89. 212130a A few more improvements on the way to the command alias refactoring by Enrico Granata · 10 years ago
  90. 002ab61 Turn GetAliasOptions() into GetAlias() by Enrico Granata · 10 years ago
  91. 4a79592 Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free template function in lldb_private by Enrico Granata · 10 years ago
  92. 5df5402 Unbreak linux build broken by r262901 by Jason Molenda · 10 years ago
  93. 5e55030 Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using any instance data on the CommandInterpreter anyway by Enrico Granata · 10 years ago
  94. 308f73c Change the way command aliases are stored. Go from a model where a map holds the alias -> underlying command binding and another map holds the alias -> options, to a model where one single map holds the alias -> (all useful data) combination by Enrico Granata · 10 years ago
  95. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  96. 6fc5c7f Clear alias argument vector for 'p' alias. by Chaoren Lin · 10 years ago
  97. 970bb9e Add the "block" keyword to "thread step-in -e", and an alias that uses it: "sif <target function>" - i.e. step-into-function by Jim Ingham · 10 years ago
  98. cec91ef Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. by Greg Clayton · 10 years ago
  99. 878ae01 This patch stops lldb from loading a .lldbinit file from the current by Jason Molenda · 10 years ago
  100. 41571781 Per Jim's suggestion, move checks that we're not mixing and matching Debuggers and Commands deeper in the bowels of LLDB by Enrico Granata · 10 years ago