| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create a generic handler for Xfer packets | Antonio Afonso | 2019-06-10 | 1 | -2/+2 |
| * | [lldb-server] Support 'g' packets | Pavel Labath | 2019-05-30 | 1 | -3/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove comments after header includes. | Jonas Devlieghere | 2018-11-11 | 1 | -1/+1 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -7/+6 |
| * | Move StringExtractorGDBRemote.h to the include folder | Pavel Labath | 2018-03-20 | 1 | -1/+1 |
| * | Added a missing "break;" after seeing a clang warning about potential fall th... | Greg Clayton | 2017-07-21 | 1 | -0/+1 |
| * | Fixing Android builder | Ravitheja Addepally | 2017-07-12 | 1 | -5/+5 |
| * | Adding Support for Error Strings in Remote Packets | Ravitheja Addepally | 2017-07-12 | 1 | -4/+33 |
| * | Implementation of remote packets for Trace data. | Ravitheja Addepally | 2017-05-26 | 1 | -0/+10 |
| * | iwyu fixes on lldbUtility. | Zachary Turner | 2017-04-06 | 1 | -6/+3 |
| * | Implement QPassSignals GDB package in lldb-server | Pavel Labath | 2017-02-24 | 1 | -0/+4 |
| * | gdb-remote: Add jModulesInfo packet | Pavel Labath | 2016-09-08 | 1 | -0/+2 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -460/+505 |
| * | Remove some lldbassert's from the packet checking code. | Jim Ingham | 2016-05-07 | 1 | -5/+0 |
| * | Fixed an issue that could cause debugserver to return two stop reply packets ... | Greg Clayton | 2016-04-01 | 1 | -2/+134 |
| * | Fix all of the unannotated switch cases to annotate the fall through or do th... | Greg Clayton | 2016-02-26 | 1 | -1/+1 |
| * | Modify "platform connect" to connect to processes as well | Tamas Berghammer | 2015-12-08 | 1 | -3/+7 |
| * | lldb-server: add support for binary memory reads | Pavel Labath | 2015-10-14 | 1 | -0/+6 |
| * | Fix jSignalsInfo packet handling. | Oleksiy Vyalov | 2015-07-27 | 1 | -1/+1 |
| * | Add jThreadsInfo support to lldb-server | Pavel Labath | 2015-07-16 | 1 | -1/+3 |
| * | Refactor Unix signals. | Chaoren Lin | 2015-07-14 | 1 | -2/+6 |
| * | Fetch object file load address if it isn't specified by the linker | Tamas Berghammer | 2015-06-18 | 1 | -0/+4 |
| * | Add support for the qEcho command to lldb-server in the common packets. | Greg Clayton | 2015-05-29 | 1 | -0/+4 |
| * | Remote Non-Stop Support | Ewan Crawford | 2015-05-13 | 1 | -0/+4 |
| * | Add qModuleInfo request in order to get module information (uuid, triple,..) ... | Oleksiy Vyalov | 2015-02-25 | 1 | -0/+1 |
| * | Add support for SBProcess::PutSTDIN to remote processes | Vince Harron | 2015-02-06 | 1 | -0/+3 |
| * | Fix the ability of "lldb-platform" to upload files. | Greg Clayton | 2014-09-18 | 1 | -6/+7 |
| * | Add lldb-gdbserver support for Linux x86_64. | Todd Fiala | 2014-06-30 | 1 | -0/+5 |
| * | Added an option to turn OFF the "detach on error" behavior that was added | Jim Ingham | 2014-06-25 | 1 | -0/+1 |
| * | Extends StringExtractorGDBRemote to support debugger packets. | Jean-Daniel Dupas | 2013-12-05 | 1 | -9/+136 |
| * | Expose SBPlatform through the public API. | Greg Clayton | 2013-11-20 | 1 | -12/+16 |
| * | merge lldb-platform-work branch (and assorted fixes) into trunk | Daniel Malea | 2013-08-26 | 1 | -2/+43 |
| * | Moved the execution context that was in the Debugger into | Greg Clayton | 2011-04-12 | 1 | -22/+64 |
| * | Added a speed test to the GDBRemoteCommunicationClient and | Greg Clayton | 2011-04-04 | 1 | -1/+3 |
| * | Many improvements to the Platform base class and subclasses. The base Platform | Greg Clayton | 2011-03-30 | 1 | -1/+11 |
| * | Did a lot more work on abtracting and organizing the platforms. | Greg Clayton | 2011-03-24 | 1 | -0/+5 |
| * | Add a missing include needed on Linux and remove a trailing comma. | Stephen Wilson | 2011-03-23 | 1 | -2/+3 |
| * | Added new platform commands: | Greg Clayton | 2011-03-23 | 1 | -0/+5 |
| * | Split the GDBRemoteCommunication class into three classes: | Greg Clayton | 2011-03-22 | 1 | -11/+39 |
| * | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -1/+1 |
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+89 |