1. 616b827 Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointTypePacket. by Todd Fiala · 11 years ago
  2. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  3. 44272a4 Hex encode the triple values in case they contain special characters. by Greg Clayton · 11 years ago
  4. 3daa176 Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  5. 5c9d5bf Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  6. 0cc371c Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  7. c540dd0 Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly. by Todd Fiala · 11 years ago
  8. 97a14e6 Move some Host logic into HostInfo class. by Zachary Turner · 11 years ago
  9. f39ebbe Change the encoding of the Triple string exchanged across GDB-RSP by Matthew Gardiner · 11 years ago
  10. 36a216e Increase the gdb-remote packet timeout for the first packet we send by Jason Molenda · 11 years ago
  11. d8eaa17 Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. by Todd Fiala · 11 years ago
  12. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  13. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  14. 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
  15. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  16. f105f58 Fix a gdbremote bug in _M/_m stub support detection. by Todd Fiala · 11 years ago
  17. 3924d75 Remove unused variables by Saleem Abdulrasool · 11 years ago
  18. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  19. 7ab7f89 iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator apps and binaries. by Greg Clayton · 11 years ago
  20. 0a70a84 Fix Windows warnings. by Todd Fiala · 11 years ago
  21. e24614f lldb: gdb remote support always falls back to $qC when no $qProcessInfo. by Todd Fiala · 11 years ago
  22. 9f72b3a Modify debugserver to follow gdb remote $qC protocol definition. by Todd Fiala · 11 years ago
  23. bdc4f12 Add GetxPacketSupported to test if the 'x' packet is supported. by Jason Molenda · 11 years ago
  24. b8cd575 m_interrupt_sent wasn't being initialized, and wasn't being reset after an by Jim Ingham · 12 years ago
  25. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 12 years ago
  26. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  27. 6c8824d Wait for the reply from the 'D' detach packet before tearing down the debugger. Avoids a race by Jim Ingham · 12 years ago
  28. 03904ac Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data. by Steve Pucci · 12 years ago
  29. 91d2101 remove useless declaration by Sylvestre Ledru · 12 years ago
  30. b98a2bb Patch for fixing the handling of hardware breakpoints. by Deepak Panickal · 12 years ago
  31. 700e508 Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it tests how long it takes to send a 4MB buffer from the REMOTE GDB server to LLDB. by Greg Clayton · 12 years ago
  32. 89c3749 Change DecodeProcessInfoResponse to set the ProcessInfo's architecture by Jason Molenda · 12 years ago
  33. 5ae54ae Support for debugging against a remote stock gdbserver. by Steve Pucci · 12 years ago
  34. a9ddb0e Added distribution info to ArchSpec and qHostInfo message. by Todd Fiala · 12 years ago
  35. 48f986f Workaround QEMU GDB server issue. by Ed Maste · 12 years ago
  36. a6195b7 Fix a bug introduced in asynchronous packet sends. We were not setting the packet result, and so by Jim Ingham · 12 years ago
  37. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  38. dbf0457 Allow the hostname to be specified when asking a platform to launch another debugserver in case you want to change it. by Greg Clayton · 12 years ago
  39. fb90931 Improved platform support. by Greg Clayton · 12 years ago
  40. 29b8fc4 Added new options to lldb-platform: by Greg Clayton · 12 years ago
  41. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  42. f74cf86 <rdar://problem/15172417> by Greg Clayton · 12 years ago
  43. 9ac6d2d <rdar://problem/15263540> by Greg Clayton · 12 years ago
  44. d66b50c Fixes to get LLDB building on Windows again. by Deepak Panickal · 12 years ago
  45. ef8180a <rdar://problem/14972424> by Greg Clayton · 12 years ago
  46. 8960058 <rdar://problem/14146606> by Greg Clayton · 12 years ago
  47. fd654c4 Value stored to 'pid' was never read. Found by scan-build http://buildd-clang.debian.net/scan-build/ by Sylvestre Ledru · 12 years ago
  48. b1de114 Fixed detection of 'p' packet support in debugserver, by Sean Callanan · 12 years ago
  49. 2490f5c Fix a bunch of compile time warnings and a build failure on ubuntu. by Eric Christopher · 12 years ago
  50. 9a78cdf Discover support of 'p' packet. by Hafiz Abid Qadeer · 12 years ago
  51. b89d049 Add missing "sys/stat.h" include - should help with FreeBSD buildbot by Daniel Malea · 12 years ago
  52. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  53. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  54. 91ed6b8 <rdar://problem/14182286> by Han Ming Ong · 12 years ago
  55. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  56. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 12 years ago
  57. 54e39db Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 12 years ago
  58. a23f73d Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 12 years ago
  59. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  60. e9ca4af Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 13 years ago
  61. 3f875c5 <rdar://problem/13190981> by Greg Clayton · 13 years ago
  62. 4b6459f <rdar://problem/12976277> by Han Ming Ong · 13 years ago
  63. f17b5ac <rdar://problem/11961650> by Jason Molenda · 13 years ago
  64. 89660bf More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 13 years ago
  65. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  66. ab3b8b2 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 13 years ago
  67. f402f78 Make sure we always use lldb::tid_t for thread IDs so we don't truncate a 64 bit thread ID. by Greg Clayton · 13 years ago
  68. 43e0af0 Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 13 years ago
  69. 279ceec Add a call to "sync" a thread state before checkpointing registers in preparation for by Jim Ingham · 13 years ago
  70. cd16df9 Add "vAttachOrWait" to debugserver, so you can implement "attach to the process if it exists OR wait for it" without race conditions. Use that in lldb. by Jim Ingham · 13 years ago
  71. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  72. f04a219 <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. by Enrico Granata · 13 years ago
  73. 1f5181a <rdar://problem/11744001> by Greg Clayton · 13 years ago
  74. 98d6da5 Make the error message when we time out waiting for debugserver to reply to the qLaunchSuccess packet less cryptic. by Jim Ingham · 13 years ago
  75. 4ceb928 Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather by Jim Ingham · 13 years ago
  76. babfc38 Fix a place in GDBRemoteCommunicationClient::SendContinuePacketAndWaitForReply where we weren't taking by Jim Ingham · 13 years ago
  77. d354405 <rdar://problem/11486302> by Greg Clayton · 13 years ago
  78. f1186de <rdar://problem/11529853> by Greg Clayton · 13 years ago
  79. 6463720 Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 13 years ago
  80. fb72fde Fixed a typo: "aync" => "async" by Greg Clayton · 13 years ago
  81. 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
  82. f86cf78 Remove repeated word. by Filipe Cabecinhas · 13 years ago
  83. c3c0b0e Remove the GetSequenceMutex timeout that isn't being used in the GDB remote plug-in. by Greg Clayton · 14 years ago
  84. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  85. 4463399 Added a new packet to our GDB remote protocol: by Greg Clayton · 14 years ago
  86. 9fc1355 Trying to solve our disappearing thread issues by making thread list updates safer. by Greg Clayton · 14 years ago
  87. 2687cd1 <rdar://problem/11052174> <rdar://problem/11051056> by Greg Clayton · 14 years ago
  88. cb349ee When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 14 years ago
  89. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  90. 46fb558 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 14 years ago
  91. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  92. e889ad6 <rdar://problem/10357230> by Greg Clayton · 14 years ago
  93. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  94. e1dadb8 Set the OS in the triple correctly in response to the qHostInfo packet. by Greg Clayton · 14 years ago
  95. 3418c85 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
  96. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  97. ba23ca0 Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 14 years ago
  98. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  99. adc00cb Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 14 years ago
  100. 5fe15d2 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 14 years ago