summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* [debugserver] Fix OSX build for older XCode versions after r251091.Dawn Perchik2015-10-241-0/+4
* [debugserver] Fix indentation in RNBRemote.cpp.Dawn Perchik2015-10-241-77/+77
* Remove some tabs that snuck into debugserver-entitlements.plist, etc.Jason Molenda2015-10-231-2/+0
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-6/+241
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* A partner to the cleanup in r247741, change the variables names inJason Molenda2015-09-151-10/+10
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-2/+2
* Have debugserver send the OS version string plusJason Molenda2015-08-121-0/+15
* Fix build of lldb on Mavericks after svn rev.243511.Dawn Perchik2015-07-311-2/+2
* When debugserver fails to attach to a process on a DarwinJason Molenda2015-07-291-6/+60
* Fix the variable used to reply to the qGDBServerVersionJason Molenda2015-07-221-1/+1
* Fix warnings.Bruce Mitchener2015-07-221-12/+13
* More packet performance improvements. Greg Clayton2015-07-171-47/+52
* Only include the stack memory for the caller stackJason Molenda2015-07-161-3/+3
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-151-62/+109
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+46
* Fix debugserver build after someone moved StrintExtractor.h.Greg Clayton2015-07-071-1/+1
* More packet reduction when debugging with GDB server.Greg Clayton2015-06-291-0/+19
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-6/+193
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-10/+228
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-193/+6
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-6/+193
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-5/+280
* Make the function that parses the json packets in debugserverJason Molenda2015-06-041-5/+17
* Add '+' sign at the end of echo message for debugserverYing Chen2015-05-291-1/+1
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-1/+12
* Added XML to the host layer.Greg Clayton2015-05-261-22/+413
* qProcessInfo was not correctly detecting the sysctl value for "hw.cpu64bit_ca...Greg Clayton2015-05-071-4/+2
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-36/+39
* Fix unused-variable warnings from the clang static analyzer.Jason Molenda2014-10-151-2/+2
* Increase the gdb-remote packet timeout for the first packet we sendJason Molenda2014-07-241-0/+19
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-2/+2
* Make sure that qProcessInfo packet returns correct cpu type/subtype for proce...Greg Clayton2014-07-081-12/+17
* Fix typos.Bruce Mitchener2014-07-011-6/+6
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+1
* Fix a few typos.Bruce Mitchener2014-06-271-3/+3
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+19
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+334
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-1/+55
* Add support for gdb remote $X stop notification.Todd Fiala2014-05-191-1/+1
* Modify debugserver to follow gdb remote $qC protocol definition.Todd Fiala2014-05-071-5/+11
* Add a simple qSupported packet, fix a bug in decode_binary_data(), Jason Molenda2014-05-061-8/+103
* Fixed an issue where we would try to interrupt a process while it is in the p...Greg Clayton2014-04-241-5/+6
* lldb arm64 import.Jason Molenda2014-03-291-6/+79
* Wait for the reply from the 'D' detach packet before tearing down the debugge...Jim Ingham2014-03-281-2/+10
* Since lldb version doesn’t have to be a valid floating point literal, like ...Todd Fiala2014-03-131-1/+1
* Add support for the qSpeedTest packet so we can test packet speeds and data t...Greg Clayton2014-02-211-1/+24
* Don’t leak memory when reading memory and we do an early return for error c...Greg Clayton2014-02-111-4/+3
* Change RNBRemote::HandlePacket_m() to store the packet on the heapJason Molenda2014-02-111-1/+6
OpenPOWER on IntegriCloud