summaryrefslogtreecommitdiff
path: root/source/Plugins/Process/Linux
AgeCommit message (Expand)Author
2016-11-23Merging r284003:Nitesh Jain
2016-11-18Merging r283728:Nitesh Jain
2016-08-12Merging r277997, r277999 and r278001:Hans Wennborg
2016-07-18[LLVM][MIPS] Revert support for FRE.Nitesh Jain
2016-07-15[NPL] Simplify process launch codePavel Labath
2016-07-12[NPL] Increase ETXTBSY workaround sleepPavel Labath
2016-07-11Change the /proc/<pid>/maps to not assert on incorrect inputTamas Berghammer
2016-07-07[LLGS] Work around an adb bug on Android <=MPavel Labath
2016-07-07Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath
2016-06-27Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid
2016-06-27Allow unaligned byte/word selection watchpoints for arm- linux/android targets.Omair Javaid
2016-06-16Allow installing watchpoints at less than 8-byte alligned addresses for AArch...Omair Javaid
2016-06-14Remove Platform usages from NativeProcessLinuxPavel Labath
2016-05-16Remove Mutex from NativeProcessLinuxPavel Labath
2016-04-14Support Linux on SystemZ as platformUlrich Weigand
2016-04-12Process: fix the build with certain kernel versionsSaleem Abdulrasool
2016-02-23Work around a stepping bug in arm64 android MPavel Labath
2016-02-23[linux] Remove all traces of signalfd(2)Pavel Labath
2016-02-16Revert "Use BKPT instead of UDF for arm/thumb breakpoints"Tamas Berghammer
2016-02-10Use BKPT instead of UDF for arm/thumb breakpointsTamas Berghammer
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-12Try to fix the mips64 build after rL257447Tamas Berghammer
2016-01-12[LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...Mohit K. Bhakkad
2016-01-11Make the aarch64 lldb-server capable of debugging arm32 applicationsTamas Berghammer
2016-01-05Fix for undefined behavior while updating PC value on arm-linuxOmair Javaid
2016-01-05[LLDB][MIPS] Make register read/write to set/get the size of register accordi...Sagar Thakur
2015-12-23[LLDB] Fix Read/Write memory to be compatible with both endiansMohit K. Bhakkad
2015-12-12Remove unused mips typedefs.Oleksiy Vyalov
2015-12-09[LLDB][MIPS] Adding call to IsMSAAvailable() while creating RegisterInfoInter...Sagar Thakur
2015-12-03[LLDB][MIPS] Using enum instead of a constant to fetch PC and CAUSE registers.Jaydeep Patil
2015-12-02PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal
2015-12-01[LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur
2015-11-26Add 64/128 bit arm neon register definitions on linuxTamas Berghammer
2015-11-23[LLDB][MIPS] Getting 0 index for H/W watchpoint is not necessarily an errorMohit K. Bhakkad
2015-11-06Fix for AArch64 watchpoint cache corruption in case of ptrace failureOmair Javaid
2015-10-27Fix for Arm watchpoint cache corruption in case of ptrace failureOmair Javaid
2015-10-25Corrects return values and typos in Arm watchpoint codeOmair Javaid
2015-10-23Fix arm lldb-server on aarch64 deviceTamas Berghammer
2015-10-19Fix for random watchpoint testsuite failures on AArch64 targets.Omair Javaid
2015-10-19[LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...Sagar Thakur
2015-10-13Fix cast in arm watchpoint handling codeTamas Berghammer
2015-10-12X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal
2015-10-01[LLDB][MIPS] Fix gp register value for o32 applications on 64-bit targetSagar Thakur
2015-09-15Clean up register naming conventions inside lldb. Jason Molenda
2015-09-07Fix the handling of FPR offsets in Linux arm/aarch64 register contextsTamas Berghammer
2015-09-07Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-09-01[NativeProcessLinux] Fix detach of multithreaded inferiorsPavel Labath
2015-09-01[NativeProcessLinux] Fix assertion failure when killing a processPavel Labath