summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Linux Buildbot.Zachary Turner2017-05-121-1/+1
* Rename Error -> Status.Zachary Turner2017-05-1217-654/+674
* [LLDB][MIPS] Core Dump Support.Nitesh Jain2017-03-311-157/+29
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Break the cycle between Host and PluginProcessUtility.Zachary Turner2017-03-221-1/+1
* Remove ProcFileReaderPavel Labath2017-03-214-167/+25
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-0/+6
* Remove HostThreadLinux/Free/NetBSDPavel Labath2017-03-171-9/+7
* Resubmit FileSystem changes.Zachary Turner2017-03-081-3/+3
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-3/+3
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-3/+3
OpenPOWER on IntegriCloud