summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.cpp
Commit message (Expand)AuthorAgeFilesLines
* __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
* <rdar://problem/12693921>Greg Clayton2013-02-141-4/+4
* Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton2013-02-021-2/+130
* Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfoJason Molenda2013-01-231-2/+1
* Change the container-regs kv pair in the qRegsiterInfoJason Molenda2013-01-231-1/+1
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-1/+1
* <rdar://problem/13020634>Greg Clayton2013-01-211-0/+24
* <rdar://problem/13019628>Han Ming Ong2013-01-161-5/+5
* Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp;Jason Molenda2013-01-151-10/+37
* Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet.Jason Molenda2013-01-121-0/+5
* <rdar://problem/11961650> Jason Molenda2012-12-191-17/+45
* Add a new qProcessInfo packet to debugserver.Jason Molenda2012-12-181-0/+79
* <rdar://problem/12780259>Han Ming Ong2012-11-291-4/+4
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+85
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11935492>Greg Clayton2012-09-111-0/+7
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+33
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-32/+54
OpenPOWER on IntegriCloud