summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer2016-02-101-6/+6
* [LLDB] Fix Read/Write memory to be compatible with both endiansMohit K. Bhakkad2015-12-231-4/+2
* Fix cast in arm watchpoint handling codeTamas Berghammer2015-10-131-1/+1
* [NativeProcessLinux] Fix detach of multithreaded inferiorsPavel Labath2015-09-011-5/+11
* [NativeProcessLinux] Fix assertion failure when killing a processPavel Labath2015-09-011-1/+10
* [LLDB][MIPS] Aligning code with rL245831Mohit K. Bhakkad2015-08-281-1/+1
* [NativeProcessLinux] Pass around threads by referencePavel Labath2015-08-241-238/+177
* [NativeProcessLinux] Reduce the number of castsPavel Labath2015-08-211-62/+52
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-201-211/+100
* On Linux, clear the signal mask of the launched inferiorPavel Labath2015-08-191-1/+11
* Fix lldb-server arm-linux-g++ buildOmair Javaid2015-08-191-1/+1
* [LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath2015-08-181-1/+4
* Speed up NativeProcessLinux::GetLoadedModuleFileSpecPavel Labath2015-07-231-28/+20
* [NativeProcessLinux] Fix a couple of warningsPavel Labath2015-07-231-3/+3
* Add jstopinfo support to llgsPavel Labath2015-07-231-1/+1
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-614/+203
* [NativeProcessLinux] Bugfix in the monitor threadPavel Labath2015-07-201-0/+3
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-203/+611
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-611/+203
* Refactor Unix signals.Chaoren Lin2015-07-141-14/+6
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-5/+12
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-12/+5
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-5/+12
* Fix cmake build after recent JSON changesPavel Labath2015-07-071-1/+1
* Fix aarch64 breakpoint PC offsetTamas Berghammer2015-07-031-9/+3
* Fix qMemoryRegionInfo packet to return current value for address after the la...Tamas Berghammer2015-07-031-6/+19
* [NativeProcessLinux] Refactor PtraceWrapperPavel Labath2015-06-301-42/+23
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-261-244/+75
* [LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil2015-06-231-6/+8
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+33
* [LLDB][MIPS] Hardware Watchpoints for MIPSMohit K. Bhakkad2015-06-181-0/+21
* [NativeProcessLinux] Use fast memory reads, if the system supports itPavel Labath2015-06-171-2/+63
* [MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur2015-06-031-0/+4
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-50/+53
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* [NativeProcessLinux] clean up #includesPavel Labath2015-05-291-6/+4
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-17/+3
* [NativeProcessLinux] Support inferiors which change their process groupPavel Labath2015-05-281-7/+7
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-663/+67
* [NativeProcessLinux] Fix handling of SIGSTOPPavel Labath2015-05-211-25/+9
* Fixed arm64 build errorVince Harron2015-05-161-2/+2
* [NativeProcessLinux] Fix removal of temporary breakpointsPavel Labath2015-05-151-17/+19
* [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-151-10/+8
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-1/+113
* Remove handling of eStateStopped from NativeProcessLinux::ResumePavel Labath2015-05-121-106/+7
* [NativeProcessLinux] Remove event mutex and clean functions using itPavel Labath2015-05-121-198/+65
* Get lldb-server building on android-9Vince Harron2015-05-121-49/+5
* [NativeProcessLinux] Remove double thread state accountingPavel Labath2015-05-111-125/+57
* [NativeProcessLinux] Remove the stop callbackPavel Labath2015-05-081-89/+38
OpenPOWER on IntegriCloud