1. 01b0988 Fix the "make_unique is ambiguous" compiler error. by Haojian Wu · 7 years ago
  2. 9e046f0 Add GDB remote packet reproducer. by Jonas Devlieghere · 7 years ago
  3. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  4. 672d2c1 Remove comments after header includes. 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. df9f796 Support nwere versions of the Segger J-Link jtag board software. by Jason Molenda · 7 years ago
  9. e40db05 Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  10. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  11. f9a07e9 [NFC] Turn "load dependent files" boolean into an enum by Jonas Devlieghere · 7 years ago
  12. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  13. 03772dd [ProcessGDBRemote] handle result from ConnectToDebugserver by Jonas Devlieghere · 7 years ago
  14. a2476ab Remove incorrect thread-pc-values clearing by Jason Molenda · 7 years ago
  15. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  16. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  17. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  18. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  19. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  20. acebc43 Report more precise error message when attach fails by Pavel Labath · 7 years ago
  21. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  22. 8db3f7e Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  23. a8d916a Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  24. 0045c72f Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 7 years ago
  25. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  26. 6b3c8bb Fix windows build after r329296 by Pavel Labath · 7 years ago
  27. 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
  28. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  29. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  30. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  31. ebc6bc8 [Utility] Simplify and generalize the CleanUp helper, NFC by Vedant Kumar · 8 years ago
  32. c4dd04c When parsing the target.xml register file, if no architecture has by Jason Molenda · 8 years ago
  33. 7da8475 Handle O reply packets during qRcmd by Pavel Labath · 8 years ago
  34. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  35. 07d6f88 Move PseudoTerminal to the lldb_private namespace by Pavel Labath · 8 years ago
  36. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  37. a964012 Remove ProcessGdbRemote::m_flags by Pavel Labath · 8 years ago
  38. 3015341 Use socketpair on all Unix platforms by Eugene Zemtsov · 8 years ago
  39. 3293b9d Fix compatibility with OpenOCD debug stub. by Vadim Chugunov · 8 years ago
  40. b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
  41. dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
  42. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  43. 43294c9 Change the ABI class to have a weak pointer to its Process; by Jason Molenda · 8 years ago
  44. e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
  45. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  46. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  47. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  48. 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
  49. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  50. 24ae629 Finish breaking the dependency from Utility. by Zachary Turner · 9 years ago
  51. e8a7b98 Remove the verbose category in the gdb-remote channel by Pavel Labath · 9 years ago
  52. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  53. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  54. 68d7f37 Fix a bug where lldb does not respect the packet size. by Hafiz Abid Qadeer · 9 years ago
  55. e0a5b57 Prevent client from querying each thread's PC at each stop. by Pavel Labath · 9 years ago
  56. 05008ca Avoid unused variable warning when assert is disabled. by Hafiz Abid Qadeer · 9 years ago
  57. d35031e1 Use Timeout<> in the Listener class by Pavel Labath · 9 years ago
  58. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  59. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  60. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  61. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  62. 2fd9a1e Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON by Pavel Labath · 9 years ago
  63. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  64. 3aa0491 Remove usages of TimeValue from gdb-remote process plugin by Pavel Labath · 9 years ago
  65. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  66. 0f8f0d3 [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse by Pavel Labath · 9 years ago
  67. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  68. fcdb1af async structured data packet handling improvements by Todd Fiala · 9 years ago
  69. cfc7ae6 Fix MSVC error from r280919 by Pavel Labath · 9 years ago
  70. cda0ae4 Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. by Valentina Giusti · 9 years ago
  71. 2f1fbae gdb-remote: Add jModulesInfo packet by Pavel Labath · 9 years ago
  72. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  73. ee44a92 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support." by Dimitar Vlahovski · 9 years ago
  74. f105abb Intel(R) Memory Protection Extensions (Intel(R) MPX) support. by Valentina Giusti · 9 years ago
  75. d08f09c Convert some StringExtractor functions to accept MutableArrayRefs. by Zachary Turner · 9 years ago
  76. 5c95ee4 Revert "gdb-remote: Make the sequence mutex non-recursive" by Pavel Labath · 9 years ago
  77. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  78. 0faf373 gdb-remote: Make the sequence mutex non-recursive by Pavel Labath · 9 years ago
  79. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  80. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  81. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  82. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  83. bd22bf2 Fix build on Windows. by Zachary Turner · 9 years ago
  84. c6c420f Switch over to using socketpair for local debugserver connections as they are twice as fast as TCP sockets (on macOS at least). by Greg Clayton · 9 years ago
  85. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  86. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  87. 52b6cc5 [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. by Nitesh Jain · 9 years ago
  88. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  89. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  90. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  91. 3739735 Add support to get the shared cache information from the new by Jason Molenda · 9 years ago
  92. 9ab5dc2 Add a new DynamicLoader plugin that uses SPI that are in development by Jason Molenda · 9 years ago
  93. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  94. c6dc90e Allow unaligned byte/word selection watchpoints for arm- linux/android targets. by Omair Javaid · 9 years ago
  95. 17b4539 Revert r273524, it may have been the cause of a linux testbot failure by Jason Molenda · 9 years ago
  96. cb6dae2 Do some minor renames of "Mac OS X" to "macOS". by Jason Molenda · 9 years ago
  97. 43507f5 Allow installing watchpoints at less than 8-byte alligned addresses for AArch64 targets by Omair Javaid · 9 years ago
  98. 88f86b6 On MacOSX, the threads can appear out of order at times depending on the order in which the kernel returns thread IDs to debugserver. To avoid thread lists changing order between stops, ProcessGDBRemote now makes sure the thread list stays sorted by thread index ID. by Greg Clayton · 9 years ago
  99. 80dbd15 Don't remove PIE executables when using svr4 packets by Francis Ricci · 9 years ago
  100. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago