1. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  2. a3952ea7 [LLDB][PPC64] Fixed next blocked forever at same line by Pavel Labath · 8 years ago
  3. 36e8220 Remove ObjectFile usage from HostLinux::GetProcessInfo by Pavel Labath · 8 years ago
  4. d8b3c1a NPL: Clean up handling of inferior exit by Pavel Labath · 8 years ago
  5. 11edb4e Kill struct IOVEC by Pavel Labath · 8 years ago
  6. d37349f Clean up NativeRegisterContext by Pavel Labath · 8 years ago
  7. 578a425 Simplify NativeProcessProtocol::GetArchitecture/GetByteOrder by Pavel Labath · 8 years ago
  8. a5be48b Remove shared_pointer from NativeThreadProtocol by Pavel Labath · 8 years ago
  9. aae0a75 Enable breakpoints and read/write GPRs for ppc64le by Eugene Zemtsov · 8 years ago
  10. 82abefa Remove shared pointer from NativeProcessProtocol by Pavel Labath · 8 years ago
  11. 21a365b NativeProcessLinux: Fix handling of raise(SIGTRAP) by Pavel Labath · 8 years ago
  12. 96e600f Add a NativeProcessProtocol Factory class by Pavel Labath · 8 years ago
  13. c1a6b12 Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop by Pavel Labath · 8 years ago
  14. 99e3769 Implementation of Intel(R) Processor Trace support for Linux by Ravitheja Addepally · 8 years ago
  15. 3508fc8 Add pretty-printer for wait(2) statuses and modernize the code handling them by Pavel Labath · 8 years ago
  16. 10c41f3 replace uses of strerror with llvm::sys::StrError by Pavel Labath · 8 years ago
  17. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  18. 1593086 Remove ProcFileReader by Pavel Labath · 9 years ago
  19. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  20. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  21. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  22. d5ffbad Hardware breakpoints for Linux on Arm/AArch64 targets by Omair Javaid · 9 years ago
  23. 4a705e7 Implement QPassSignals GDB package in lldb-server by Pavel Labath · 9 years ago
  24. 2809620 NPL: Fix an incorrect logging formatv call by Pavel Labath · 9 years ago
  25. 24ae629 Finish breaking the dependency from Utility. by Zachary Turner · 9 years ago
  26. aafe053 Remove the verbose category in the posix channel by Pavel Labath · 9 years ago
  27. 4ee1c95 Fix missing include in NativeProcessLinux by Pavel Labath · 9 years ago
  28. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  29. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  30. 816ae4b Transform ProcessLauncherLinux to ProcessLauncherPosixFork by Kamil Rytarowski · 9 years ago
  31. 8198db3 Add format_provider for lldb::StateType by Pavel Labath · 9 years ago
  32. b155431 Fix more unused variable warnings when asserts are disabled. by Hafiz Abid Qadeer · 9 years ago
  33. a6321a8 Refactor logging in NativeProcessLinux by Pavel Labath · 9 years ago
  34. a6f5795 Improve the performance of jModulesInfo in lldb-server by Tamas Berghammer · 9 years ago
  35. 1f2c1b6 Remove linux/personality.h wrapper by Pavel Labath · 9 years ago
  36. 665be50 Revert unwanted changes in lldb when updating llvm::Error() by Mehdi Amini · 9 years ago
  37. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  38. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  39. 42eb690 Don't set a software stepping breakpoint at 0 on arm or mips. by Pavel Labath · 9 years ago
  40. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  41. e77fce0 [NFC] Darwin llgs support from Week of Code by Todd Fiala · 9 years ago
  42. b9739d4 Revert r280137 and 280139 and subsequent build fixes by Pavel Labath · 9 years ago
  43. 1e3b086 Revert r280200 and put it a proper fix by Pavel Labath · 9 years ago
  44. 2c07a06 Update the Linux code to reflect the changes done by zturner in r280139 by Sylvestre Ledru · 9 years ago
  45. c923a3d Remove SYS_tgkill from Android.h by Pavel Labath · 9 years ago
  46. d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
  47. 5ad891f Unify process launching code on linux by Pavel Labath · 9 years ago
  48. 4abe5d6 [NPL] Simplify process launch code by Pavel Labath · 9 years ago
  49. 3be0a3a [NPL] Increase ETXTBSY workaround sleep by Pavel Labath · 9 years ago
  50. c73301b Change the /proc/<pid>/maps to not assert on incorrect input by Tamas Berghammer · 9 years ago
  51. ca92aed [LLGS] Work around an adb bug on Android <=M by Pavel Labath · 9 years ago
  52. ad00756 Implement GetMemoryRegions() for Linux and Mac OSX core files. by Howard Hellyer · 9 years ago
  53. 0c4f01d [LLGS] Log more precise errors during inferior launch by Pavel Labath · 9 years ago
  54. 2a86b55 Remove Platform usages from NativeProcessLinux by Pavel Labath · 9 years ago
  55. 57a7711 Remove Mutex from NativeProcessLinux by Pavel Labath · 9 years ago
  56. bb00d0b Support Linux on SystemZ as platform by Ulrich Weigand · 9 years ago
  57. 605b51b Work around a stepping bug in arm64 android M by Pavel Labath · 10 years ago
  58. 7326c01 [linux] Remove all traces of signalfd(2) by Pavel Labath · 10 years ago
  59. be379e1 Revert "Use BKPT instead of UDF for arm/thumb breakpoints" by Tamas Berghammer · 10 years ago
  60. 1b6dacb Use BKPT instead of UDF for arm/thumb breakpoints by Tamas Berghammer · 10 years ago
  61. f6ef187 [LLDB] Fix Read/Write memory to be compatible with both endians by Mohit K. Bhakkad · 10 years ago
  62. 1fa5c4b Fix cast in arm watchpoint handling code by Tamas Berghammer · 10 years ago
  63. 7a9495b [NativeProcessLinux] Fix detach of multithreaded inferiors by Pavel Labath · 10 years ago
  64. 86852d3 [NativeProcessLinux] Fix assertion failure when killing a process by Pavel Labath · 10 years ago
  65. 16ad032 [LLDB][MIPS] Aligning code with rL245831 by Mohit K. Bhakkad · 10 years ago
  66. b9cc0c7 [NativeProcessLinux] Pass around threads by reference by Pavel Labath · 10 years ago
  67. f907778 [NativeProcessLinux] Reduce the number of casts by Pavel Labath · 10 years ago
  68. 0e1d729 [NativeProcessLinux] Fix a bug in instruction-stepping over thread creation by Pavel Labath · 10 years ago
  69. 7885647 On Linux, clear the signal mask of the launched inferior by Pavel Labath · 10 years ago
  70. dee4a86 Fix lldb-server arm-linux-g++ build by Omair Javaid · 10 years ago
  71. d2c4c9b [LLGS] Avoid misrepresenting log lines as inferior output by Pavel Labath · 10 years ago
  72. 162fb8e Speed up NativeProcessLinux::GetLoadedModuleFileSpec by Pavel Labath · 10 years ago
  73. 7920399 [NativeProcessLinux] Fix a couple of warnings by Pavel Labath · 10 years ago
  74. 05569f6 Add jstopinfo support to llgs by Pavel Labath · 10 years ago
  75. 19cbe96 [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  76. 44e82db [NativeProcessLinux] Bugfix in the monitor thread by Pavel Labath · 10 years ago
  77. 5abe726 Revert "[NativeProcessLinux] Integrate MainLoop" by Pavel Labath · 10 years ago
  78. 827965c [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  79. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  80. d5b310f Avoid going through Platform when creating a NativeProcessProtocol instance by Pavel Labath · 10 years ago
  81. c307c27 Revert r241672, which breaks the OS X build by introducing a dependency on by Sean Callanan · 10 years ago
  82. 235c840 Avoid going through Platform when creating a NativeProcessProtocol instance by Pavel Labath · 10 years ago
  83. f805e19 Fix cmake build after recent JSON changes by Pavel Labath · 10 years ago
  84. ff7fd90 Fix aarch64 breakpoint PC offset by Tamas Berghammer · 10 years ago
  85. 09839c3 Fix qMemoryRegionInfo packet to return current value for address after the last memory region by Tamas Berghammer · 10 years ago
  86. 4a9babb [NativeProcessLinux] Refactor PtraceWrapper by Pavel Labath · 10 years ago
  87. c7512fd [NativeProcessLinux] Use lambdas in DoOperation calls by Pavel Labath · 10 years ago
  88. c60c945 [LLDB][MIPS] MIPS32 branch emulation and single-stepping by Jaydeep Patil · 10 years ago
  89. 783bfc8 Fetch object file load address if it isn't specified by the linker by Tamas Berghammer · 10 years ago
  90. 3579996 [LLDB][MIPS] Hardware Watchpoints for MIPS by Mohit K. Bhakkad · 10 years ago
  91. df7c699 [NativeProcessLinux] Use fast memory reads, if the system supports it by Pavel Labath · 10 years ago
  92. ce815e4 [MIPS][lldb-server] Add 32-bit register context and read/write FP registers on mips64 by Sagar Thakur · 10 years ago
  93. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  94. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  95. 5b981ab [NativeProcessLinux] clean up #includes by Pavel Labath · 10 years ago
  96. c4e25c9 Report inferior SIGSEGV as a signal instead of an exception on linux by Pavel Labath · 10 years ago
  97. 05a1f2a [NativeProcessLinux] Support inferiors which change their process group by Pavel Labath · 10 years ago
  98. 068f8a7 Move register reading form NativeProcessLinux to NativeRegisterContextLinux* by Tamas Berghammer · 10 years ago
  99. 39036ac [NativeProcessLinux] Fix handling of SIGSTOP by Pavel Labath · 10 years ago
  100. 341eda4 Fixed arm64 build error by Vince Harron · 10 years ago