1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. ee44a92 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support." by Dimitar Vlahovski · 9 years ago
  3. f105abb Intel(R) Memory Protection Extensions (Intel(R) MPX) support. by Valentina Giusti · 9 years ago
  4. d08f09c Convert some StringExtractor functions to accept MutableArrayRefs. by Zachary Turner · 9 years ago
  5. 5c95ee4 Revert "gdb-remote: Make the sequence mutex non-recursive" by Pavel Labath · 9 years ago
  6. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  7. 0faf373 gdb-remote: Make the sequence mutex non-recursive by Pavel Labath · 9 years ago
  8. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  9. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  10. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  11. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  12. bd22bf2 Fix build on Windows. by Zachary Turner · 9 years ago
  13. 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
  14. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  15. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  16. 52b6cc5 [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. by Nitesh Jain · 9 years ago
  17. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  18. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  19. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  20. 3739735 Add support to get the shared cache information from the new by Jason Molenda · 9 years ago
  21. 9ab5dc2 Add a new DynamicLoader plugin that uses SPI that are in development by Jason Molenda · 9 years ago
  22. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  23. c6dc90e Allow unaligned byte/word selection watchpoints for arm- linux/android targets. by Omair Javaid · 9 years ago
  24. 17b4539 Revert r273524, it may have been the cause of a linux testbot failure by Jason Molenda · 9 years ago
  25. cb6dae2 Do some minor renames of "Mac OS X" to "macOS". by Jason Molenda · 9 years ago
  26. 43507f5 Allow installing watchpoints at less than 8-byte alligned addresses for AArch64 targets by Omair Javaid · 9 years ago
  27. 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
  28. 80dbd15 Don't remove PIE executables when using svr4 packets by Francis Ricci · 9 years ago
  29. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  30. 906d91e Fix error propagation from the Z0 packet in gdb-remote breakpoint setting. by Jim Ingham · 9 years ago
  31. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  32. abdfc21 Fix a few -Wformat-pedantic warnings by Saleem Abdulrasool · 9 years ago
  33. 194357c Fix a race in ProcessGDBRemote::MonitorDebugServerProcess by Pavel Labath · 9 years ago
  34. 998bdc5 Generalize child process monitoring functions by Pavel Labath · 9 years ago
  35. a030061 Use absolute module path when possible if sent in svr4 packets by Francis Ricci · 9 years ago
  36. 55954ae Maintain register numbering across xml include features by Francis Ricci · 9 years ago
  37. be8cab7 Properly unload modules from target image list when using svr4 packets by Francis Ricci · 9 years ago
  38. ef40912 Revert "Reduce code duplication in ProcessGDBRemote" by Pavel Labath · 9 years ago
  39. 97a6757 Reduce code duplication in ProcessGDBRemote by Pavel Labath · 9 years ago
  40. 3ce324a Fix a cornercase in breakpoint reporting by Pavel Labath · 9 years ago
  41. 3553c0e Allow gdbremote process to read modules from memory by Stephane Sezer · 9 years ago
  42. 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
  43. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  44. 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
  45. 7b71c0b Make sure code that is in the middle of figuring out the correct architecture by Jim Ingham · 10 years ago
  46. efd04a6 Fix single-stepping onto a breakpoint by Pavel Labath · 10 years ago
  47. c2c8ca1 Set correct ThreadStopInfo in case of trace event by Abhishek Aggarwal · 10 years ago
  48. 87b0fe0 Increase use of svr4 packets to improve performance on POSIX remotes by Stephane Sezer · 10 years ago
  49. 77f8935 Changes to lldb and debugserver to reduce extraneous memory reads by Jason Molenda · 10 years ago
  50. 26d84e8 Change the key name for the libdispatch queue serial number from by Jason Molenda · 10 years ago
  51. 81b4c5f Strip trailing whitespace by Ed Maste · 10 years ago
  52. 545304d The lldb side changes to go along with r255711 where a new by Jason Molenda · 10 years ago
  53. b1583dc Fill in the generic register kind if in AugmentRegisterInfoViaABI if it is available. by Greg Clayton · 10 years ago
  54. 6846bc8 [LLDB][MIPS] fix watchpoint searched on client side for same masked variables by Mohit K. Bhakkad · 10 years ago
  55. afd6ce4 Prevent ProcessGDBRemote from launching local debug server in case of remote debug server connection failure. by Oleksiy Vyalov · 10 years ago
  56. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  57. 1d3b356 Use Process::IsAlive instead of just checking for eStateExited. by Jason Molenda · 10 years ago
  58. 13c30d2 Let the process help figure out the Host OS if nobody else can figure it out. by Jim Ingham · 10 years ago
  59. fc1e77a98 Fix a deadlock when connecting to a remote GDB server that might not support all packets that lldb-server or debugserver supports. The issue was the m_last_stop_packet_mutex mutex was being held by another thread and it was deadlocking getting the thread list. We now try to lock the m_last_stop_packet_mutex, and only continue if we successfully lock it. Else we fall back to qfThreadInfo/qsThreadInfo. by Greg Clayton · 10 years ago
  60. 0722f08 Revert r251167 in source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp to fix MSVC builds failures. by Eugene Zelenko · 10 years ago
  61. edb35d9 Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. by Eugene Zelenko · 10 years ago
  62. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  63. 6988abc Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework. by Greg Clayton · 10 years ago
  64. 4eff2d3 Make uses of /dev/null portable across OSes. by Zachary Turner · 10 years ago
  65. 3bf1125 lldb-server: add support for binary memory reads by Pavel Labath · 10 years ago
  66. 5df85ce [LLDB][MIPS] fix watchpoint searched on client side for same masked variables by Mohit K. Bhakkad · 10 years ago
  67. 65d4d5c Add an OperatingSystem plugin to support goroutines by Ryan Brown · 10 years ago
  68. 63bd0db Clean up register naming conventions inside lldb. by Jason Molenda · 10 years ago
  69. 21586c8 When lldb gets the register definitions from the response of a by Jason Molenda · 10 years ago
  70. 5055685 Fix deadlock while attaching to inferiors by Pavel Labath · 10 years ago
  71. 7529df9 Have the Process hold a weak_ptr to the Target. by Zachary Turner · 10 years ago
  72. c963a22 Make ProcessGDBRemote get a //copy// of platform Unix signals. by Chaoren Lin · 10 years ago
  73. bf67a30 A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "stabs". by Jason Molenda · 10 years ago
  74. 2618e91 Implement handling of `library:` keys in thread stop replies. by Stephane Sezer · 10 years ago
  75. 6d9fe8c The llvm Triple for an armv6m now comes back as llvm::Triple::thumb. by Jason Molenda · 10 years ago
  76. c6845a0 Understand absolute base addresses in ProcessGDBRemote::GetLoadedModuleList. by Stephane Sezer · 10 years ago
  77. 03fc3f7 Fix some format strings in ProcessGDBRemote.cpp. by Stephane Sezer · 10 years ago
  78. 91e468c If the filename specified by plugin.process.gdb-remote.target-definition-file, by Jason Molenda · 10 years ago
  79. 5543abb When the target definition is unparseable, print an error message by Jason Molenda · 10 years ago
  80. a18f707 A messy bit of cleanup: Move towards more descriptive names by Jason Molenda · 10 years ago
  81. 725666c [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint by Jaydeep Patil · 10 years ago
  82. 8314350 [LLDB][MIPS] Handle false positives for MIPS hardware watchpoints by Jaydeep Patil · 10 years ago
  83. 6fc590d [LLDB][MIPS] Create Unix Signals based on target architecture by Jaydeep Patil · 10 years ago
  84. 752e1e8 When debugserver fails to attach to a process on a Darwin by Jason Molenda · 10 years ago
  85. 3a29f8b Fix warnings detected by -Wpessimizing-move by Pavel Labath · 10 years ago
  86. 1e271df Handle old style S packet correctly by Bhushan D. Attarde · 10 years ago
  87. cb213b3 Fix warnings found by -Wextra-semi by Pavel Labath · 10 years ago
  88. 2e30907 More packet performance improvements. by Greg Clayton · 10 years ago
  89. 4a4bb12 Add jThreadsInfo support to lldb-server by Pavel Labath · 10 years ago
  90. a5801ad Added the ability to get JSON thread stop info with thread ID and stop info only in the normal stop reply packets using the new "jthreads" key value pair. by Greg Clayton · 10 years ago
  91. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  92. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  93. 9a7cacb Implement qXfer:libraries:read. by Stephane Sezer · 10 years ago
  94. 0c996a9 Change search order of target definition files. by Ewan Crawford · 10 years ago
  95. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  96. 682e842 XML register info fix by Ewan Crawford · 10 years ago
  97. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  98. aa7eda7 Proper handling of QNonStop packet response. by Ewan Crawford · 10 years ago
  99. 0b90be1 Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets. by Greg Clayton · 10 years ago
  100. 76df288 Add handling of async notify packets by Ewan Crawford · 10 years ago