summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
AgeCommit message (Expand)Author
2016-02-23Work around a stepping bug in arm64 android MPavel Labath
2015-08-24[NativeProcessLinux] Pass around threads by referencePavel Labath
2015-08-21[NativeProcessLinux] Reduce the number of castsPavel Labath
2015-08-20[NativeProcessLinux] Fix a bug in instruction-stepping over thread creationPavel Labath
2015-08-09Fix for build errors on arm-linux-gnueabi-gccOmair Javaid
2015-07-21[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-16Revert "[NativeProcessLinux] Integrate MainLoop"Pavel Labath
2015-07-15[NativeProcessLinux] Integrate MainLoopPavel Labath
2015-07-09Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-07-08Revert r241672, which breaks the OS X build by introducing a dependency onSean Callanan
2015-07-08Avoid going through Platform when creating a NativeProcessProtocol instancePavel Labath
2015-06-30[NativeProcessLinux] Refactor PtraceWrapperPavel Labath
2015-06-26[NativeProcessLinux] Use lambdas in DoOperation callsPavel Labath
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29[NativeProcessLinux] clean up #includesPavel Labath
2015-05-26Move register reading form NativeProcessLinux to NativeRegisterContextLinux*Tamas Berghammer
2015-05-15[NativeProcessLinux] Fix removal of temporary breakpointsPavel Labath
2015-05-15LLDB build broke after applying patch http://reviews.llvm.org/D9706Omair Javaid
2015-05-15This patch adds support for setting/clearing hardware watchpoints and breakpo...Omair Javaid
2015-05-12Remove handling of eStateStopped from NativeProcessLinux::ResumePavel Labath
2015-05-12[NativeProcessLinux] Remove event mutex and clean functions using itPavel Labath
2015-05-11[NativeProcessLinux] Remove double thread state accountingPavel Labath
2015-05-08[NativeProcessLinux] Remove the stop callbackPavel Labath
2015-05-07[NativeProcessLinux] Remove logging and error callbacksPavel Labath
2015-05-06[NativeProcessLinux] Remove the post-stop lambdaPavel Labath
2015-05-06[NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath
2015-05-05[NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath
2015-04-29Remove trap code from disassembly.Chaoren Lin
2015-04-28[NativeProcessLinux] Add back synchronisation of thread create eventsPavel Labath
2015-04-23[NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath
2015-04-22Fix signle stepping on arm when multiple thread is involvedTamas Berghammer
2015-04-20NativeProcessLinux: Merge operation and monitor threadsPavel Labath
2015-04-17Use non-blocking waitpid in NativeProcessLinuxPavel Labath
2015-04-15Add single stepping logic for linux armTamas Berghammer
2015-04-15Fix breakpoint trap opcode detection for arm linuxTamas Berghammer
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-24Fetch module specification from remote process alsoTamas Berghammer
2015-03-19Report watchpoint hits during single stepping.Chaoren Lin
2015-03-13Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer
2015-03-11Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack
2015-03-06Initialize ProcessPOSIXLog by NativeProcessLinuxTamas Berghammer
2015-02-19 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov
2015-02-03Moving header files from source/Host/common to proper location.Chaoren Lin
2015-02-03Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin
2015-02-03Refactor ptrace commands in NativeProcessLinux to use Error as result return ...Chaoren Lin
2015-02-03Fix up NativeProcessLinux::Interrupt() to use thread state coordinator mechan...Chaoren Lin
2015-02-03llgs: more work on thread stepping.Chaoren Lin
2015-02-03Get initial thread state coordinator integration working.Chaoren Lin
2014-10-11llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala