aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-2209/+2193
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala1-21/+0
2016-08-31Revert r280137 and 280139 and subsequent build fixesPavel Labath1-2/+4
2016-08-31Revert r280200 and put it a proper fixPavel Labath1-4/+2
2016-08-31Update the Linux code to reflect the changes done by zturner in r280139Sylvestre Ledru1-1/+1
2016-08-08Remove SYS_tgkill from Android.hPavel Labath1-1/+0
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer1-0/+14
2016-07-21Unify process launching code on linuxPavel Labath1-228/+19
2016-07-15[NPL] Simplify process launch codePavel Labath1-141/+72
2016-07-12[NPL] Increase ETXTBSY workaround sleepPavel Labath1-1/+1
2016-07-11Change the /proc/<pid>/maps to not assert on incorrect inputTamas Berghammer1-12/+9
2016-07-07[LLGS] Work around an adb bug on Android <=MPavel Labath1-0/+12
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer1-12/+6
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath1-113/+126
2016-06-14Remove Platform usages from NativeProcessLinuxPavel Labath1-134/+30
2016-05-16Remove Mutex from NativeProcessLinuxPavel Labath1-18/+1
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+11
2016-02-23Work around a stepping bug in arm64 android MPavel Labath1-41/+2
2016-02-23[linux] Remove all traces of signalfd(2)Pavel Labath1-1/+0
2016-02-16Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer1-6/+6
2016-02-10Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer1-6/+6
2015-12-23[LLDB] Fix Read/Write memory to be compatible with both endiansMohit K. Bhakkad1-4/+2
2015-10-13Fix cast in arm watchpoint handling codeTamas Berghammer1-1/+1
2015-09-01[NativeProcessLinux] Fix detach of multithreaded inferiorsPavel Labath1-5/+11
2015-09-01[NativeProcessLinux] Fix assertion failure when killing a processPavel Labath1-1/+10
2015-08-28[LLDB][MIPS] Aligning code with rL245831Mohit K. Bhakkad1-1/+1
2015-08-24[NativeProcessLinux] Pass around threads by referencePavel Labath1-238/+177
2015-08-21[NativeProcessLinux] Reduce the number of castsPavel Labath1-62/+52
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath1-211/+100
2015-08-19On Linux, clear the signal mask of the launched inferiorPavel Labath1-1/+11
2015-08-19Fix lldb-server arm-linux-g++ buildOmair Javaid1-1/+1
2015-08-18[LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath1-1/+4
2015-07-23Speed up NativeProcessLinux::GetLoadedModuleFileSpecPavel Labath1-28/+20
2015-07-23[NativeProcessLinux] Fix a couple of warningsPavel Labath1-3/+3
2015-07-23Add jstopinfo support to llgsPavel Labath1-1/+1
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath1-614/+203
2015-07-20[NativeProcessLinux] Bugfix in the monitor threadPavel Labath1-0/+3
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath1-203/+611
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath1-611/+203
2015-07-14Refactor Unix signals.Chaoren Lin1-14/+6
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-5/+12
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan1-12/+5
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-5/+12
2015-07-07Fix cmake build after recent JSON changesPavel Labath1-1/+1
2015-07-03Fix aarch64 breakpoint PC offsetTamas Berghammer1-9/+3
2015-07-03Fix qMemoryRegionInfo packet to return current value for address after the la...Tamas Berghammer1-6/+19
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath1-42/+23
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath1-244/+75
2015-06-23[LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil1-6/+8
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+33