1. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  2. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 5 years ago
  3. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  4. 1f644bb [lldb][NFC] Simplify Args::ReplaceArgumentAtIndex by Raphael Isemann · 6 years ago
  5. 7841e80 [lldb][NFC] Remove Args::StripSpaces by Raphael Isemann · 6 years ago
  6. dd8e73f [lldb][NFC] Remove unused Args::GetArgumentQuoteCharAtIndex by Raphael Isemann · 6 years ago
  7. 4c78b78 [lldb][NFC] Allow for-ranges on StringList by Raphael Isemann · 6 years ago
  8. 4447d15 Fix lit tests on Windows related to CR+LF by Adrian McCarthy · 6 years ago
  9. 24374ae [Utility] Modernize C-style cats by Jonas Devlieghere · 6 years ago
  10. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  11. 7d3225c [Args] Handle backticks to prevent crash. by Jonas Devlieghere · 6 years ago
  12. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  13. 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
  14. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  15. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  16. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago[Renamed (98%) from lldb/source/Interpreter/Args.cpp]
  17. aec4593 Args: replace isprint8 usage with isprint by Pavel Labath · 7 years ago
  18. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  19. 5f56fca Move option parsing out of the Args class by Pavel Labath · 7 years ago
  20. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 7 years ago
  21. c58a80f Add a StringList constructor to Args class by Pavel Labath · 8 years ago
  22. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  23. 3eb2b44 Delete some more dead includes. by Zachary Turner · 8 years ago
  24. 4eb8449 Fix up some enumerate() callsites in LLDB. by Zachary Turner · 8 years ago
  25. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 8 years ago
  26. 63dea59 Fix a couple of incorrect format string warnings by Luke Drummond · 8 years ago
  27. 2c84f90 Remove some more uses of Args::GetArgumentAtIndex. by Zachary Turner · 9 years ago
  28. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  29. e706c1d Make OptionParser::Parse() take StringRef. by Zachary Turner · 9 years ago
  30. cb3c9f6 Fix some cases where we were printf'ing StringRefs. by Zachary Turner · 9 years ago
  31. c5d7df9 Convert some Expression parser functions to StringRef. by Zachary Turner · 9 years ago
  32. 812101d Interpreter: Don't return StringRef from functions whose return value is never used by Justin Bogner · 9 years ago
  33. 9a605f9 Match printf field width arg and type by Ed Maste · 9 years ago
  34. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  35. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  36. 5a8ad459 Make lldb -Werror clean on Windows. by Zachary Turner · 9 years ago
  37. 5c28c66 Modernize some code related to Args usage / implementation. by Zachary Turner · 9 years ago
  38. 691405b Refactor the Args class. by Zachary Turner · 9 years ago
  39. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  40. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  41. 36bf6a4 added environment variable-related Args gtests by Todd Fiala · 9 years ago
  42. 150aa32 fix Args function broken in r281942 by Todd Fiala · 9 years ago
  43. 4037780 Fix an incorrect nullptr conversion. by Zachary Turner · 9 years ago
  44. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  45. 5c725f3 Convert 3 more functions to use a StringRef. by Zachary Turner · 9 years ago
  46. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  47. 6fa7681b Convert many functions to use StringRefs. by Zachary Turner · 9 years ago
  48. 7b2e5a3 Add unit tests for a few string conversion functions in Args. by Zachary Turner · 9 years ago
  49. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  50. b9739d4 Revert r280137 and 280139 and subsequent build fixes by Pavel Labath · 9 years ago
  51. 2d240d0 A few minor stylistic cleanups in StringExtractor. by Zachary Turner · 9 years ago
  52. e1c716c Fix fallout from the GetNameColonValue() refactor (r280000) by Pavel Labath · 9 years ago
  53. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  54. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  55. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  56. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  57. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  58. 4acb65e fix command-line LLDB so NSLog messages show up by Todd Fiala · 9 years ago
  59. 7aa4d97 Implement ProcessInfo::Dump(), log gdb-remote stub launch by Todd Fiala · 9 years ago
  60. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  61. 7a37df3 Improve the way LLDB escapes arguments before passing them to the shell by Enrico Granata · 9 years ago
  62. c77ce7b LLDB needs a mutex around getopt_long_only() function calls to avoid multi-threading option parsing issues. by Jim Ingham · 10 years ago
  63. ba507b0 Silence -Wqual-cast warnings from GCC 5.2 by Saleem Abdulrasool · 10 years ago
  64. 89d3f09 Fix tab completion for command arguments containing spaces by Tamas Berghammer · 10 years ago
  65. e171da5 Fix typos. by Bruce Mitchener · 10 years ago
  66. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  67. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  68. bcbfa09 Fix a problem where 'process launch' was not correctly re-quoting arguments for the inferior process when handing them down for the actual launch by Enrico Granata · 10 years ago
  69. 073951f Fix a bug related to arg escaping, and add unit tests. by Zachary Turner · 10 years ago
  70. 6100f61 Fix build breakage on win7-msvc caused by r230955 by Pavel Labath · 10 years ago
  71. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 10 years ago
  72. df50f94 Handle trailing spaces on "settings set" command more correctly by Pavel Labath · 10 years ago
  73. 2d53c31 Don't remove backslashes from arguments unless the following char is recognized. by Zachary Turner · 10 years ago
  74. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 10 years ago
  75. 3e7442b Add support for character option types. by Zachary Turner · 10 years ago
  76. 320e7b3 It's possible for long_options[long_options_index].definition to be null by Jason Molenda · 11 years ago
  77. 2c77a42 Reverse out r219169 related to quote handling. by Todd Fiala · 11 years ago
  78. ca0e5ad In cases where you'd use an expression to get a value to insert in a command, be ready to use synthetic children if they are there. Those are now a source of values, so worth checking for by Enrico Granata · 11 years ago
  79. a9ae365 Add "target.expr-parser-compiler-args" setting. by Todd Fiala · 11 years ago
  80. dc498e5 A quoted - is not the beginning of an option, and should not be completed as such. This was causing: by Jim Ingham · 11 years ago
  81. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  82. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  83. 2863891 Invalidate process UID/GID-related command options on Windows. by Zachary Turner · 11 years ago
  84. 2fc43a3 Args::StringToGenericRegister will now accept "lr" as by Jason Molenda · 11 years ago
  85. 8646d3c Rename eExecution*** to eExpression*** to be consistent with the result type. by Jim Ingham · 11 years ago
  86. 1624a2d Make the Expression Execution result enum available to the SB API layer. by Jim Ingham · 11 years ago
  87. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  88. 78d1019 Cleanup the code a bit. by Greg Clayton · 11 years ago
  89. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  90. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  91. b57e4a1b Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  92. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  93. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  94. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  95. 5eeaf74 Fix a missing pointer deref that was uncovered by one of the buildbots. by Adrian Prantl · 12 years ago
  96. 243b369 Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 12 years ago
  97. b7ad58a <rdar://problem/13457391> by Greg Clayton · 12 years ago
  98. bc43cab <rdar://problem/13384801> by Greg Clayton · 12 years ago
  99. 30820f0 <rdar://problem/13184855> by Greg Clayton · 12 years ago
  100. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 12 years ago