| Commit message (Expand) | Author | Age | Files | Lines |
| * | Upstream debugserver arm64e support. | Jason Molenda | 2019-12-04 | 1 | -0/+7 |
| * | [android/process list] support showing process arguments | Walter Erquinigo | 2019-10-16 | 1 | -116/+119 |
| * | [Docs] Modernize references to macOS | J. Ryan Stinnett | 2019-05-30 | 1 | -7/+7 |
| * | Rename MacOS X -> macOS where applicable. | Adrian Prantl | 2019-05-14 | 1 | -5/+5 |
| * | Fix error in QEnableErrorStrings gdb-remote docs | Pavel Labath | 2018-04-05 | 1 | -1/+1 |
| * | Adding Support for Error Strings in Remote Packets | Ravitheja Addepally | 2017-07-12 | 1 | -9/+36 |
| * | Implementation of remote packets for Trace data. | Ravitheja Addepally | 2017-05-26 | 1 | -0/+157 |
| * | Fix a race condition in FuncUnwinders where the mutex was being | Jason Molenda | 2017-02-24 | 1 | -1/+1 |
| * | gdb-remote: Add jModulesInfo packet | Pavel Labath | 2016-09-08 | 1 | -0/+22 |
| * | Support loading files even when incorrect file name specified by the linker | Tamas Berghammer | 2016-07-22 | 1 | -0/+6 |
| * | Add support to debugserver for some new ways to interact with dyld | Jason Molenda | 2016-07-07 | 1 | -19/+47 |
| * | Revert r273524, it may have been the cause of a linux testbot failure | Jason Molenda | 2016-06-23 | 1 | -3/+3 |
| * | Do some minor renames of "Mac OS X" to "macOS". | Jason Molenda | 2016-06-23 | 1 | -3/+3 |
| * | Add a new "thread-pcs" key-value pair to the T packet response from | Jason Molenda | 2015-12-15 | 1 | -0/+50 |
| * | 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 |