summaryrefslogtreecommitdiff
path: root/lldb/docs/lldb-gdb-remote.txt
AgeCommit message (Expand)Author
2018-04-05Fix error in QEnableErrorStrings gdb-remote docsPavel Labath
2017-07-12Adding Support for Error Strings in Remote PacketsRavitheja Addepally
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally
2017-02-24Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer
2016-07-07Add support to debugserver for some new ways to interact with dyldJason Molenda
2016-06-23Revert r273524, it may have been the cause of a linux testbot failureJason Molenda
2016-06-23Do some minor renames of "Mac OS X" to "macOS".Jason Molenda
2015-12-15Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-08-12Have debugserver send the OS version string plusJason Molenda
2015-07-16Add jThreadsInfo support to lldb-serverPavel Labath
2015-07-10Add a another packet to the gdb-remote protocol,Jason Molenda
2015-06-18Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-05-11Doc talks about Platform_RunCommand while we actually use Platform_shell.Chaoren Lin
2015-04-17test commit.Aidan Dodds
2015-04-04Copy paste error in gdb-remote doc.Chaoren Lin
2015-02-25Add qModuleInfo request in order to get module information (uuid, triple,..) ...Oleksiy Vyalov
2015-02-23Fix the communication in qPlatform_[mkdir,chmod]Tamas Berghammer
2014-11-20Fix a typo in lldb-gdb-remote.txt.Stephane Sezer
2014-08-01Change the encoding of the Triple string exchanged across GDB-RSPMatthew Gardiner
2014-07-23Improve documentation on triple encoding expectations for qHostInfo response.Todd Fiala
2014-07-01Fix typos.Bruce Mitchener
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-06-27Fix a few typos.Bruce Mitchener
2014-06-13Add documentation about the jThreadExtendedInfo packet.Jason Molenda
2014-06-04Fix a couple minor typos in $qMemoryRegionInfo packet docs.Todd Fiala
2014-05-13Fix the quoting in my x packet documentation so it'sJason Molenda
2014-05-09Documented our "attach" extension packets.Jim Ingham
2014-05-06Add a simple qSupported packet, fix a bug in decode_binary_data(),Jason Molenda
2014-01-25Note that qHostInfo prints the cputype and cpusubtype in base10;Jason Molenda
2014-01-18Added distribution info to ArchSpec and qHostInfo message.Todd Fiala
2013-11-20Test commit. Capitalize 'os'.Colin Riley
2013-11-13Added documentation or the new QSaveRegisterState and QRestoreRegisterState p...Greg Clayton
2013-10-25Update the key/value documentation for the qHostInfo packet.Greg Clayton
2013-10-10Document the QEnvironmentHexEncoded packet, and explain why it isJason Molenda
2013-10-08Clarify how to handle a thread register context with a gapJason Molenda
2013-10-01Add a new qGDBServerVersion packet so lldb can queryJason Molenda
2013-08-27As promised in previous commit, docs for qPlatform_RunCommand.Daniel Malea
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-06-07Document the extended detach packet.Jim Ingham
2013-03-12Updated the register numbering base documentation for the "gcc", "dwarf", "co...Greg Clayton
2013-02-12Fix document typos, indentation in python code, and API examples.Daniel Malea
2013-01-23Change the container-regs kv pair in the qRegsiterInfoJason Molenda
2013-01-21Clear up the documentation for the "container-regs" and "invalidate-regs" key...Greg Clayton
2013-01-21Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton
2013-01-21Updated the LLDB qRegisterInfo documentation to contain information on the ne...Greg Clayton