1. 0f4b17d Simplify NativeThreadLinux includes by Pavel Labath · 10 years ago
  2. 0e1d729 [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation by Pavel Labath · 10 years ago
  3. 8314350 [LLDB][MIPS] Handle false positives for MIPS hardware watchpoints by Jaydeep Patil · 10 years ago
  4. 2040548 Fix for build errors on arm-linux-gnueabi-gcc http://reviews.llvm.org/D11256 by Omair Javaid · 10 years ago
  5. 3681c5b [LLDB][MIPS] To handle SI_KERNEL generated for invalid 64 bit address by Mohit K. Bhakkad · 10 years ago
  6. 05569f6 Add jstopinfo support to llgs by Pavel Labath · 10 years ago
  7. c4e25c9 Report inferior SIGSEGV as a signal instead of an exception on linux by Pavel Labath · 10 years ago
  8. 068f8a7 Move register reading form NativeProcessLinux to NativeRegisterContextLinux* by Tamas Berghammer · 10 years ago
  9. 8c8ff7a [NativeProcessLinux] Remove double thread state accounting by Pavel Labath · 10 years ago
  10. 5fd24c6 [NativeProcessLinux] Fix race condition during inferior thread creation by Pavel Labath · 11 years ago
  11. 1fab7b9 Fix printing of the failure address in NativeThreadLinux by Tamas Berghammer · 11 years ago
  12. 3f57216 Adds Register Context Linux/POSIX for ARM Architecture by Omair Javaid · 11 years ago
  13. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  14. 12fd375 Add missing cases to NativeProcessLinux LogThreadStopInfo by Pavel Labath · 11 years ago
  15. c16f5dc Report watchpoint hits during single stepping. by Chaoren Lin · 11 years ago
  16. 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
  17. eadb2a9 Report stopped by trace if none of the watchpoint was hit by Tamas Berghammer · 11 years ago
  18. 3df471c [MIPS] - Register Context for MIPS64 by Mohit K. Bhakkad · 11 years ago
  19. 1e209fc Create NativeRegisterContext for android-arm64 by Tamas Berghammer · 11 years ago
  20. f591f69 Can't set watchpoints on launching threads on Linux LLGS. by Chaoren Lin · 11 years ago
  21. 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
  22. 1c6a1ea Enable process launching on android from lldb-gdbserver by Tamas Berghammer · 11 years ago
  23. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  24. 28e5742 Share crash information between LLGS and local POSIX debugging with by Chaoren Lin · 11 years ago
  25. b8af31d Fix some bugs in llgs thread state handling. by Chaoren Lin · 11 years ago
  26. ae29d39 llgs: fix up some handling of stepping. by Chaoren Lin · 11 years ago
  27. 8faf937 Clean-up warnings on Linux/GCC by David Majnemer · 11 years ago
  28. 7206c6d llgs: fix thread names broken by recent native thread changes. by Todd Fiala · 11 years ago
  29. 511e5cd llgs: fix Ctrl-C inferior interrupt handling to do the right thing. by Todd Fiala · 11 years ago
  30. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  31. b71e89e lldb - Register Context Linux ARM64 by Todd Fiala · 11 years ago
  32. a9882ce llgs: add proper exec support for Linux. by Todd Fiala · 11 years ago
  33. 22972a7 NativeThreadLinux: remove translation of some Linux signals to gdb signals. by Todd Fiala · 11 years ago
  34. 13b1826 Move Host::GetArchitecture to HostInfo::GetArchitecture. by Zachary Turner · 11 years ago
  35. 2850b1b Fixup Windows build breaks for the llgs upstream. by Todd Fiala · 11 years ago
  36. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago