1. ff5225b [Reproducer] Move GDB Remote Packet into Utility. (NFC) by Jonas Devlieghere · 6 years ago
  2. 2461061 Upstream macCatalyst support in debugserver and the macOS dynamic loader plugin. by Adrian Prantl · 6 years ago
  3. 509c8840 gdb-remote: fix the build on Windows by Saleem Abdulrasool · 7 years ago
  4. bd689b9 gdb-remote: reduce some inclusion of Target/Process.h by Saleem Abdulrasool · 7 years ago
  5. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 7 years ago
  6. f05b42e Bring Doxygen comment syntax in sync with LLVM coding style. by Adrian Prantl · 7 years ago
  7. 0e4c482 Pass ConstString by value (NFC) by Adrian Prantl · 7 years ago
  8. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  9. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  10. 2272c48 Use llvm::VersionTuple instead of manual version marshalling by Pavel Labath · 7 years ago
  11. 19dd1a0 Convert all RunShellCommand functions to use the Timeout class by Pavel Labath · 7 years ago
  12. 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  13. ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
  14. 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
  15. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  16. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  17. dab1d5f Adding Support for Error Strings in Remote Packets by Ravitheja Addepally · 8 years ago
  18. f2a8bcc Move StructuredData from Core to Utility by Pavel Labath · 8 years ago
  19. e714c4f Implementation of remote packets for Trace data. by Ravitheja Addepally · 8 years ago
  20. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  21. 7993cc5 Make LLDB skip server-client roundtrip for signals that don't require any actions by Eugene Zemtsov · 9 years ago
  22. 2fd9a1e Fix GDBRemoteCommunicationClientTest.TestPacketSpeedJSON by Pavel Labath · 9 years ago
  23. 3aa0491 Remove usages of TimeValue from gdb-remote process plugin by Pavel Labath · 9 years ago
  24. 2f1fbae gdb-remote: Add jModulesInfo packet by Pavel Labath · 9 years ago
  25. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  26. 5c95ee4 Revert "gdb-remote: Make the sequence mutex non-recursive" by Pavel Labath · 9 years ago
  27. 0faf373 gdb-remote: Make the sequence mutex non-recursive by Pavel Labath · 9 years ago
  28. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  29. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  30. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  31. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  32. 27402d2 Move QSyncThreadState packet generation to the gdb-remote client by Pavel Labath · 9 years ago
  33. 4b6f959 gdb-remote: Centralize thread specific packet handling by Pavel Labath · 9 years ago
  34. 56d7262 Move packet construction from GDBRemoteRegisterContext go the communication class by Pavel Labath · 9 years ago
  35. 5a123c4 Remove GetThreadSuffixSupported from GDBRemoteCommunication **base** class by Pavel Labath · 9 years ago
  36. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  37. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  38. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  39. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  40. 3739735 Add support to get the shared cache information from the new by Jason Molenda · 9 years ago
  41. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  42. 39f1189 Use Process Plugin register indices when communicating with remote by Francis Ricci · 10 years ago
  43. 50018d3 Add a small refinement to the qSymbol:: support in lldb. by Jason Molenda · 10 years ago
  44. 6f45529 Make sure we don't send qModuleInfo packets unnecessarily. by Stephane Sezer · 10 years ago
  45. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  46. edb35d9 Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. by Eugene Zelenko · 10 years ago
  47. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  48. 725666c [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint by Jaydeep Patil · 10 years ago
  49. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  50. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  51. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  52. 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
  53. 76df288 Add handling of async notify packets by Ewan Crawford · 10 years ago
  54. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  55. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  56. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  57. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  58. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  59. e034a04 Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server. by Greg Clayton · 10 years ago
  60. 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
  61. c3c95b2 Adds lldb support for querying the register mapping from gdbserver remote targets using qXfer:features:read packet. Only enabled if libxml2 enabled in build. by Colin Riley · 11 years ago
  62. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  63. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  64. 30b8cd3 Remove virtual and add override to all virtual functions in Process/gdb-remote. by Tamas Berghammer · 11 years ago
  65. 6801be3 Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. by Oleksiy Vyalov · 11 years ago
  66. 568b0de Fix warning that not all control-paths return from function. by Zachary Turner · 11 years ago
  67. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  68. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  69. 1ef7b2c Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target. by Oleksiy Vyalov · 11 years ago
  70. 0be9ebb Add missing switch cases to silence warnings. by Chaoren Lin · 11 years ago
  71. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  72. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  73. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  74. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  75. 9f72b3a Modify debugserver to follow gdb remote $qC protocol definition. by Todd Fiala · 11 years ago
  76. bdc4f12 Add GetxPacketSupported to test if the 'x' packet is supported. by Jason Molenda · 12 years ago
  77. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  78. 03904ac Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data. by Steve Pucci · 12 years ago
  79. 5ae54ae Support for debugging against a remote stock gdbserver. by Steve Pucci · 12 years ago
  80. a6195b7 Fix a bug introduced in asynchronous packet sends. We were not setting the packet result, and so by Jim Ingham · 12 years ago
  81. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  82. 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
  83. fb90931 Improved platform support. by Greg Clayton · 12 years ago
  84. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  85. f74cf86 <rdar://problem/15172417> by Greg Clayton · 12 years ago
  86. 9ac6d2d <rdar://problem/15263540> by Greg Clayton · 12 years ago
  87. 8960058 <rdar://problem/14146606> by Greg Clayton · 12 years ago
  88. b1de114 Fixed detection of 'p' packet support in debugserver, by Sean Callanan · 12 years ago
  89. 9a78cdf Discover support of 'p' packet. by Hafiz Abid Qadeer · 12 years ago
  90. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  91. 7f98240 <rdar://problem/13793059> by Greg Clayton · 12 years ago
  92. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 13 years ago
  93. 54e39db Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py by Daniel Malea · 13 years ago
  94. a23f73d Added an option to "process detach" to keep the process stopped, if the process plugin (or in the by Jim Ingham · 13 years ago
  95. e9ca4af Fix a handful of remaining assumptions that thread IDs were 32-bits by Jason Molenda · 13 years ago
  96. 4b6459f <rdar://problem/12976277> by Han Ming Ong · 13 years ago
  97. f17b5ac <rdar://problem/11961650> by Jason Molenda · 13 years ago
  98. 89660bf More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 13 years ago
  99. 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
  100. 279ceec Add a call to "sync" a thread state before checkpointing registers in preparation for by Jim Ingham · 13 years ago