1. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  2. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  3. 341eda4 Fixed arm64 build error by Vince Harron · 10 years ago
  4. ea8c25a80 This patch adds support for setting/clearing hardware watchpoints and breakpoints on AArch64 (Arm v8) 64-bit hardware. by Omair Javaid · 10 years ago
  5. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  6. 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
  7. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  8. d542efd Remove virtual and add override for lots of function. by Tamas Berghammer · 11 years ago
  9. 1e209fc Create NativeRegisterContext for android-arm64 by Tamas Berghammer · 11 years ago
  10. 0cbf0b1 Add code to exit the NativeProcessLinux Monitor thread on android by Tamas Berghammer · 11 years ago
  11. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  12. c934659 Casting pid to ::pid_t when invoking syscall. by Chaoren Lin · 11 years ago
  13. 3a2da9e Fix TestProcesslaunch regression caused by D7372 by Pavel Labath · 11 years ago
  14. d858487 Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) by Tamas Berghammer · 11 years ago
  15. 493c3a1 Avoid leakage of file descriptors in LLDB and LLGS by Pavel Labath · 11 years ago
  16. 28e5742 Share crash information between LLGS and local POSIX debugging with by Chaoren Lin · 11 years ago
  17. 8da0bf3 LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 by Shawn Best · 11 years ago
  18. cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
  19. acee96a Fix up the HostThread interface, making the interface simpler. by Zachary Turner · 11 years ago
  20. 850f9a2 Fix typo in Linux ASLR logging. by Todd Fiala · 11 years ago
  21. 49131cf lldb fix ARM64 register access by Todd Fiala · 11 years ago
  22. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  23. dbec1ff Fix build break on Ubuntu 12.04 with ARM64 changes. by Todd Fiala · 11 years ago
  24. 4207968 Add Linux support for get thread area on ARM64 using ProcessMonitor debugging. by Todd Fiala · 11 years ago
  25. 6ac1be4 Enable more Linux aarch64 PTRACE support for local and remote debugging. by Todd Fiala · 11 years ago
  26. 0bce1b6 Fix Linux to respect ASLR settings when launching processes to debug locally and remotely. by Todd Fiala · 11 years ago
  27. 6747c7d linux process: silence GCC switch coverage warning by Saleem Abdulrasool · 11 years ago
  28. 9be5049 Use native ::pid_t in Linux ProcessMonitor (local debugging). by Todd Fiala · 11 years ago
  29. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  30. d35f2b9 lldb: deal with non-portable PTRACE-related constants by Todd Fiala · 11 years ago
  31. 720cd3f Move x86-specific struct user code for Linux ProcessMonitor behind #define guards. by Todd Fiala · 11 years ago
  32. 82aae0d Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. by Andrew MacPherson · 11 years ago
  33. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  34. 4e0999b Implement ProcessMonitor::Kill for Linux by Ed Maste · 11 years ago
  35. 263c928 Correct copy-and-pasted comments for DetachOperation by Ed Maste · 12 years ago
  36. 1251053 Get Linux i386 running. by Todd Fiala · 12 years ago
  37. 4507f06 Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit). by Todd Fiala · 12 years ago
  38. c099c95 Fix ptrace log on i386 and include return value by Ed Maste · 12 years ago
  39. 1b0539c Fix group stop signal handling issue on Linux. by Todd Fiala · 12 years ago
  40. 8ce3dee Fix crash on Linux if sem_wait() is interrupted. by Todd Fiala · 12 years ago
  41. 665068b Removed unnecessary call to OpenFirstAvailableMaster. by Richard Mitton · 12 years ago
  42. 0a55835 Added support for reading thread-local storage variables, as defined using the __thread modifier. by Richard Mitton · 12 years ago
  43. 718be87 Add exec support for Linux including common support for POSIX. by Matt Kopec · 12 years ago
  44. 704bf89 Clean up RegisterContextPOSIX i386 code. by Michael Sartain · 12 years ago
  45. 77c87c0 If setgid fails for any reason, exit lldb. by Sylvestre Ledru · 12 years ago
  46. c258b30 Warning cleanup. by Michael Sartain · 12 years ago
  47. d4d5499 Fixing a problem with thread creation signal order dependency by Andrew Kaylor · 12 years ago
  48. 1efb418 Improve stability of Linux ProcessMonitor by not using fds for synchronization: by Daniel Malea · 12 years ago
  49. 5e26899 Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileDescriptor. by Andrew Kaylor · 12 years ago
  50. 7d2abdf Fixing a problem with inferior exit caused by signal by Andrew Kaylor · 12 years ago
  51. f8cfe6b Handle SI_KERNEL signal code for SIGSEGV exceptions. by Matt Kopec · 12 years ago
  52. 9f822cd Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 12 years ago
  53. a56115f Correct comment to match class name by Ed Maste · 12 years ago
  54. 4a32bf5 Fix unhandled SIGTRAP signal on Linux causing assertion. by Matt Kopec · 12 years ago
  55. fb6ab54 Add support for listing inferior thread names on Linux. by Matt Kopec · 12 years ago
  56. 6578cb6 Reverting ProcessMonitor shared pointer changes by Andrew Kaylor · 12 years ago
  57. 214f3a8 Use shared pointers to hold the process in ProcessMonitor by Andrew Kaylor · 12 years ago
  58. b291044 Fix signal handling for POSIX (only tested on Linux) processes in multi-threaded programs. by Matt Kopec · 12 years ago
  59. 428a678 Update comment to match class name by Ed Maste · 12 years ago
  60. ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
  61. 085d6ce Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 12 years ago
  62. 93132f5 Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 12 years ago
  63. 841a548 The Linux process plugin wasn't returning the correct linux signals. This fixes that. by Matt Kopec · 12 years ago
  64. a360d7e ProcessMonitor improvements for Linux. by Matt Kopec · 12 years ago
  65. dd15b78 Fix Linux warning about missing virtual destructor in Operation classes by Daniel Malea · 12 years ago
  66. acbb1a5 Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 12 years ago
  67. e9ea0da Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 12 years ago
  68. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
  69. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
  70. 0118635 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 13 years ago
  71. 762fbd0 test commit - modified a comment by Ashok Thirumurthi · 13 years ago
  72. 58c0b96 Add Linux support for reading/writing extended register sets. by Matt Kopec · 13 years ago
  73. c6672c8 Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. by Matt Kopec · 13 years ago
  74. 6773276 Add ptrace extensions to query a register set. by Matt Kopec · 13 years ago
  75. 9eb40a9 Recommit lldb realtime output for POSIX. by Matt Kopec · 13 years ago
  76. 7de4846 Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 13 years ago
  77. 650648f Add initial support to trace spawned threads in a process on Linux. by Matt Kopec · 13 years ago
  78. 6217d2a Implement -w flag to process launch (allow launching inferior process in different working directory) on Linux/FreeBSD by Daniel Malea · 13 years ago
  79. f0da371 Allow reading registers by thread ID in ProcessMonitor (Linux implementation) by Daniel Malea · 13 years ago
  80. c63dddd Avoid possible overflow when reading inferior memory (and logging is enabled) by Daniel Malea · 13 years ago
  81. a85e6b6 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 13 years ago
  82. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  83. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  84. a35970a Fix Linux bug that leaves lldb in invalid state after expression evaluation times out. by Daniel Malea · 13 years ago
  85. 8b9e71e Remove call to StopMonitor() from ProcessMonitor::Detach() by Daniel Malea · 13 years ago
  86. 743ecf4 Patch from Matt Kopec: by Greg Clayton · 13 years ago
  87. df3df25 Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux. by Greg Clayton · 13 years ago
  88. 926cce7 Modified patch from Matt Kopec that makes sure the run lock is acquired when attaching and makes sure the pid is being set on linux in the process info. by Greg Clayton · 13 years ago
  89. 542e407 Patch from Andrew Kaylor for linux: by Greg Clayton · 13 years ago
  90. c2b5c67 Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs_struct. by Benjamin Kramer · 13 years ago
  91. 0c90ef4 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 14 years ago
  92. 30213ff This patch combines common code from Linux and FreeBSD into by Johnny Chen · 14 years ago
  93. 2804135 Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 14 years ago
  94. 2c67b9a Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 14 years ago
  95. 386ff18 Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 14 years ago
  96. 0d5f2d4 This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 14 years ago
  97. 48d042b Patch from dawn@burble.org to build on linux! by Johnny Chen · 14 years ago
  98. 25e68e3 Primitive attach support for linux by Johnny Chen · 14 years ago
  99. 6a52022 Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 14 years ago
  100. 6234320 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 14 years ago