aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-168/+123
2016-07-21Unify process launching code on linuxPavel Labath1-6/+0
2016-07-15[NPL] Simplify process launch codePavel Labath1-39/+3
2016-07-06[LLGS] Log more precise errors during inferior launchPavel Labath1-0/+3
2016-06-14Remove Platform usages from NativeProcessLinuxPavel Labath1-11/+3
2016-05-16Remove Mutex from NativeProcessLinuxPavel Labath1-2/+0
2016-02-23Work around a stepping bug in arm64 android MPavel Labath1-13/+3
2015-08-24[NativeProcessLinux] Pass around threads by referencePavel Labath1-11/+8
2015-08-21[NativeProcessLinux] Reduce the number of castsPavel Labath1-6/+9
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath1-33/+5
2015-08-09Fix for build errors on arm-linux-gnueabi-gccOmair Javaid1-1/+1
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath1-33/+10
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath1-10/+33
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath1-33/+10
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-11/+7
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan1-7/+11
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath1-11/+7
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath1-2/+7
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath1-26/+3
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer1-0/+3
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-16/+17
2015-05-29[NativeProcessLinux] clean up #includesPavel Labath1-6/+0
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer1-51/+38
2015-05-15[NativeProcessLinux] Fix removal of temporary breakpointsPavel Labath1-2/+2
2015-05-15LLDB build broke after applying patch http://reviews.llvm.org/D9706Omair Javaid1-2/+1
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid1-0/+11
2015-05-12Remove handling of eStateStopped from NativeProcessLinux::ResumePavel Labath1-29/+1
2015-05-12[NativeProcessLinux] Remove event mutex and clean functions using itPavel Labath1-44/+7
2015-05-11[NativeProcessLinux] Remove double thread state accountingPavel Labath1-42/+7
2015-05-08[NativeProcessLinux] Remove the stop callbackPavel Labath1-68/+33
2015-05-07[NativeProcessLinux] Remove logging and error callbacksPavel Labath1-61/+21
2015-05-06[NativeProcessLinux] Remove the post-stop lambdaPavel Labath1-35/+17
2015-05-06[NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath1-4/+222
2015-05-05[NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath1-14/+6
2015-04-29Remove trap code from disassembly.Chaoren Lin1-3/+6
2015-04-28[NativeProcessLinux] Add back synchronisation of thread create eventsPavel Labath1-0/+3
2015-04-23[NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath1-3/+0
2015-04-22Fix signle stepping on arm when multiple thread is involvedTamas Berghammer1-0/+6
2015-04-20NativeProcessLinux: Merge operation and monitor threadsPavel Labath1-60/+8
2015-04-17Use non-blocking waitpid in NativeProcessLinuxPavel Labath1-8/+11
2015-04-15Add single stepping logic for linux armTamas Berghammer1-0/+4
2015-04-15Fix breakpoint trap opcode detection for arm linuxTamas Berghammer1-1/+1
2015-03-31Move several plugin to its own namespaceTamas Berghammer1-27/+30
2015-03-24Fetch module specification from remote process alsoTamas Berghammer1-1/+4
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin1-0/+9
2015-03-13Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer1-2/+2
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack1-6/+0
2015-03-06Initialize ProcessPOSIXLog by NativeProcessLinuxTamas Berghammer1-0/+3
2015-02-19 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov1-6/+3
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin1-1/+1