- d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
- 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
- 341eda4 Fixed arm64 build error by Vince Harron · 10 years ago
- 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
- d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
- 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
- db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
- d542efd Remove virtual and add override for lots of function. by Tamas Berghammer · 11 years ago
- 1e209fc Create NativeRegisterContext for android-arm64 by Tamas Berghammer · 11 years ago
- 0cbf0b1 Add code to exit the NativeProcessLinux Monitor thread on android by Tamas Berghammer · 11 years ago
- 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
- c934659 Casting pid to ::pid_t when invoking syscall. by Chaoren Lin · 11 years ago
- 3a2da9e Fix TestProcesslaunch regression caused by D7372 by Pavel Labath · 11 years ago
- d858487 Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) by Tamas Berghammer · 11 years ago
- 493c3a1 Avoid leakage of file descriptors in LLDB and LLGS by Pavel Labath · 11 years ago
- 28e5742 Share crash information between LLGS and local POSIX debugging with by Chaoren Lin · 11 years ago
- 8da0bf3 LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166 by Shawn Best · 11 years ago
- cacde7d Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compiler-rt repos. by Todd Fiala · 11 years ago
- acee96a Fix up the HostThread interface, making the interface simpler. by Zachary Turner · 11 years ago
- 850f9a2 Fix typo in Linux ASLR logging. by Todd Fiala · 11 years ago
- 49131cf lldb fix ARM64 register access by Todd Fiala · 11 years ago
- 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
- dbec1ff Fix build break on Ubuntu 12.04 with ARM64 changes. by Todd Fiala · 11 years ago
- 4207968 Add Linux support for get thread area on ARM64 using ProcessMonitor debugging. by Todd Fiala · 11 years ago
- 6ac1be4 Enable more Linux aarch64 PTRACE support for local and remote debugging. by Todd Fiala · 11 years ago
- 0bce1b6 Fix Linux to respect ASLR settings when launching processes to debug locally and remotely. by Todd Fiala · 11 years ago
- 6747c7d linux process: silence GCC switch coverage warning by Saleem Abdulrasool · 11 years ago
- 9be5049 Use native ::pid_t in Linux ProcessMonitor (local debugging). by Todd Fiala · 11 years ago
- af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
- d35f2b9 lldb: deal with non-portable PTRACE-related constants by Todd Fiala · 11 years ago
- 720cd3f Move x86-specific struct user code for Linux ProcessMonitor behind #define guards. by Todd Fiala · 11 years ago
- 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
- 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
- 4e0999b Implement ProcessMonitor::Kill for Linux by Ed Maste · 11 years ago
- 263c928 Correct copy-and-pasted comments for DetachOperation by Ed Maste · 12 years ago
- 1251053 Get Linux i386 running. by Todd Fiala · 12 years ago
- 4507f06 Fix linux x86 debugging on a linux x86 host (32-bit on 32-bit). by Todd Fiala · 12 years ago
- c099c95 Fix ptrace log on i386 and include return value by Ed Maste · 12 years ago
- 1b0539c Fix group stop signal handling issue on Linux. by Todd Fiala · 12 years ago
- 8ce3dee Fix crash on Linux if sem_wait() is interrupted. by Todd Fiala · 12 years ago
- 665068b Removed unnecessary call to OpenFirstAvailableMaster. by Richard Mitton · 12 years ago
- 0a55835 Added support for reading thread-local storage variables, as defined using the __thread modifier. by Richard Mitton · 12 years ago
- 718be87 Add exec support for Linux including common support for POSIX. by Matt Kopec · 12 years ago
- 704bf89 Clean up RegisterContextPOSIX i386 code. by Michael Sartain · 12 years ago
- 77c87c0 If setgid fails for any reason, exit lldb. by Sylvestre Ledru · 12 years ago
- c258b30 Warning cleanup. by Michael Sartain · 12 years ago
- d4d5499 Fixing a problem with thread creation signal order dependency by Andrew Kaylor · 12 years ago
- 1efb418 Improve stability of Linux ProcessMonitor by not using fds for synchronization: by Daniel Malea · 12 years ago
- 5e26899 Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileDescriptor. by Andrew Kaylor · 12 years ago
- 7d2abdf Fixing a problem with inferior exit caused by signal by Andrew Kaylor · 12 years ago
- f8cfe6b Handle SI_KERNEL signal code for SIGSEGV exceptions. by Matt Kopec · 12 years ago
- 9f822cd Fix thread name updating in Linux. "thread list" should report correct names always now. by Michael Sartain · 12 years ago
- a56115f Correct comment to match class name by Ed Maste · 12 years ago
- 4a32bf5 Fix unhandled SIGTRAP signal on Linux causing assertion. by Matt Kopec · 12 years ago
- fb6ab54 Add support for listing inferior thread names on Linux. by Matt Kopec · 12 years ago
- 6578cb6 Reverting ProcessMonitor shared pointer changes by Andrew Kaylor · 12 years ago
- 214f3a8 Use shared pointers to hold the process in ProcessMonitor by Andrew Kaylor · 12 years ago
- b291044 Fix signal handling for POSIX (only tested on Linux) processes in multi-threaded programs. by Matt Kopec · 12 years ago
- 428a678 Update comment to match class name by Ed Maste · 12 years ago
- ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
- 085d6ce Add ability to attach/detach to multi-threaded inferiors on Linux. by Matt Kopec · 12 years ago
- 93132f5 Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 12 years ago
- 841a548 The Linux process plugin wasn't returning the correct linux signals. This fixes that. by Matt Kopec · 12 years ago
- a360d7e ProcessMonitor improvements for Linux. by Matt Kopec · 12 years ago
- dd15b78 Fix Linux warning about missing virtual destructor in Operation classes by Daniel Malea · 12 years ago
- acbb1a5 Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 12 years ago
- e9ea0da Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 12 years ago
- 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
- 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
- 0118635 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 13 years ago
- 762fbd0 test commit - modified a comment by Ashok Thirumurthi · 13 years ago
- 58c0b96 Add Linux support for reading/writing extended register sets. by Matt Kopec · 13 years ago
- 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
- 6773276 Add ptrace extensions to query a register set. by Matt Kopec · 13 years ago
- 9eb40a9 Recommit lldb realtime output for POSIX. by Matt Kopec · 13 years ago
- 7de4846 Improve/Cleanup ptrace wrapper and remove dependency on user.h by Matt Kopec · 13 years ago
- 650648f Add initial support to trace spawned threads in a process on Linux. by Matt Kopec · 13 years ago
- 6217d2a Implement -w flag to process launch (allow launching inferior process in different working directory) on Linux/FreeBSD by Daniel Malea · 13 years ago
- f0da371 Allow reading registers by thread ID in ProcessMonitor (Linux implementation) by Daniel Malea · 13 years ago
- c63dddd Avoid possible overflow when reading inferior memory (and logging is enabled) by Daniel Malea · 13 years ago
- a85e6b6 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 13 years ago
- 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- a35970a Fix Linux bug that leaves lldb in invalid state after expression evaluation times out. by Daniel Malea · 13 years ago
- 8b9e71e Remove call to StopMonitor() from ProcessMonitor::Detach() by Daniel Malea · 13 years ago
- 743ecf4 Patch from Matt Kopec: by Greg Clayton · 13 years ago
- 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
- 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
- 542e407 Patch from Andrew Kaylor for linux: by Greg Clayton · 13 years ago
- c2b5c67 Linux/ProcessMonitor: include sys/user.h for user_regs_struct and user_fpregs_struct. by Benjamin Kramer · 13 years ago
- 0c90ef4 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 14 years ago
- 30213ff This patch combines common code from Linux and FreeBSD into by Johnny Chen · 14 years ago
- 2804135 Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 14 years ago
- 2c67b9a Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 14 years ago
- 386ff18 Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 14 years ago
- 0d5f2d4 This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 14 years ago
- 48d042b Patch from dawn@burble.org to build on linux! by Johnny Chen · 14 years ago
- 25e68e3 Primitive attach support for linux by Johnny Chen · 14 years ago
- 6a52022 Improve error reporting in ProcessMonitor::Launch by Peter Collingbourne · 14 years ago
- 6234320 Fix mistakes relating to ProcessMonitor::DupDescriptor by Peter Collingbourne · 14 years ago