summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/RNBRemote.h
Commit message (Expand)AuthorAgeFilesLines
* Mark private unimplemented functions as deletedJonas Devlieghere2019-05-151-2/+1
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-407/+379
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+6
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-6/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+6
* Add support to debugserver for some new ways to interact with dyldJason Molenda2016-07-071-0/+2
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-0/+1
* Fix warnings.Bruce Mitchener2015-07-221-1/+1
* More packet performance improvements. Greg Clayton2015-07-171-1/+1
* Added the ability to get JSON thread stop info with thread ID and stop info o...Greg Clayton2015-07-151-0/+3
* Add a another packet to the gdb-remote protocol,Jason Molenda2015-07-101-0/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-0/+2
* Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton2015-06-231-1/+70
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-2/+0
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-0/+2
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-1/+17
* Add a new "qEcho" packet with the following format:Greg Clayton2015-05-291-0/+2
* Added XML to the host layer.Greg Clayton2015-05-261-0/+2
* Fix a few typos.Bruce Mitchener2014-06-271-1/+1
* Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham2014-06-251-0/+2
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-0/+2
* Add a simple qSupported packet, fix a bug in decode_binary_data(), Jason Molenda2014-05-061-0/+4
* lldb arm64 import.Jason Molenda2014-03-291-0/+2
* Add support for the qSpeedTest packet so we can test packet speeds and data t...Greg Clayton2014-02-211-2/+2
* <rdar://problem/15172417>Greg Clayton2013-11-131-1/+5
* Fixed up registers in debugserver.Greg Clayton2013-11-091-6/+0
* Add a new qGDBServerVersion packet so lldb can queryJason Molenda2013-10-011-0/+2
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-35/+0
* <rdar://problem/13892516>Greg Clayton2013-05-211-1/+1
* <rdar://problem/12693921>Greg Clayton2013-02-141-2/+2
* Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton2013-02-021-1/+2
* <rdar://problem/13019628>Han Ming Ong2013-01-161-2/+2
* Add a new qProcessInfo packet to debugserver.Jason Molenda2012-12-181-0/+2
* <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong2012-11-171-0/+6
* Add a call to "sync" a thread state before checkpointing registers in prepara...Jim Ingham2012-07-251-0/+4
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-0/+3
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+2
* Added a new packet to our GDB remote protocol:Greg Clayton2012-04-101-5/+7
* http://llvm.org/bugs/show_bug.cgi?id=11715Johnny Chen2012-01-061-1/+1
* Remove the QAddressIsExecutable packet I added last night.Jason Molenda2011-11-091-2/+2
* Add "QAddressIsExecutable" packet to debugserver. Used to testJason Molenda2011-11-081-0/+2
* RNBRemote.cpp, RNBRemote.h: Add a new qGetPid packet which returnsJason Molenda2011-07-261-0/+2
* Add support for a QEnvironmentHexEncoded packet which takes itsJason Molenda2011-06-251-0/+2
* Fixed not being able to launch the i386 slice of a universal binary by addingGreg Clayton2011-05-081-0/+2
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-8/+0
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-0/+20
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-1/+12
OpenPOWER on IntegriCloud