1. b2fa3b9 [lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC) by Jonas Devlieghere · 5 years ago
  2. a37672e Mark the execution of stop-hooks as non-interactive. by Jim Ingham · 5 years ago
  3. 00bb397 [lldb] Support Python imports relative the to the current file being sourced by Jonas Devlieghere · 5 years ago
  4. 74c9395 Add a "Trace" plug-in to LLDB to add process trace support in stages. by Walter Erquinigo · 5 years ago
  5. bf8f6e8 [lldb/Interpreter] Fix language detection for the REPL InitFile by Med Ismail Bennani · 5 years ago
  6. 9390b34 [lldb] Move ScriptCommand and RegexCommand under Commands (NFC) by Jonas Devlieghere · 5 years ago
  7. 0224738 [lldb/interpreter] Improve REPL init file compatibility by Med Ismail Bennani · 5 years ago
  8. bb894b9 [lldb] Extract reproducer providers & co into their own header. by Jonas Devlieghere · 5 years ago
  9. 921c1b7 [lldb] Provide GetHomeDirectory wrapper in Host::FileSystem (NFC) by Jonas Devlieghere · 5 years ago
  10. 868b45b [lldb/interpreter] Add REPL-specific init file by Med Ismail Bennani · 5 years ago
  11. de9e850 [lldb] Display autosuggestion part in gray if there is one possible suggestion by Shu Anzai · 5 years ago
  12. cff880b Revert "[lldb] Display autosuggestion part in gray if there is one possible suggestion" by Raphael Isemann · 5 years ago
  13. 246afe0 [lldb] Display autosuggestion part in gray if there is one possible suggestion by Shu Anzai · 5 years ago
  14. 4322419 [lldb][NFC] Use a StringRef for AddRegexCommand::AddRegexCommand parameters by Raphael Isemann · 5 years ago
  15. db203e0 [lldb] Modernize away some snprintf calls by Raphael Isemann · 5 years ago
  16. 85fbb08 [lldb/interpreter] Move the history subcommand to session (NFCI) by Med Ismail Bennani · 5 years ago
  17. 2419ded [lldb] Cleanup CommandObject registration (NFC) by Jonas Devlieghere · 5 years ago
  18. 33981c6 [lldb/interpreter] Fix formatting in CommandInterpreter.cpp (NFC) by Med Ismail Bennani · 5 years ago
  19. 5bb742b [lldb/interpreter] Add ability to save lldb session to a file by Med Ismail Bennani · 5 years ago
  20. 7926143 [lldb] Fix redundant newline in AppendError calls. by Jonas Devlieghere · 5 years ago
  21. 8953376 [lldb] Remove redundant WithFormat suffixes (NFC) by Jonas Devlieghere · 5 years ago
  22. f5eaa2a [lldb] Replace std::isprint/isspace with llvm's locale-independent version by Raphael Isemann · 5 years ago
  23. de019b8 [lldb/Interpreter] Support color in CommandReturnObject by Jonas Devlieghere · 5 years ago
  24. 713538b Be more specific about auto * vs auto for po alias. by Eric Christopher · 5 years ago
  25. c311618 Revert "[lldb/Interpreter] Fix another eExpressionThreadVanished warning" by Jonas Devlieghere · 5 years ago
  26. f2ffa33 [lldb/Interpreter] Fix another eExpressionThreadVanished warning by Jonas Devlieghere · 5 years ago
  27. 7510aed Handle eExpressionThreadVanished in error switch to handle by Eric Christopher · 5 years ago
  28. 4e9e048 [lldb/Commands] Add ability to run shell command on the host. by Med Ismail Bennani · 5 years ago
  29. 61d5b0e [lldb/Driver] Exit with a non-zero exit code in case of error in batch mode. by Jonas Devlieghere · 5 years ago
  30. 232ef38 [lldb/CommandInterpreter] Fix typo in CommandInterpreterResult::IsResult by Jonas Devlieghere · 6 years ago
  31. 1bff092 [lldb/CommandInterpreter] Add CommandInterpreterRunResult (NFC) by Jonas Devlieghere · 6 years ago
  32. 32c3224 [lldb/CommandInterpreter] Move everything into CommandInterpreterRunOptions by Jonas Devlieghere · 6 years ago
  33. ec31255 [lldb] Update the current execution context at the beginning of tab completions by Gongyu Deng · 6 years ago
  34. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  35. 223a209 [lldb/Commands] Make column available through _regexp-break by Jonas Devlieghere · 6 years ago
  36. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  37. 2671df9 [lldb/Debugger] Rename ExecuteIOHandlers to RunIOHandlers (NFC) by Jonas Devlieghere · 6 years ago
  38. 7ce2de2 [lldb/Debugger] Rename IO handler methods to be more meaningful (NFC) by Jonas Devlieghere · 6 years ago
  39. a6faf85 [lldb/CommandInterpreter] Remove flag that's always true (NFC) by Jonas Devlieghere · 6 years ago
  40. 62456e5 [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT by Jonas Devlieghere · 6 years ago
  41. 59998b7 [lldb/Host] Use Host/Config.h entries instead of a global define. by Jonas Devlieghere · 6 years ago
  42. e001bf6 Add help text for parray and poarray aliases. by Jason Molenda · 6 years ago
  43. db5074d [lldb][NFC] Give some parameters in CommandInterpreter more descriptive names by Raphael Isemann · 6 years ago
  44. 7ca15ba remove File::SetStream(), make new files instead. by Lawrence D'Anna · 6 years ago
  45. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  46. a11668e Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP by Tatyana Krasnukha · 6 years ago
  47. 823fd95 [lldb][NFC] Add CompletionRequest::AppendEmptyArgument by Raphael Isemann · 6 years ago
  48. ef06dd4 [lldb] Remove redundant argument lists in CompletionRequest by Raphael Isemann · 6 years ago
  49. 14f6465 [lldb] Make cursor index in CompletionRequest unsigned by Raphael Isemann · 6 years ago
  50. f8e733f [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments by Raphael Isemann · 6 years ago
  51. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  52. f5687d7 Remove `bugreport` command by Jonas Devlieghere · 6 years ago
  53. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  54. 2fc20f6 [lldb][NFC] Refactor remaining completion logic to use CompletionRequests by Raphael Isemann · 6 years ago
  55. 70df51b [Reproducers] Force replay in synchronous mode. by Jonas Devlieghere · 6 years ago
  56. a9d5843 Fix issues with inferior stdout coming out of order by Pavel Labath · 6 years ago
  57. b22860d [CompletionRequest] Remove unimplemented members. by Jonas Devlieghere · 6 years ago
  58. 175f0930 [StringList] Change LongestCommonPrefix API by Jonas Devlieghere · 6 years ago
  59. 6a253d3 [lldb] Qualify includes of Properties[Enum].inc files. NFC by Jordan Rupprecht · 6 years ago
  60. a8ea595 [lldb] Also include the array definition in Properties.inc by Jonas Devlieghere · 6 years ago
  61. 7070a0b [TableGen] Move interpreter properties into a separate file (NFC) by Jonas Devlieghere · 6 years ago
  62. 971f9ca Let tablegen generate property definitions by Jonas Devlieghere · 6 years ago
  63. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  64. 17c18a9 Fix a typo in help text. by Adrian McCarthy · 6 years ago
  65. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
  66. 2fc6b02 [CommandInterpreter] Refactor SourceInitFile by Jonas Devlieghere · 6 years ago
  67. 5bac706 [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for bt by Stella Stamenova · 6 years ago
  68. d768ee2 [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt. by Davide Italiano · 6 years ago
  69. c0b48ab Propagate command interpreter errors from lldlbinit by Jonas Devlieghere · 6 years ago
  70. 2edcad7 [Driver] Change the way we deal with local lldbinit files. by Jonas Devlieghere · 6 years ago
  71. e5f7d60 [Alias] Add 're' alias for register by Jonas Devlieghere · 7 years ago
  72. e91ad7d Mention the thread-format & frame-format settings in help. by Jim Ingham · 7 years ago
  73. 2b29b43 [ScriptInterpreter] Move ownership into debugger (NFC) by Jonas Devlieghere · 7 years ago
  74. f20dd1d [CommandInterpreter] Remove scripting language argument. (NFC) by Jonas Devlieghere · 7 years ago
  75. 8d1fb84 [ScriptInterpreter] Pass the debugger instead of the command interpreter by Jonas Devlieghere · 7 years ago
  76. c712bac [NFC] find_first_of/find_last_of -> find/rfind for single char. by Jonas Devlieghere · 7 years ago
  77. d77c2e0 [Reproducers] Capture and replay interpreter commands. by Jonas Devlieghere · 7 years ago
  78. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  79. 70355ac Remove redundant ::get() for smart pointer. (NFC) by Jonas Devlieghere · 7 years ago
  80. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  81. 166c262 [CommandInterpreter] Early return on error (NFC) by Jonas Devlieghere · 7 years ago
  82. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  83. 76c6fea [CommandInterpreter] Simplify PreprocessCommand. (NFCI) by Jonas Devlieghere · 7 years ago
  84. 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
  85. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  86. 9e046f0 Add GDB remote packet reproducer. by Jonas Devlieghere · 7 years ago
  87. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  88. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  89. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  90. 9082c1c Add "v" as well as "var" as an alias for "frame var". by Jim Ingham · 7 years ago
  91. 285ae0c Add "var" and "vo" aliases for "frame variable" and "frame variable -O". by Jim Ingham · 7 years ago
  92. c678ed7 Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings. by Stefan Granitz · 7 years ago
  93. e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  94. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  95. 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
  96. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  97. 129fe89 Remove unnecessary newlines from break command help text. by Raphael Isemann · 7 years ago
  98. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  99. 223d921 Fix duplicate suggestions after an ambiguous command by Raphael Isemann · 7 years ago
  100. 6fcc7d7 Don't print two errors for unknown commands. by Raphael Isemann · 7 years ago