| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb][NFC] Use static_cast instead of reinterpret_cast where possible | Raphael Isemann | 2020-01-07 | 1 | -2/+2 |
| * | Add arm64_32 support to lldb, an ILP32 codegen | Jason Molenda | 2019-10-16 | 1 | -0/+2 |
| * | [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) | Jonas Devlieghere | 2019-07-24 | 1 | -9/+10 |
| * | Revert "Revert "Add ReadCStringFromMemory for faster string reads"" | Antonio Afonso | 2019-07-23 | 1 | -0/+54 |
| * | Revert "Add ReadCStringFromMemory for faster string reads" | Antonio Afonso | 2019-06-25 | 1 | -54/+0 |
| * | Add ReadCStringFromMemory for faster string reads | Antonio Afonso | 2019-06-18 | 1 | -0/+54 |
| * | [NFC] Remove ASCII lines from comments | Jonas Devlieghere | 2019-04-10 | 1 | -2/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Fix log statement in r346093 | Pavel Labath | 2018-11-04 | 1 | -1/+1 |
| * | NativeProcessProtocol: Simplify breakpoint setting code | Pavel Labath | 2018-11-04 | 1 | -40/+183 |
| * | Pull FixupBreakpointPCAsNeeded into base class | Pavel Labath | 2018-10-03 | 1 | -0/+62 |
| * | Pull GetSoftwareBreakpointPCOffset into base class | Pavel Labath | 2018-09-30 | 1 | -0/+23 |
| * | NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class | Pavel Labath | 2018-09-13 | 1 | -0/+9 |
| * | Speculative fix for NetBSD bot for r341758 | Pavel Labath | 2018-09-09 | 1 | -6/+6 |
| * | Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode" | Pavel Labath | 2018-09-09 | 1 | -0/+37 |
| * | Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode" | Pavel Labath | 2018-09-08 | 1 | -32/+0 |
| * | Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode | Pavel Labath | 2018-09-05 | 1 | -0/+32 |
| * | Move RegisterValue,Scalar,State from Core to Utility | Pavel Labath | 2018-08-07 | 1 | -1/+1 |
| * | Reapply "Remove Process references from the Host module" | Pavel Labath | 2018-05-15 | 1 | -1/+0 |
| * | Revert "Remove Process references from the Host module" | Pavel Labath | 2018-05-14 | 1 | -0/+1 |
| * | Remove Process references from the Host module | Pavel Labath | 2018-05-14 | 1 | -1/+0 |
| * | Reflow paragraphs in comments. | Adrian Prantl | 2018-04-30 | 1 | -37/+35 |
| * | Remove ObjectFile usage from HostLinux::GetProcessInfo | Pavel Labath | 2018-01-29 | 1 | -24/+0 |
| * | Clean up NativeRegisterContext | Pavel Labath | 2017-11-10 | 1 | -10/+3 |
| * | Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder | Pavel Labath | 2017-11-09 | 1 | -10/+0 |
| * | Remove shared_pointer from NativeThreadProtocol | Pavel Labath | 2017-10-17 | 1 | -63/+43 |
| * | Add a NativeProcessProtocol Factory class | Pavel Labath | 2017-07-07 | 1 | -25/+8 |
| * | Add pretty-printer for wait(2) statuses and modernize the code handling them | Pavel Labath | 2017-06-19 | 1 | -28/+10 |
| * | Rename Error -> Status. | Zachary Turner | 2017-05-12 | 1 | -44/+46 |
| * | Reuse appropriate Launch and Attach on NetBSD | Kamil Rytarowski | 2017-03-22 | 1 | -1/+1 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | Hardware breakpoints for Linux on Arm/AArch64 targets | Omair Javaid | 2017-02-24 | 1 | -10/+98 |
| * | Implement QPassSignals GDB package in lldb-server | Pavel Labath | 2017-02-24 | 1 | -0/+6 |
| * | Prevent at compile time converting from Error::success() to Expected<T> | Mehdi Amini | 2016-11-11 | 1 | -1/+1 |
| * | Make the Error class constructor protected | Mehdi Amini | 2016-11-11 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -368/+313 |
| * | [NFC] Darwin llgs support from Week of Code | Todd Fiala | 2016-09-04 | 1 | -1/+27 |
| * | remove use of Mutex in favour of std::{,recursive_}mutex | Saleem Abdulrasool | 2016-05-18 | 1 | -28/+28 |
| * | [NativeProcessLinux] Integrate MainLoop | Pavel Labath | 2015-07-21 | 1 | -6/+2 |
| * | Revert "[NativeProcessLinux] Integrate MainLoop" | Pavel Labath | 2015-07-16 | 1 | -2/+6 |
| * | [NativeProcessLinux] Integrate MainLoop | Pavel Labath | 2015-07-15 | 1 | -6/+2 |
| * | Avoid going through Platform when creating a NativeProcessProtocol instance | Pavel Labath | 2015-07-09 | 1 | -0/+22 |
| * | Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un... | Oleksiy Vyalov | 2015-02-19 | 1 | -0/+6 |
| * | Fix TestThreadSpecificBreakpoint with LLGS | Tamas Berghammer | 2015-02-06 | 1 | -0/+4 |
| * | Implement setting and clearing watchpoints. | Chaoren Lin | 2015-02-03 | 1 | -8/+10 |
| * | Moving header files from source/Host/common to proper location. | Chaoren Lin | 2015-02-03 | 1 | -4/+4 |
| * | llgs: fix Ctrl-C inferior interrupt handling to do the right thing. | Todd Fiala | 2014-09-11 | 1 | -2/+21 |
| * | llgs: add proper exec support for Linux. | Todd Fiala | 2014-08-28 | 1 | -0/+15 |
| * | Add lldb-gdbserver support for Linux x86_64. | Todd Fiala | 2014-06-30 | 1 | -0/+397 |