summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit Linux watchpoint failures.Chaoren Lin2015-07-091-14/+15
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-092-16/+19
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-082-19/+16
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-082-16/+19
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* Fix aarch64 breakpoint PC offsetTamas Berghammer2015-07-031-9/+3
* Fix 128bit register read and user register count on aarch64Tamas Berghammer2015-07-032-16/+13
* Fix qMemoryRegionInfo packet to return current value for address after the la...Tamas Berghammer2015-07-031-6/+19
* [NativeProcessLinux] Refactor PtraceWrapperPavel Labath2015-06-305-106/+64
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-268-1055/+454
* Remove old local-only linux debugging codePavel Labath2015-06-247-3218/+0
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-233-6/+63
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-182-0/+36
* [LLDB][MIPS] Addressing some errors and warnings due to rL239991Mohit K. Bhakkad2015-06-182-11/+17
* [LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad2015-06-183-8/+444
* [NativeProcessLinux] Use fast memory reads, if the system supports itPavel Labath2015-06-171-2/+63
* [lldb-server][MIPS] Read/Write FP registers in FR0 modeSagar Thakur2015-06-052-0/+66
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-033-101/+422
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-294-110/+117
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-292-4/+0
* [NativeProcessLinux] clean up #includesPavel Labath2015-05-292-12/+4
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-293-42/+20
* [NativeProcessLinux] Support inferiors which change their process groupPavel Labath2015-05-281-7/+7
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-2615-1592/+1454
* [NativeProcessLinux] Fix handling of SIGSTOPPavel Labath2015-05-211-25/+9
* Fixed arm64 build errorVince Harron2015-05-162-4/+4
* [NativeProcessLinux] Fix removal of temporary breakpointsPavel Labath2015-05-152-19/+21
* [NativeProcessLinux] Fix potential race during thread exitPavel Labath2015-05-151-31/+7
* LLDB build broke after applying patch http://reviews.llvm.org/D9706Omair Javaid2015-05-152-12/+9
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-158-4/+662
* Fixed a ton of gcc compile warningsVince Harron2015-05-133-5/+5
* Return the correct user register count for arm from NativeRegisterContextTamas Berghammer2015-05-122-0/+12
* Remove handling of eStateStopped from NativeProcessLinux::ResumePavel Labath2015-05-122-135/+8
* [NativeProcessLinux] Remove event mutex and clean functions using itPavel Labath2015-05-122-242/+72
* Get lldb-server building on android-9Vince Harron2015-05-122-80/+11
* [NativeProcessLinux] Remove double thread state accountingPavel Labath2015-05-114-167/+112
* [NativeProcessLinux] Remove the stop callbackPavel Labath2015-05-082-157/+71
* [NativeProcessLinux] Remove logging and error callbacksPavel Labath2015-05-072-296/+156
* [LLDB][MIPS] Software single steppingMohit K. Bhakkad2015-05-071-4/+8
* [NativeProcessLinux] Remove the post-stop lambdaPavel Labath2015-05-062-132/+55
* [NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath2015-05-065-918/+849
* [ThreadStateCoordinator] Remove Event classesPavel Labath2015-05-062-614/+399
* Fix Android build.Chaoren Lin2015-05-051-1/+1
* [NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath2015-05-054-253/+126
* Remove trap code from disassembly.Chaoren Lin2015-04-292-32/+40
* [NativeProcessLinux] Add back synchronisation of thread create eventsPavel Labath2015-04-282-15/+85
* Fix register read callback in linux-arm single steppingPavel Labath2015-04-271-21/+33
* Fix TestFdLeak on Linux.Chaoren Lin2015-04-231-0/+6
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-234-134/+16
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-0/+6
OpenPOWER on IntegriCloud