summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* NativeProcessProtocol: Simplify breakpoint setting codePavel Labath2018-11-041-1/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+6
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-031-75/+1
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-41/+2
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-131-9/+0
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-091-2/+2
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-59/+11
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-12/+61
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-61/+12
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Delete dead code in NativeProcessLinuxAlex Langford2018-06-081-149/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-113/+99
* [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
OpenPOWER on IntegriCloud