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