aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux
AgeCommit message (Expand)AuthorFilesLines
2019-09-02NativeProcessLinux: Remove some register context boilerplatePavel Labath10-202/+114
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere7-8/+8
2019-07-25LLGS: fix tracking execve on linuxPavel Labath1-6/+3
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere4-30/+23
2019-07-23Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso1-1/+1
2019-07-23Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso1-1/+1
2019-07-01Don't check the validity of newly contructed data buffersPavel Labath5-35/+0
2019-07-01Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath1-1/+1
2019-07-01Remove null checks of results of new expressionsPavel Labath5-26/+0
2019-06-25Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso1-1/+1
2019-06-21[lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny1-30/+8
2019-06-18Add ReadCStringFromMemory for faster string readsAntonio Afonso1-1/+1
2019-06-18Implement xfer:libraries-svr4:read packetAntonio Afonso1-1/+1
2019-06-14Implement GetSharedLibraryInfoAddressAntonio Afonso2-29/+3
2019-06-11Add support to read aux vector valuesAntonio Afonso2-0/+19
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2-7/+7
2019-05-16Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song1-1/+1
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song1-10/+2
2019-04-24[lldb] Use local definition of get_cpuid_countJoseph Tremoulet1-1/+18
2019-04-16[Process] Fix linux arm64 single step compilation failureAlex Langford1-0/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere10-46/+0
2019-04-01[Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath2-51/+71
2019-03-21[lldb] Add missing EINTR handlingMichal Gorny1-4/+8
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl3-8/+8
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2-19/+19
2019-02-07Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath1-4/+4
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 Carruth23-92/+69
2018-12-15Remove /proc/pid/maps parsing code from NativeProcessLinuxPavel Labath1-101/+18
2018-11-11Remove header grouping comments.Jonas Devlieghere3-9/+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 Labath2-77/+1
2018-09-30Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2-43/+2
2018-09-13NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2-12/+0
2018-09-09Speculative fix for NetBSD bot for r341758Pavel Labath1-2/+2
2018-09-09Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2-66/+13
2018-09-08Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2-14/+68
2018-09-05Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2-68/+14
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath9-10/+10
2018-06-08Remove more dead code from NativeProcessLinuxAlex Langford1-14/+0
2018-06-08Delete dead code in NativeProcessLinuxAlex Langford1-149/+0
2018-05-29Typo fixes.Bruce Mitchener4-6/+6
2018-05-22Normalize some lldb #include statements.James Y Knight2-5/+1
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl1-3/+3
2018-04-30Reflow paragraphs in comments.Adrian Prantl9-193/+170
2018-03-13Fix linux s390x build (pr36694)Pavel Labath1-1/+1
2018-03-06[LLDB][PPC64] Fixed issues with expedited registersPavel Labath1-0/+4
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