summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [NativeProcessLinux] Remove double thread state accountingPavel Labath2015-05-111-42/+7
* [NativeProcessLinux] Remove the stop callbackPavel Labath2015-05-081-68/+33
* [NativeProcessLinux] Remove logging and error callbacksPavel Labath2015-05-071-61/+21
* [NativeProcessLinux] Remove the post-stop lambdaPavel Labath2015-05-061-35/+17
* [NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath2015-05-061-4/+222
* [NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath2015-05-051-14/+6
* Remove trap code from disassembly.Chaoren Lin2015-04-291-3/+6
* [NativeProcessLinux] Add back synchronisation of thread create eventsPavel Labath2015-04-281-0/+3
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-231-3/+0
* Fix signle stepping on arm when multiple thread is involvedTamas Berghammer2015-04-221-0/+6
* NativeProcessLinux: Merge operation and monitor threadsPavel Labath2015-04-201-60/+8
* Use non-blocking waitpid in NativeProcessLinuxPavel Labath2015-04-171-8/+11
* Add single stepping logic for linux armTamas Berghammer2015-04-151-0/+4
* Fix breakpoint trap opcode detection for arm linuxTamas Berghammer2015-04-151-1/+1
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-27/+30
OpenPOWER on IntegriCloud