summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][PPC64] Fixed next blocked forever at same linePavel Labath2018-02-211-5/+1
* Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath2018-01-291-10/+13
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-47/+15
* Kill struct IOVECPavel Labath2017-12-011-1/+1
* Clean up NativeRegisterContextPavel Labath2017-11-101-30/+23
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-5/+0
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-87/+59
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-051-1/+13
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-14/+10
* NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath2017-07-111-5/+3
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-194/+96
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-12/+7
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-281-1/+279
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-191-60/+14
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-5/+5
* Rename Error -> Status.Zachary Turner2017-05-121-132/+135
* Remove ProcFileReaderPavel Labath2017-03-211-26/+25
* Resubmit FileSystem changes.Zachary Turner2017-03-081-3/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-3/+3
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-1/+21
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+7
* NPL: Fix an incorrect logging formatv callPavel Labath2017-02-171-2/+2
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* Remove the verbose category in the posix channelPavel Labath2017-02-061-9/+8
* Fix missing include in NativeProcessLinuxPavel Labath2017-02-061-7/+4
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski2017-02-011-2/+2
* Add format_provider for lldb::StateTypePavel Labath2017-01-241-5/+5
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-201-0/+1
* Refactor logging in NativeProcessLinuxPavel Labath2017-01-191-637/+323
* Improve the performance of jModulesInfo in lldb-serverTamas Berghammer2017-01-031-104/+89
* Remove linux/personality.h wrapperPavel Labath2016-12-151-1/+0
* 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
OpenPOWER on IntegriCloud