1. b075bbd Fix log statement in r346093 by Pavel Labath · 7 years ago
  2. be82851 NativeProcessProtocol: Simplify breakpoint setting code by Pavel Labath · 7 years ago
  3. aef7908 Pull FixupBreakpointPCAsNeeded into base class by Pavel Labath · 7 years ago
  4. 99f436b Pull GetSoftwareBreakpointPCOffset into base class by Pavel Labath · 7 years ago
  5. 2ce2652 NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class by Pavel Labath · 7 years ago
  6. 4f54507 Speculative fix for NetBSD bot for r341758 by Pavel Labath · 7 years ago
  7. f8b825f Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode" by Pavel Labath · 7 years ago
  8. 12286a2 Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode" by Pavel Labath · 7 years ago
  9. ef1b1b5 Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode by Pavel Labath · 7 years ago
  10. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  11. 245dd2e Reapply "Remove Process references from the Host module" by Pavel Labath · 7 years ago
  12. 4f107ba Revert "Remove Process references from the Host module" by Pavel Labath · 7 years ago
  13. 58b54894 Remove Process references from the Host module by Pavel Labath · 7 years ago
  14. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  15. 36e8220 Remove ObjectFile usage from HostLinux::GetProcessInfo by Pavel Labath · 8 years ago
  16. d37349f Clean up NativeRegisterContext by Pavel Labath · 8 years ago
  17. 578a425 Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder by Pavel Labath · 8 years ago
  18. a5be48b Remove shared_pointer from NativeThreadProtocol by Pavel Labath · 8 years ago
  19. 96e600f Add a NativeProcessProtocol Factory class by Pavel Labath · 8 years ago
  20. 3508fc8 Add pretty-printer for wait(2) statuses and modernize the code handling them by Pavel Labath · 8 years ago
  21. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  22. 26b09b2 Reuse appropriate Launch and Attach on NetBSD by Kamil Rytarowski · 9 years ago
  23. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  24. d5ffbad Hardware breakpoints for Linux on Arm/AArch64 targets by Omair Javaid · 9 years ago
  25. 4a705e7 Implement QPassSignals GDB package in lldb-server by Pavel Labath · 9 years ago
  26. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  27. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  28. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  29. e77fce0 [NFC] Darwin llgs support from Week of Code by Todd Fiala · 9 years ago
  30. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  31. 19cbe96 [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  32. 5abe726 Revert "[NativeProcessLinux] Integrate MainLoop" by Pavel Labath · 10 years ago
  33. 827965c [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  34. d5b310f Avoid going through Platform when creating a NativeProcessProtocol instance by Pavel Labath · 10 years ago
  35. 8bc34f4 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait until ThreadStateCoordinator is fully stopped before entering ~NativeProcessLinux. by Oleksiy Vyalov · 11 years ago
  36. 5830aa7 Fix TestThreadSpecificBreakpoint with LLGS by Tamas Berghammer · 11 years ago
  37. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  38. 2fe1d0a Moving header files from source/Host/common to proper location. by Chaoren Lin · 11 years ago
  39. 511e5cd llgs: fix Ctrl-C inferior interrupt handling to do the right thing. by Todd Fiala · 11 years ago
  40. a9882ce llgs: add proper exec support for Linux. by Todd Fiala · 11 years ago
  41. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago