summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* LLGS: fix tracking execve on linuxPavel Labath2019-07-251-6/+3
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-1/+1
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-231-1/+1
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-1/+1
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-1/+1
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-1/+1
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-181-1/+1
* Implement GetSharedLibraryInfoAddressAntonio Afonso2019-06-141-21/+1
* Add support to read aux vector valuesAntonio Afonso2019-06-111-0/+15
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-1/+1
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-10/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-10/+10
* 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-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
OpenPOWER on IntegriCloud