summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][MIPS] Software single steppingMohit K. Bhakkad2015-05-071-4/+8
* [NativeProcessLinux] Remove the post-stop lambdaPavel Labath2015-05-061-97/+38
* [NativeProcessLinux] fold ThreadStateCoordinator into NPLPavel Labath2015-05-061-70/+627
* Fix Android build.Chaoren Lin2015-05-051-1/+1
* [NativeProcessLinux] Get rid of the thread state coordinator threadPavel Labath2015-05-051-96/+93
* Remove trap code from disassembly.Chaoren Lin2015-04-291-29/+34
* [NativeProcessLinux] Add back synchronisation of thread create eventsPavel Labath2015-04-281-15/+82
* Fix register read callback in linux-arm single steppingPavel Labath2015-04-271-21/+33
* Fix TestFdLeak on Linux.Chaoren Lin2015-04-231-0/+6
* [NativeProcessLinux] Fix race condition during inferior thread creationPavel Labath2015-04-231-114/+16
* [LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad2015-04-231-0/+6
* Fix signle stepping on arm when multiple thread is involvedTamas Berghammer2015-04-221-168/+199
* NativeProcessLinux: Merge operation and monitor threadsPavel Labath2015-04-201-352/+211
* Auto advance pc for signle stepping on arm when emulation failesTamas Berghammer2015-04-201-17/+37
* Fix LLDB ARM GCC4.7 broken buildOmair Javaid2015-04-191-1/+1
* Use non-blocking waitpid in NativeProcessLinuxPavel Labath2015-04-171-67/+285
* Add single stepping logic for linux armTamas Berghammer2015-04-151-0/+161
* Fix breakpoint trap opcode detection for arm linuxTamas Berghammer2015-04-151-5/+31
* [LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.Mohit K. Bhakkad2015-04-091-1/+6
* [LLDB][MIPS] Read/Write register for MIPS64Mohit K. Bhakkad2015-03-311-0/+19
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-19/+20
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-13/+13
* Fix wrong type convesrion in ReadRegOperationTamas Berghammer2015-03-251-1/+1
* Fetch module specification from remote process alsoTamas Berghammer2015-03-241-5/+43
* Report watchpoint hits during single stepping.Chaoren Lin2015-03-191-80/+111
* Change reinterpret_casts to static_casts in NativeProcessLinuxTamas Berghammer2015-03-171-34/+34
* [MIPS] - Register Context for MIPS64Mohit K. Bhakkad2015-03-171-0/+7
* Create NativeRegisterContext for android-arm64Tamas Berghammer2015-03-131-23/+17
* Add code to exit the NativeProcessLinux Monitor thread on androidTamas Berghammer2015-03-131-4/+5
* Test Commit: Spell correctionBhushan D. Attarde2015-03-121-2/+2
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-111-21/+0
* Initialize ProcessPOSIXLog by NativeProcessLinuxTamas Berghammer2015-03-061-0/+21
* Fix deadlock in operation thread in NativeProcessLinuxTamas Berghammer2015-03-041-9/+13
* Fix errors building on linux.Zachary Turner2015-03-031-0/+1
* Make it possible to stop the operation thread in NativeProcessLinuxTamas Berghammer2015-03-021-2/+11
* Fix attaching to 32 bit inferior with 64 bit llgs.Chaoren Lin2015-03-011-2/+2
* Casting pid to ::pid_t when invoking syscall.Chaoren Lin2015-02-281-1/+2
* Truncate target file for stdout and stderrTamas Berghammer2015-02-251-2/+2
* Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait un...Oleksiy Vyalov2015-02-191-1/+3
* Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86)Tamas Berghammer2015-02-061-17/+15
* Fix TestThreadSpecificBreakpoint with LLGSTamas Berghammer2015-02-061-135/+134
* Avoid leakage of file descriptors in LLDB and LLGSPavel Labath2015-02-041-1/+9
* Fix TestThreadStepOut on Linux with LLGSChaoren Lin2015-02-031-1/+8
* Implement setting and clearing watchpoints.Chaoren Lin2015-02-031-1/+1
* Moving header files from source/Host/common to proper location.Chaoren Lin2015-02-031-2/+2
* Make ThreadStateCoordinator to handle properly failed stop/resume operations.Chaoren Lin2015-02-031-11/+12
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-031-4/+3
* Modify ThreadStateCoodrinator in order to resume threads if stop wasn't reque...Chaoren Lin2015-02-031-94/+85
* Refactor ptrace commands in NativeProcessLinux to use Error as result return ...Chaoren Lin2015-02-031-260/+174
* LLGS local - signal stops inferior in debuggerChaoren Lin2015-02-031-20/+1
OpenPOWER on IntegriCloud