summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-19/+19
* Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath2019-02-071-4/+4
* 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-1923-92/+69
* Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath2018-12-151-101/+18
* Remove header grouping comments.Jonas Devlieghere2018-11-113-9/+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-032-77/+1
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-302-43/+2
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-132-12/+0
* Speculative fix for NetBSD bot for r341758Pavel Labath2018-09-091-2/+2
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-092-66/+13
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-082-14/+68
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-052-68/+14
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-079-10/+10
* Remove more dead code from NativeProcessLinuxAlex Langford2018-06-081-14/+0
* Delete dead code in NativeProcessLinuxAlex Langford2018-06-081-149/+0
* Typo fixes.Bruce Mitchener2018-05-294-6/+6
* Normalize some lldb #include statements.James Y Knight2018-05-222-5/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-309-193/+170
* Fix linux s390x build (pr36694)Pavel Labath2018-03-131-1/+1
* [LLDB][PPC64] Fixed issues with expedited registersPavel Labath2018-03-061-0/+4
* [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
* Reduce x86 register context boilerplate.Pavel Labath2017-12-181-49/+41
* NPL: Clean up handling of inferior exitPavel Labath2017-12-181-47/+15
* Kill struct IOVECPavel Labath2017-12-013-3/+5
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-282-0/+20
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Clean up NativeRegisterContextPavel Labath2017-11-1017-139/+100
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-096-39/+12
* Add float/vector registers for ppc64lePavel Labath2017-11-032-15/+348
* Add specific ppc64le hardware watchpoint handlerPavel Labath2017-10-272-1/+306
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-173-91/+61
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-054-2/+330
* Clean up lldb-types.hPavel Labath2017-07-183-1/+3
* Fix linux arm and mips builds broken by r308282Pavel Labath2017-07-182-4/+4
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-185-44/+21
* NativeProcessLinux: Fix handling of raise(SIGTRAP)Pavel Labath2017-07-111-5/+3
* NativeProcessLinux: Fix some compiler warningsPavel Labath2017-07-112-21/+6
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-072-213/+114
* Fix assorted compiler warnings (mismatched signedness and printf specifiers)Pavel Labath2017-07-051-1/+1
* Fixing warnings for unused variables and copy ellisionRavitheja Addepally2017-07-031-20/+15
* Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loopPavel Labath2017-07-031-12/+7
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-5/+4
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-285-1/+875
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-192-61/+15
* replace uses of strerror with llvm::sys::StrErrorPavel Labath2017-06-061-5/+5
OpenPOWER on IntegriCloud