summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-046-6/+6
* Move Log from Core -> Utility.Zachary Turner2017-03-036-6/+6
* Merge Linux and FreeBSD arm register contextsPavel Labath2017-02-271-2/+2
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-248-111/+319
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-0/+7
* NPL: Fix an incorrect logging formatv callPavel Labath2017-02-171-2/+2
* NPL: Fix one more bug in the single step workaroundPavel Labath2017-02-172-2/+9
* Finish breaking the dependency from Utility.Zachary Turner2017-02-161-1/+1
* NPL: Fix single step workaroundPavel Labath2017-02-163-10/+13
* Remove the verbose category in the posix channelPavel Labath2017-02-061-9/+8
* Fix missing include in NativeProcessLinuxPavel Labath2017-02-061-7/+4
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+2
* Use LLDB_LOG in NativeRegisterContextLinux*** filesPavel Labath2017-02-034-182/+79
OpenPOWER on IntegriCloud