1. 8d20cfd [NFC] Replace `compare` with (in)equality operator where applicable. by Jonas Devlieghere · 7 years ago
  2. 681f6c2 Un-conditionalize use of libcompression. debugserver only builds by Jason Molenda · 7 years ago
  3. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  4. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  5. a105097 Remove llvm include from debugserver, change by Jason Molenda · 7 years ago
  6. 567906d Add missing include by Adrian Prantl · 7 years ago
  7. 96d37cf Annotate switch with LLVM_FALLTHROUGH by Adrian Prantl · 7 years ago
  8. 9391061 Delete some dead code by Alex Langford · 7 years ago
  9. 6e9f771 Silence compiler warning. by Adrian Prantl · 7 years ago
  10. e185dcf Revert "[debugserver] Remove dead function call. NFCI." by Davide Italiano · 7 years ago
  11. 0bd55b1 [debugserver] Remove dead function call. NFCI. by Davide Italiano · 7 years ago
  12. cd90f87 [debugserver] Fix LC_BUILD_VERSION load command handling. by Frederic Riss · 7 years ago
  13. a1bd950 Upstreaming avx512 register support in debugserver. These changes by Jason Molenda · 8 years ago
  14. c4dd04c When parsing the target.xml register file, if no architecture has by Jason Molenda · 8 years ago
  15. aae5b69 Change uses of strncpy in debugserver to strlcpy for better safety. by Jason Molenda · 8 years ago
  16. 07d9561 Fix misc -Wcast-qual warnings, NFC by Vedant Kumar · 8 years ago
  17. 606908a Remove no-op function pointer null checks, NFC by Vedant Kumar · 8 years ago
  18. d2d4c8d Update default cpu subtype for armv7 processes to armv7k, the most by Jason Molenda · 8 years ago
  19. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  20. 11506a9 Correct the names of some target conditional defines in debugserver. by Jason Molenda · 8 years ago
  21. 3ca3856 Fix the last commit; compression was being enabled on mac native which led to by Jason Molenda · 9 years ago
  22. 5a6826e Enable compression capability in debugserver for all of ios/watchos/tvos by Jason Molenda · 9 years ago
  23. 72090c2 Move StdStringExtractor to tools/debugserver by Pavel Labath · 9 years ago
  24. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  25. 44c35e8 Copy StringExtractor to StdStringExtractor. by Zachary Turner · 9 years ago
  26. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  27. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  28. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  29. abd6186 Undo usage of LLVM macros in debugserver by Todd Fiala · 9 years ago
  30. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  31. a299231 Add support to debugserver for some new ways to interact with dyld by Jason Molenda · 9 years ago
  32. d97dd11 debugserver; fix -Wunused-local-typedef, -Wunused-variable warnings by Saleem Abdulrasool · 9 years ago
  33. 247731d debugserver: fix a couple of -Wmissing-field-initializers warnings by Saleem Abdulrasool · 9 years ago
  34. 4533f7b debugserver: fix some -Wpessimizing-move warnings by Saleem Abdulrasool · 9 years ago
  35. 2bb8188 debugserver: fix a few -Wcovered-swift-default warnings by Saleem Abdulrasool · 9 years ago
  36. 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
  37. 17499dd A while back in revison 244716 we added support for getting the host OS version info from debugserver. We added keys to "qHostInfo" that were "osmajor", "osminor" and "ospatch", but no one ever parsed those, so I am removing them from debugserver. We accidentally also added a "version" key to qHostInfo instead of "os_version". So now we need to support both "version" and "os_version" in qHostInfo since we have debugserver binaries out in the wild that support this old packet type. I have updated debugserver ot use the correct "os_version" for future compatability or correctness. by Greg Clayton · 10 years ago
  38. 10badfc Fixed some #ifdefs. We were erroneously not supporting certain simulators. by Sean Callanan · 10 years ago
  39. 77f8935 Changes to lldb and debugserver to reduce extraneous memory reads by Jason Molenda · 10 years ago
  40. 0c015c6 In the questionmark packet ("T"), print the "threads:" and "thread-pcs:" by Jason Molenda · 10 years ago
  41. 26d84e8 Change the key name for the libdispatch queue serial number from by Jason Molenda · 10 years ago
  42. 7e9bd59 Add a new "thread-pcs" key-value pair to the T packet response from by Jason Molenda · 10 years ago
  43. 0071be6 When supplying memory to expedite the unwinds in the T packet, by Jason Molenda · 10 years ago
  44. e3f250d [debugserver] Fix OSX build for older XCode versions after r251091. by Dawn Perchik · 10 years ago
  45. 51ac8a0 [debugserver] Fix indentation in RNBRemote.cpp. by Dawn Perchik · 10 years ago
  46. b9d5459 Remove some tabs that snuck into debugserver-entitlements.plist, etc. by Jason Molenda · 10 years ago
  47. c611a74 Upstreaming the apple internal changes that accumulated during the by Jason Molenda · 10 years ago
  48. adb9982 Fix typos. by Bruce Mitchener · 10 years ago
  49. 9878e3b A partner to the cleanup in r247741, change the variables names in by Jason Molenda · 10 years ago
  50. 63bd0db Clean up register naming conventions inside lldb. by Jason Molenda · 10 years ago
  51. 6acc86c Have debugserver send the OS version string plus by Jason Molenda · 10 years ago
  52. 3cb6dd6 Fix build of lldb on Mavericks after svn rev.243511. by Dawn Perchik · 10 years ago
  53. 752e1e8 When debugserver fails to attach to a process on a Darwin by Jason Molenda · 10 years ago
  54. 5d935e8 Fix the variable used to reply to the qGDBServerVersion by Jason Molenda · 10 years ago
  55. a026de0 Fix warnings. by Bruce Mitchener · 10 years ago
  56. 2e30907 More packet performance improvements. by Greg Clayton · 10 years ago
  57. d25d72f Only include the stack memory for the caller stack by Jason Molenda · 10 years ago
  58. 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
  59. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  60. a7b2690 Fix debugserver build after someone moved StrintExtractor.h. by Greg Clayton · 10 years ago
  61. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  62. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  63. 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
  64. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  65. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  66. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  67. 294af5c Make the function that parses the json packets in debugserver by Jason Molenda · 10 years ago
  68. 223dd95 Add '+' sign at the end of echo message for debugserver by Ying Chen · 10 years ago
  69. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  70. d04f0ed Added XML to the host layer. by Greg Clayton · 10 years ago
  71. 3d415cd qProcessInfo was not correctly detecting the sysctl value for "hw.cpu64bit_capable". by Greg Clayton · 10 years ago
  72. ee2ed52 Fix debugserver warnings on MacOSX. by Greg Clayton · 11 years ago
  73. aeb9a06 Fix unused-variable warnings from the clang static analyzer. by Jason Molenda · 11 years ago
  74. 36a216e Increase the gdb-remote packet timeout for the first packet we send by Jason Molenda · 11 years ago
  75. 013434e __arm64__ and __aarch64__ #ifdef adjustments by Todd Fiala · 11 years ago
  76. 389be95 Make sure that qProcessInfo packet returns correct cpu type/subtype for processes on Haswell machines with a Haswell enabled kernel. by Greg Clayton · 11 years ago
  77. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  78. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  79. 6a7f333 Fix a few typos. by Bruce Mitchener · 11 years ago
  80. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  81. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  82. 7ab7f89 iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator apps and binaries. by Greg Clayton · 11 years ago
  83. ff6131a Add support for gdb remote $X stop notification. by Todd Fiala · 11 years ago
  84. 9f72b3a Modify debugserver to follow gdb remote $qC protocol definition. by Todd Fiala · 11 years ago
  85. 018ff31 Add a simple qSupported packet, fix a bug in decode_binary_data(), by Jason Molenda · 11 years ago
  86. 4296c22 Fixed an issue where we would try to interrupt a process while it is in the process of naturally stopping due to another reason (breakpoint, or step). by Greg Clayton · 11 years ago
  87. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  88. 6c8824d Wait for the reply from the 'D' detach packet before tearing down the debugger. Avoids a race by Jim Ingham · 12 years ago
  89. c3ec337 Since lldb version doesn’t have to be a valid floating point literal, like x.y.z, by Todd Fiala · 12 years ago
  90. e5671d9 Add support for the qSpeedTest packet so we can test packet speeds and data throughput. by Greg Clayton · 12 years ago
  91. f075824 Don’t leak memory when reading memory and we do an early return for error conditions. by Greg Clayton · 12 years ago
  92. e54a0bf Change RNBRemote::HandlePacket_m() to store the packet on the heap by Jason Molenda · 12 years ago
  93. 1c6da87 If we fail to attach, return an error rather than returning the success or failure by Jim Ingham · 12 years ago
  94. 91a9b247 Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver. by Greg Clayton · 12 years ago
  95. f74cf86 <rdar://problem/15172417> by Greg Clayton · 12 years ago
  96. 8548002 Fixed up registers in debugserver. by Greg Clayton · 12 years ago
  97. 27148b3 Fix a few errors found when building lldb with newer versions of clang. by Jason Molenda · 12 years ago
  98. f2dd4ef Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfo by Jason Molenda · 12 years ago
  99. de111a4 Add a new qGDBServerVersion packet so lldb can query by Jason Molenda · 12 years ago
  100. 7a32393 If debugserver fails to interrogate the inferior process CPU type by Jason Molenda · 12 years ago