summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* If we fail to attach, return an error rather than returning the success or fa...Jim Ingham2014-02-041-1/+3
* Switch local launching of debugserver over to always use a FIFO in order to h...Greg Clayton2013-12-041-1/+0
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+84
* Fixed up registers in debugserver.Greg Clayton2013-11-091-432/+146
* Fix a few errors found when building lldb with newer versions of clang.Jason Molenda2013-10-051-2/+2
* Update RNBRemote to handle the new pseudo_regs field added to DNBRegisterInfoJason Molenda2013-10-011-9/+14
* Add a new qGDBServerVersion packet so lldb can queryJason Molenda2013-10-011-0/+14
* If debugserver fails to interrogate the inferior process CPU typeJason Molenda2013-06-251-1/+35
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-113/+19
* <rdar://problem/13892516>Greg Clayton2013-05-211-3/+18
* Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo -Jason Molenda2013-04-031-11/+3
* Fix another old usage of GetCurrentThread() to get a mach portJason Molenda2013-04-031-1/+1
* Add two additional DNBLog's in places where we're about to killJason Molenda2013-03-231-0/+1
* Various fixes for armv7 floating point/vector register support.Jason Molenda2013-03-131-59/+82
* <rdar://problem/13338758>Han Ming Ong2013-03-041-7/+35
OpenPOWER on IntegriCloud