aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath1-101/+18
2018-11-11Remove header grouping comments.Jonas Devlieghere1-3/+0
2018-11-04NativeProcessProtocol: Simplify breakpoint setting codePavel Labath1-1/+0
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-4/+6
2018-10-03Pull FixupBreakpointPCAsNeeded into base classPavel Labath1-75/+1
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath1-41/+2
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath1-9/+0
2018-09-09Speculative fix for NetBSD bot for r341758Pavel Labath1-2/+2
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-59/+11
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath1-12/+61
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath1-61/+12
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-2/+2
2018-06-08Delete dead code in NativeProcessLinuxAlex Langford1-149/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-113/+99
2018-02-21[LLDB][PPC64] Fixed next blocked forever at same linePavel Labath1-5/+1
2018-01-29Remove ObjectFile usage from HostLinux::GetProcessInfoPavel Labath1-10/+13
2017-12-18NPL: Clean up handling of inferior exitPavel Labath1-47/+15
2017-12-01Kill struct IOVECPavel Labath1-1/+1
2017-11-10Clean up NativeRegisterContextPavel Labath1-30/+23
2017-11-09Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath1-5/+0
2017-10-17Remove shared_pointer from NativeThreadProtocolPavel Labath1-87/+59
2017-10-05Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov1-1/+13
2017-07-18Remove shared pointer from NativeProcessProtocolPavel Labath1-14/+10
2017-07-11NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath1-5/+3
2017-07-07Add a NativeProcessProtocol Factory classPavel Labath1-194/+96
2017-07-03Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath1-12/+7
2017-06-28Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally1-1/+279
2017-06-19Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath1-60/+14
2017-06-06replace uses of strerror with llvm::sys::StrErrorPavel Labath1-5/+5
2017-05-12Rename Error -> Status.Zachary Turner1-132/+135
2017-03-21Remove ProcFileReaderPavel Labath1-26/+25
2017-03-08Resubmit FileSystem changes.Zachary Turner1-3/+3
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath1-3/+3
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner1-3/+3
2017-02-24Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid1-1/+21
2017-02-24Implement QPassSignals GDB package in lldb-serverPavel Labath1-0/+7
2017-02-17NPL: Fix an incorrect logging formatv callPavel Labath1-2/+2
2017-02-16Finish breaking the dependency from Utility.Zachary Turner1-1/+1
2017-02-06Remove the verbose category in the posix channelPavel Labath1-9/+8
2017-02-06Fix missing include in NativeProcessLinuxPavel Labath1-7/+4
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski1-2/+2
2017-02-02Move classes from Core -> Utility.Zachary Turner1-1/+1
2017-02-01Transform ProcessLauncherLinux to ProcessLauncherPosixForkKamil Rytarowski1-2/+2
2017-01-24Add format_provider for lldb::StateTypePavel Labath1-5/+5
2017-01-20Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer1-0/+1
2017-01-19Refactor logging in NativeProcessLinuxPavel Labath1-637/+323
2017-01-03Improve the performance of jModulesInfo in lldb-serverTamas Berghammer1-104/+89
2016-12-15Remove linux/personality.h wrapperPavel Labath1-1/+0