| Commit message (Expand) | Author | Age | Files | Lines |
| * | Modify "platform connect" to connect to processes as well | Tamas Berghammer | 2015-12-08 | 1 | -0/+26 |
| * | Have debugserver send the OS version string plus | Jason Molenda | 2015-08-12 | 1 | -1/+4 |
| * | Add jThreadsInfo support to lldb-server | Pavel Labath | 2015-07-16 | 1 | -0/+64 |
| * | Add a another packet to the gdb-remote protocol, | Jason Molenda | 2015-07-10 | 1 | -0/+83 |
| * | Add a new wart, I mean feature, on to gdb-remote protocol: compression. | Jason Molenda | 2015-06-18 | 1 | -0/+63 |
| * | Fetch object file load address if it isn't specified by the linker | Tamas Berghammer | 2015-06-18 | 1 | -0/+18 |
| * | Fix a variety of typos. | Bruce Mitchener | 2015-06-18 | 1 | -1/+1 |
| * | Doc talks about Platform_RunCommand while we actually use Platform_shell. | Chaoren Lin | 2015-05-11 | 1 | -2/+2 |
| * | test commit. | Aidan Dodds | 2015-04-17 | 1 | -1/+1 |
| * | Copy paste error in gdb-remote doc. | Chaoren Lin | 2015-04-04 | 1 | -1/+1 |
| * | Add qModuleInfo request in order to get module information (uuid, triple,..) ... | Oleksiy Vyalov | 2015-02-25 | 1 | -0/+15 |
| * | Fix the communication in qPlatform_[mkdir,chmod] | Tamas Berghammer | 2015-02-23 | 1 | -0/+42 |
| * | Fix a typo in lldb-gdb-remote.txt. | Stephane Sezer | 2014-11-20 | 1 | -1/+1 |
| * | Change the encoding of the Triple string exchanged across GDB-RSP | Matthew Gardiner | 2014-08-01 | 1 | -6/+5 |
| * | Improve documentation on triple encoding expectations for qHostInfo response. | Todd Fiala | 2014-07-23 | 1 | -0/+1 |
| * | Fix typos. | Bruce Mitchener | 2014-07-01 | 1 | -2/+2 |
| * | Add lldb-gdbserver support for Linux x86_64. | Todd Fiala | 2014-06-30 | 1 | -1/+1 |
| * | Fix a few typos. | Bruce Mitchener | 2014-06-27 | 1 | -2/+2 |
| * | Add documentation about the jThreadExtendedInfo packet. | Jason Molenda | 2014-06-13 | 1 | -0/+59 |
| * | Fix a couple minor typos in $qMemoryRegionInfo packet docs. | Todd Fiala | 2014-06-04 | 1 | -2/+2 |
| * | Fix the quoting in my x packet documentation so it's | Jason Molenda | 2014-05-13 | 1 | -1/+1 |
| * | Documented our "attach" extension packets. | Jim Ingham | 2014-05-09 | 1 | -0/+55 |
| * | Add a simple qSupported packet, fix a bug in decode_binary_data(), | Jason Molenda | 2014-05-06 | 1 | -0/+34 |
| * | Note that qHostInfo prints the cputype and cpusubtype in base10; | Jason Molenda | 2014-01-25 | 1 | -4/+4 |
| * | Added distribution info to ArchSpec and qHostInfo message. | Todd Fiala | 2014-01-18 | 1 | -0/+1 |
| * | Test commit. Capitalize 'os'. | Colin Riley | 2013-11-20 | 1 | -1/+1 |
| * | Added documentation or the new QSaveRegisterState and QRestoreRegisterState p... | Greg Clayton | 2013-11-13 | 1 | -0/+55 |
| * | Update the key/value documentation for the qHostInfo packet. | Greg Clayton | 2013-10-25 | 1 | -3/+10 |
| * | Document the QEnvironmentHexEncoded packet, and explain why it is | Jason Molenda | 2013-10-10 | 1 | -0/+33 |
| * | Clarify how to handle a thread register context with a gap | Jason Molenda | 2013-10-08 | 1 | -4/+16 |
| * | Add a new qGDBServerVersion packet so lldb can query | Jason Molenda | 2013-10-01 | 1 | -10/+65 |
| * | As promised in previous commit, docs for qPlatform_RunCommand. | Daniel Malea | 2013-08-27 | 1 | -4/+20 |
| * | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea | 2013-08-26 | 1 | -0/+134 |
| * | Document the extended detach packet. | Jim Ingham | 2013-06-07 | 1 | -0/+20 |
| * | Updated the register numbering base documentation for the "gcc", "dwarf", "co... | Greg Clayton | 2013-03-12 | 1 | -4/+8 |
| * | Fix document typos, indentation in python code, and API examples. | Daniel Malea | 2013-02-12 | 1 | -13/+13 |
| * | Change the container-regs kv pair in the qRegsiterInfo | Jason Molenda | 2013-01-23 | 1 | -43/+43 |
| * | Clear up the documentation for the "container-regs" and "invalidate-regs" key... | Greg Clayton | 2013-01-21 | 1 | -4/+20 |
| * | Changed the register number lists for the qRegisterInfo packet response to be... | Greg Clayton | 2013-01-21 | 1 | -6/+6 |
| * | Updated the LLDB qRegisterInfo documentation to contain information on the ne... | Greg Clayton | 2013-01-21 | 1 | -0/+30 |
| * | <rdar://problem/11961650> | Jason Molenda | 2012-12-19 | 1 | -2/+15 |
| * | Add a new qProcessInfo packet to debugserver. | Jason Molenda | 2012-12-18 | 1 | -0/+31 |
| * | When unwinding from the first frame, try to ask the remote debugserver | Jason Molenda | 2011-12-13 | 1 | -0/+12 |
| * | I added more complete documentation on all of the new packets we use in LLDB | Greg Clayton | 2011-11-29 | 1 | -100/+333 |
| * | Added some documentation on the new GDB remote packets we have added and use | Greg Clayton | 2011-11-28 | 1 | -0/+491 |