summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert unwanted changes in lldb when updating llvm::Error()Mehdi Amini2016-11-111-23/+23
* Make the Error class constructor protectedMehdi Amini2016-11-111-23/+23
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Don't set a software stepping breakpoint at 0 on arm or mips.Pavel Labath2016-10-261-1/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2209/+2193
* [NFC] Darwin llgs support from Week of CodeTodd Fiala2016-09-041-21/+0
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-2/+4
* Revert r280200 and put it a proper fixPavel Labath2016-08-311-4/+2
* Update the Linux code to reflect the changes done by zturner in r280139Sylvestre Ledru2016-08-311-1/+1
* 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
OpenPOWER on IntegriCloud