aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-20Remove Linux sysroot dependencies of SVE PT macrosMuhammad Omair Javaid1-253/+0
2020-07-10[lldb] on s390x fix override issueKonrad Kleine1-1/+1
2020-07-07Combine multiple defs of arm64 register setsMuhammad Omair Javaid3-138/+25
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2020-05-20Revert "[lldb-server] Reset stop reason of all threads when resuming"Raphael Isemann3-7/+0
2020-05-20[lldb-server] Reset stop reason of all threads when resumingJaroslav Sevcik3-0/+7
2020-05-12Add Linux SVE Ptrace macros.Kristof Beyls1-0/+253
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki4-6/+6
2020-02-17[lldb/Plugin] Remove PLUGIN from Process POSIX & LinuxJonas Devlieghere1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann11-11/+11
2019-12-06Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid4-160/+130
2019-10-31[lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade4-2/+16
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