summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove SYS_tgkill from Android.hPavel Labath2016-08-081-1/+0
* Support loading files even when incorrect file name specified by the linkerTamas Berghammer2016-07-221-0/+14
* Unify process launching code on linuxPavel Labath2016-07-211-228/+19
* [NPL] Simplify process launch codePavel Labath2016-07-151-141/+72
* [NPL] Increase ETXTBSY workaround sleepPavel Labath2016-07-121-1/+1
* Change the /proc/<pid>/maps to not assert on incorrect inputTamas Berghammer2016-07-111-12/+9
* [LLGS] Work around an adb bug on Android <=MPavel Labath2016-07-071-0/+12
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-12/+6
* [LLGS] Log more precise errors during inferior launchPavel Labath2016-07-061-113/+126
* Remove Platform usages from NativeProcessLinuxPavel Labath2016-06-141-134/+30
* Remove Mutex from NativeProcessLinuxPavel Labath2016-05-161-18/+1
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+11
* Work around a stepping bug in arm64 android MPavel Labath2016-02-231-41/+2
* [linux] Remove all traces of signalfd(2)Pavel Labath2016-02-231-1/+0
* Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer2016-02-161-6/+6
* 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
OpenPOWER on IntegriCloud