summaryrefslogtreecommitdiffstats
path: root/lldb/docs/lldb-platform-packets.txt
Commit message (Collapse)AuthorAgeFilesLines
* Expand on the qfProcessInfo documentation, add examples fromJason Molenda2019-10-041-4/+33
| | | | | | lldb-gdb-remote.txt and text explaining the no-criteria mode. llvm-svn: 373789
* Add a description of the similar packets defined in theJason Molenda2018-12-161-3/+18
| | | | | | | | | | | gdb-remote serial protocol documentation, call out the incompatability of lldb's vFile:open: packet as it stands today. Need to think about whether to change lldb's enum values (breaking any existing lldb-server's out there) or create a different packet and abandon vFile:open: at least for a while. llvm-svn: 349316
* Clarify a few minor details.Jason Molenda2018-12-161-7/+8
| | | | llvm-svn: 349313
* Update the vFile:open: description to note that the flagsJason Molenda2018-12-151-1/+3
| | | | | | | | | | in the packet are lldb enum values, not the open(2) oflags -- forgot about that wrinkle. Also added a comment to File.h noting that the existing values cannot be modified or we'll have a compatibilty break with any alternative platform implementations, or older versions of lldb-server. llvm-svn: 349282
* Ah, forgot qModuleInfo. Need to look that one upJason Molenda2018-12-151-0/+11
| | | | | | and finish filling this in. llvm-svn: 349232
* A brief outline of the packets that need to be implementedJason Molenda2018-12-151-0/+375
to write an lldb platform server that doesn't link against LLDB.framework to be able to fully run the lldb testsuite on a remote system. The platform packets weren't covered in the existing lldb-gdb-remote.txt doc, so I wanted to jot them down in one place. llvm-svn: 349231
OpenPOWER on IntegriCloud