| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable AUTOBRIEF in doxygen configuration. | Adrian Prantl | 2018-05-02 | 1 | -2/+2 |
| * | Fix error in QEnableErrorStrings gdb-remote docs | Pavel Labath | 2018-04-05 | 1 | -1/+1 |
| * | Compile the LLDB tests out-of-tree. | Adrian Prantl | 2018-01-30 | 1 | -11/+13 |
| * | [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY='' | Vedant Kumar | 2018-01-18 | 1 | -3/+8 |
| * | 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 |
| * | Small tweaks to the markup in StructuredDataPlugins. | Jason Molenda | 2016-12-13 | 1 | -6/+6 |
| * | Touch-up the markup of the DarwinLog.md documentation. | Jason Molenda | 2016-12-13 | 1 | -29/+29 |
| * | gdb-remote: Add jModulesInfo packet | Pavel Labath | 2016-09-08 | 1 | -0/+22 |
| * | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 2 | -0/+296 |
| * | Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" | Todd Fiala | 2016-08-19 | 2 | -296/+0 |
| * | Add StructuredData plugin type; showcase with new DarwinLog feature | Todd Fiala | 2016-08-19 | 2 | -0/+296 |
| * | 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 | 2 | -5/+5 |
| * | Do some minor renames of "Mac OS X" to "macOS". | Jason Molenda | 2016-06-23 | 2 | -5/+5 |
| * | test commit | Francis Ricci | 2016-04-25 | 1 | -1/+1 |
| * | Include -c, -core in the lldb(1) man page | Ed Maste | 2015-12-16 | 1 | -1/+4 |
| * | Man page whitespace/formatting change to appease igor(1) | Ed Maste | 2015-12-16 | 1 | -11/+18 |
| * | 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 |
| * | Improve man page markup | Ed Maste | 2015-07-31 | 1 | -18/+43 |
| * | 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 | Ewan Crawford | 2015-04-28 | 1 | -1/+1 |
| * | Start to share SWIG interface files between languages. | Bruce Mitchener | 2015-04-24 | 1 | -1/+1 |
| * | 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 code-signing.txt | Enrico Granata | 2015-01-27 | 1 | -1/+1 |
| * | [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX | Chandler Carruth | 2014-12-29 | 1 | -1/+1 |
| * | Fix lldb(1) man page formatting | Ed Maste | 2014-11-24 | 1 | -16/+16 |
| * | 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 | 2 | -3/+3 |
| * | 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 |