1. acebc43 Report more precise error message when attach fails by Pavel Labath · 7 years ago
  2. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  3. 8db3f7e Re-land "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  4. a8d916a Revert "Don't assume backing thread shares protocol ID." by Jonas Devlieghere · 7 years ago
  5. 0045c72f Don't assume backing thread shares protocol ID. by Jonas Devlieghere · 7 years ago
  6. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  7. 6b3c8bb Fix windows build after r329296 by Pavel Labath · 7 years ago
  8. 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
  9. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  10. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  11. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  12. ebc6bc8 [Utility] Simplify and generalize the CleanUp helper, NFC by Vedant Kumar · 8 years ago
  13. c4dd04c When parsing the target.xml register file, if no architecture has by Jason Molenda · 8 years ago
  14. 7da8475 Handle O reply packets during qRcmd by Pavel Labath · 8 years ago
  15. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  16. 07d6f88 Move PseudoTerminal to the lldb_private namespace by Pavel Labath · 8 years ago
  17. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  18. a964012 Remove ProcessGdbRemote::m_flags by Pavel Labath · 8 years ago
  19. 3015341 Use socketpair on all Unix platforms by Eugene Zemtsov · 8 years ago
  20. 3293b9d Fix compatibility with OpenOCD debug stub. by Vadim Chugunov · 8 years ago
  21. b6dbe9a Clean up lldb-types.h by Pavel Labath · 8 years ago
  22. dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
  23. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  24. 43294c9 Change the ABI class to have a weak pointer to its Process; by Jason Molenda · 8 years ago
  25. e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
  26. 2833321 Update StructuredData::String to return StringRefs. by Zachary Turner · 8 years ago
  27. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  28. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  29. 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
  30. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  31. 24ae629 Finish breaking the dependency from Utility. by Zachary Turner · 9 years ago
  32. e8a7b98 Remove the verbose category in the gdb-remote channel by Pavel Labath · 9 years ago
  33. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  34. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  35. 68d7f37 Fix a bug where lldb does not respect the packet size. by Hafiz Abid Qadeer · 9 years ago
  36. e0a5b57 Prevent client from querying each thread's PC at each stop. by Pavel Labath · 9 years ago
  37. 05008ca Avoid unused variable warning when assert is disabled. by Hafiz Abid Qadeer · 9 years ago
  38. d35031e1 Use Timeout<> in the Listener class by Pavel Labath · 9 years ago
  39. 3165945 Convert Platform, Process, and Connection functions to StringRef. by Zachary Turner · 9 years ago
  40. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  41. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  42. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  43. 2fd9a1e Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON by Pavel Labath · 9 years ago
  44. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  45. 3aa0491 Remove usages of TimeValue from gdb-remote process plugin by Pavel Labath · 9 years ago
  46. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  47. 0f8f0d3 [gdb-remote] Remove the const char * version of SendPacketAndWaitForResponse by Pavel Labath · 9 years ago
  48. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  49. fcdb1af async structured data packet handling improvements by Todd Fiala · 9 years ago
  50. cfc7ae6 Fix MSVC error from r280919 by Pavel Labath · 9 years ago
  51. cda0ae4 Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. by Valentina Giusti · 9 years ago
  52. 2f1fbae gdb-remote: Add jModulesInfo packet by Pavel Labath · 9 years ago
  53. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  54. ee44a92 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support." by Dimitar Vlahovski · 9 years ago
  55. f105abb Intel(R) Memory Protection Extensions (Intel(R) MPX) support. by Valentina Giusti · 9 years ago
  56. d08f09c Convert some StringExtractor functions to accept MutableArrayRefs. by Zachary Turner · 9 years ago
  57. 5c95ee4 Revert "gdb-remote: Make the sequence mutex non-recursive" by Pavel Labath · 9 years ago
  58. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  59. 0faf373 gdb-remote: Make the sequence mutex non-recursive by Pavel Labath · 9 years ago
  60. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  61. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  62. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  63. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  64. bd22bf2 Fix build on Windows. by Zachary Turner · 9 years ago
  65. 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
  66. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  67. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  68. 52b6cc5 [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. by Nitesh Jain · 9 years ago
  69. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  70. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  71. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  72. 3739735 Add support to get the shared cache information from the new by Jason Molenda · 9 years ago
  73. 9ab5dc2 Add a new DynamicLoader plugin that uses SPI that are in development by Jason Molenda · 9 years ago
  74. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  75. c6dc90e Allow unaligned byte/word selection watchpoints for arm- linux/android targets. by Omair Javaid · 9 years ago
  76. 17b4539 Revert r273524, it may have been the cause of a linux testbot failure by Jason Molenda · 9 years ago
  77. cb6dae2 Do some minor renames of "Mac OS X" to "macOS". by Jason Molenda · 9 years ago
  78. 43507f5 Allow installing watchpoints at less than 8-byte alligned addresses for AArch64 targets by Omair Javaid · 9 years ago
  79. 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
  80. 80dbd15 Don't remove PIE executables when using svr4 packets by Francis Ricci · 9 years ago
  81. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  82. 906d91e Fix error propagation from the Z0 packet in gdb-remote breakpoint setting. by Jim Ingham · 9 years ago
  83. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  84. abdfc21 Fix a few -Wformat-pedantic warnings by Saleem Abdulrasool · 9 years ago
  85. 194357c Fix a race in ProcessGDBRemote::MonitorDebugServerProcess by Pavel Labath · 9 years ago
  86. 998bdc5 Generalize child process monitoring functions by Pavel Labath · 9 years ago
  87. a030061 Use absolute module path when possible if sent in svr4 packets by Francis Ricci · 9 years ago
  88. 55954ae Maintain register numbering across xml include features by Francis Ricci · 9 years ago
  89. be8cab7 Properly unload modules from target image list when using svr4 packets by Francis Ricci · 9 years ago
  90. ef40912 Revert "Reduce code duplication in ProcessGDBRemote" by Pavel Labath · 9 years ago
  91. 97a6757 Reduce code duplication in ProcessGDBRemote by Pavel Labath · 9 years ago
  92. 3ce324a Fix a cornercase in breakpoint reporting by Pavel Labath · 9 years ago
  93. 3553c0e Allow gdbremote process to read modules from memory by Stephane Sezer · 9 years ago
  94. 830c81d Fixed an issue that could cause debugserver to return two stop reply packets ($T packets) for one \x03 interrupt. The problem was that when a \x03 byte is sent to debugserver while the process is running, and up calling: by Greg Clayton · 9 years ago
  95. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  96. 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
  97. 7b71c0b Make sure code that is in the middle of figuring out the correct architecture by Jim Ingham · 10 years ago
  98. efd04a6 Fix single-stepping onto a breakpoint by Pavel Labath · 10 years ago
  99. c2c8ca1 Set correct ThreadStopInfo in case of trace event by Abhishek Aggarwal · 10 years ago
  100. 87b0fe0 Increase use of svr4 packets to improve performance on POSIX remotes by Stephane Sezer · 10 years ago