1. 2783d81 [JSON] Use LLVM's library for encoding JSON in StructuredData by Jonas Devlieghere · 6 years ago
  2. 6f23a68 Use llvm for dumping DWARF expressions by Pavel Labath · 6 years ago
  3. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  4. bcc24e4 [Reproducer] Move GDB Remote Provider into Reproducer (NFC) by Jonas Devlieghere · 6 years ago
  5. e0ea8d8 [Utility] Replace `lldb_private::CleanUp` by `llvm::scope_exit` by Jonas Devlieghere · 6 years ago
  6. 2461061 Upstream macCatalyst support in debugserver and the macOS dynamic loader plugin. by Adrian Prantl · 6 years ago
  7. d35b42f [NFC] Return llvm::StringRef from StringExtractor::GetStringRef. by Jonas Devlieghere · 6 years ago
  8. a8f3ae7 [LLDB] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  9. 3d4f765 Remove usage of usleep in generic code by Pavel Labath · 6 years ago
  10. d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
  11. 6a253d3 [lldb] Qualify includes of Properties[Enum].inc files. NFC by Jordan Rupprecht · 6 years ago
  12. a8ea595 [lldb] Also include the array definition in Properties.inc by Jonas Devlieghere · 6 years ago
  13. 971f9ca Let tablegen generate property definitions by Jonas Devlieghere · 6 years ago
  14. d668260 Correctly use GetLoadedModuleList to take advantage of libraries-svr4 by Antonio Afonso · 6 years ago
  15. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  16. f39c2e1 Change LaunchThread interface to return an expected. by Jonas Devlieghere · 6 years ago
  17. f8251f1 Add plugin.process.gdb-remote.use-libraries-svr4 option by Antonio Afonso · 6 years ago
  18. 8864b43 Make sure the thread list is updated before you set the stop reason by Jim Ingham · 6 years ago
  19. 1659276 Support nested target.xml register definition files, lack of reg group markers. by Jason Molenda · 6 years ago
  20. ef96e98 [Reproducers] Simplify providers with nested Info struct (NFC) by Jonas Devlieghere · 6 years ago
  21. 943faef Add support to read aux vector values by Antonio Afonso · 6 years ago
  22. a83bf47 [gdb-remote] Fix more issues with thread_result_t by Jonas Devlieghere · 6 years ago
  23. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
  24. 1756630 C.128 override, virtual keyword handling by Raphael Isemann · 6 years ago
  25. 2b29b43 [ScriptInterpreter] Move ownership into debugger (NFC) by Jonas Devlieghere · 6 years ago
  26. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  27. e794752 Experiment with a larger packet timeout. by Adrian Prantl · 6 years ago
  28. 4c03ea1 Unify random timeouts throughout LLDB and make them configurable. by Adrian Prantl · 6 years ago
  29. 209e3a1 [Reproducers] Add a test to ensure we can reuse the reproducer dir. by Jonas Devlieghere · 7 years ago
  30. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
  31. 8055291 Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cpp by Zachary Turner · 7 years ago
  32. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  33. 7f815a9 Have Stream::PutCStringAsRawHex8 take llvm::StringRef by Pavel Labath · 7 years ago
  34. 70355ac Remove redundant ::get() for smart pointer. (NFC) by Jonas Devlieghere · 7 years ago
  35. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  36. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  37. e912cc5 [Reproducers] Refactor reproducer info by Jonas Devlieghere · 7 years ago
  38. 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
  39. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  40. 92e5273 gdb-remote: use elaborated type specifier for `Module` by Saleem Abdulrasool · 7 years ago
  41. 68ed93d [Reproducers] Improve reproducer API and add unit tests. by Jonas Devlieghere · 7 years ago
  42. 01b0988 Fix the "make_unique is ambiguous" compiler error. by Haojian Wu · 7 years ago
  43. 9e046f0 Add GDB remote packet reproducer. by Jonas Devlieghere · 7 years ago
  44. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  45. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  46. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  47. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  48. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  49. df9f796 Support nwere versions of the Segger J-Link jtag board software. by Jason Molenda · 7 years ago
  50. e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  51. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  52. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  53. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  54. 03772dd [ProcessGDBRemote] handle result from ConnectToDebugserver by Jonas Devlieghere · 7 years ago
  55. a2476ab Remove incorrect thread-pc-values clearing by Jason Molenda · 7 years ago
  56. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  57. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  58. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  59. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  60. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  61. acebc43 Report more precise error message when attach fails by Pavel Labath · 7 years ago
  62. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  63. 8db3f7e Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  64. a8d916a Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  65. 0045c72f Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 7 years ago
  66. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  67. 6b3c8bb Fix windows build after r329296 by Pavel Labath · 7 years ago
  68. 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
  69. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  70. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  71. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  72. ebc6bc8 [Utility] Simplify and generalize the CleanUp helper, NFC by Vedant Kumar · 8 years ago
  73. c4dd04c When parsing the target.xml register file, if no architecture has by Jason Molenda · 8 years ago
  74. 7da8475 Handle O reply packets during qRcmd by Pavel Labath · 8 years ago
  75. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  76. 07d6f88 Move PseudoTerminal to the lldb_private namespace by Pavel Labath · 8 years ago
  77. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  78. a964012 Remove ProcessGdbRemote::m_flags by Pavel Labath · 8 years ago
  79. 3015341 Use socketpair on all Unix platforms by Eugene Zemtsov · 8 years ago
  80. 3293b9d Fix compatibility with OpenOCD debug stub. by Vadim Chugunov · 8 years ago
  81. b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
  82. dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
  83. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  84. 43294c9 Change the ABI class to have a weak pointer to its Process; by Jason Molenda · 8 years ago
  85. e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
  86. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  87. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  88. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  89. 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
  90. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  91. 24ae629 Finish breaking the dependency from Utility. by Zachary Turner · 9 years ago
  92. e8a7b98 Remove the verbose category in the gdb-remote channel by Pavel Labath · 9 years ago
  93. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  94. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  95. 68d7f37 Fix a bug where lldb does not respect the packet size. by Hafiz Abid Qadeer · 9 years ago
  96. e0a5b57 Prevent client from querying each thread's PC at each stop. by Pavel Labath · 9 years ago
  97. 05008ca Avoid unused variable warning when assert is disabled. by Hafiz Abid Qadeer · 9 years ago
  98. d35031e1 Use Timeout<> in the Listener class by Pavel Labath · 9 years ago
  99. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  100. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago