summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-1/+4
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-0/+9
* Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer2015-03-131-2/+2
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-6/+0
* Initialize ProcessPOSIXLog by NativeProcessLinuxTamas Berghammer2015-03-061-0/+3
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-6/+3
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-1/+1
* Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin2015-02-031-0/+3
* Refactor ptrace commands in NativeProcessLinux to use Error as result return ...Chaoren Lin2015-02-031-14/+14
* Fix up NativeProcessLinux::Interrupt() to use thread state coordinator mechan...Chaoren Lin2015-02-031-0/+3
* llgs: more work on thread stepping.Chaoren Lin2015-02-031-0/+5
* Get initial thread state coordinator integration working.Chaoren Lin2015-02-031-18/+25
* llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.Todd Fiala2014-10-111-9/+9
* llgs: fix Ctrl-C inferior interrupt handling to do the right thing.Todd Fiala2014-09-111-0/+16
OpenPOWER on IntegriCloud