summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Pull FixupBreakpointPCAsNeeded into base classPavel Labath2018-10-031-2/+0
* Pull GetSoftwareBreakpointPCOffset into base classPavel Labath2018-09-301-2/+0
* NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base classPavel Labath2018-09-131-3/+0
* Re-commit "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-091-7/+2
* Revert "Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode"Pavel Labath2018-09-081-2/+7
* Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcodePavel Labath2018-09-051-7/+2
* Remove more dead code from NativeProcessLinuxAlex Langford2018-06-081-14/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-3/+3
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-2/+1
* Simplify NativeProcessProtocol::GetArchitecture/GetByteOrderPavel Labath2017-11-091-1/+1
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-171-2/+2
* Clean up lldb-types.hPavel Labath2017-07-181-1/+1
* Remove shared pointer from NativeProcessProtocolPavel Labath2017-07-181-5/+4
* Add a NativeProcessProtocol Factory classPavel Labath2017-07-071-19/+18
* Implementation of Intel(R) Processor Trace support for LinuxRavitheja Addepally2017-06-281-0/+54
* Add pretty-printer for wait(2) statuses and modernize the code handling themPavel Labath2017-06-191-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-43/+44
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move GetAuxvData from Host to relevant process pluginsPavel Labath2017-03-171-0/+6
* Hardware breakpoints for Linux on Arm/AArch64 targetsOmair Javaid2017-02-241-0/+2
* Improve the performance of jModulesInfo in lldb-serverTamas Berghammer2017-01-031-1/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-168/+123
* Unify process launching code on linuxPavel Labath2016-07-211-6/+0
* [NPL] Simplify process launch codePavel Labath2016-07-151-39/+3
* [LLGS] Log more precise errors during inferior launchPavel Labath2016-07-061-0/+3
* Remove Platform usages from NativeProcessLinuxPavel Labath2016-06-141-11/+3
* Remove Mutex from NativeProcessLinuxPavel Labath2016-05-161-2/+0
* Work around a stepping bug in arm64 android MPavel Labath2016-02-231-13/+3
* [NativeProcessLinux] Pass around threads by referencePavel Labath2015-08-241-11/+8
* [NativeProcessLinux] Reduce the number of castsPavel Labath2015-08-211-6/+9
* [NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath2015-08-201-33/+5
* Fix for build errors on arm-linux-gnueabi-gccOmair Javaid2015-08-091-1/+1
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-211-33/+10
* Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath2015-07-161-10/+33
* [NativeProcessLinux] Integrate MainLoopPavel Labath2015-07-151-33/+10
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-091-11/+7
* Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan2015-07-081-7/+11
* Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath2015-07-081-11/+7
* [NativeProcessLinux] Refactor PtraceWrapperPavel Labath2015-06-301-2/+7
* [NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath2015-06-261-26/+3
* Fetch object file load address if it isn't specified by the linkerTamas Berghammer2015-06-181-0/+3
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-16/+17
* [NativeProcessLinux] clean up #includesPavel Labath2015-05-291-6/+0
* Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer2015-05-261-51/+38
* [NativeProcessLinux] Fix removal of temporary breakpointsPavel Labath2015-05-151-2/+2
* LLDB build broke after applying patch http://reviews.llvm.org/D9706Omair Javaid2015-05-151-2/+1
* This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid2015-05-151-0/+11
* Remove handling of eStateStopped from NativeProcessLinux::ResumePavel Labath2015-05-121-29/+1
* [NativeProcessLinux] Remove event mutex and clean functions using itPavel Labath2015-05-121-44/+7
OpenPOWER on IntegriCloud