summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and speedup NativeRegisterContextLinux_arm64Muhammad Omair Javaid2019-12-064-160/+130
* [lldb] Fix offset intersection bug between MPX and AVX registersGuilherme Andrade2019-10-314-2/+16
* NativeProcessLinux: Remove some register context boilerplatePavel Labath2019-09-0210-202/+114
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-147-8/+8
* LLGS: fix tracking execve on linuxPavel Labath2019-07-251-6/+3
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-244-30/+23
* 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
* Don't check the validity of newly contructed data buffersPavel Labath2019-07-015-35/+0
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-011-1/+1
* Remove null checks of results of new expressionsPavel Labath2019-07-015-26/+0
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-1/+1
* [lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny2019-06-211-30/+8
* 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-142-29/+3
* Add support to read aux vector valuesAntonio Afonso2019-06-112-0/+19
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-7/+7
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-161-1/+1
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-10/+2
* [lldb] Use local definition of get_cpuid_countJoseph Tremoulet2019-04-241-1/+18
* [Process] Fix linux arm64 single step compilation failureAlex Langford2019-04-161-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1010-46/+0
* [Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath2019-04-012-51/+71
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-211-4/+8
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-8/+8
* 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
OpenPOWER on IntegriCloud