summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
* lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.Todd Fiala2014-08-271-0/+6
* Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala2014-08-171-0/+1
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-4/+2
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-3/+3
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+13
* Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson2014-04-021-2/+10
* Implement ProcessMonitor::Kill for LinuxEd Maste2014-04-011-4/+0
* Implement ProcessMonitor::Kill for FreeBSDEd Maste2014-04-011-3/+5
* Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton2014-03-201-3/+3
* POSIX: fix possible invalid API usageSaleem Abdulrasool2014-03-081-1/+1
* POSIX: add missing curly bracesSaleem Abdulrasool2014-03-081-0/+2
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-14/+0
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-0/+126
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* Threaded inferior support for FreeBSDEd Maste2013-12-091-126/+0
* Simplify indirect rld_map for mips (rework r192408).Ed Maste2013-10-111-15/+2
* Support mips shared object debug infoEd Maste2013-10-111-5/+17
* Add exec support for Linux including common support for POSIX.Matt Kopec2013-10-091-2/+37
* Fixing a problem with thread creation signal order dependencyAndrew Kaylor2013-09-171-1/+20
* Clean up handling of FreeBSD thread list on Launch / AttachEd Maste2013-09-031-0/+4
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-301-28/+0
* Perform thread lookup after RefreshStateAfterStop()Ed Maste2013-08-291-2/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-1/+3
* Remove unreachable code when thread exits on Linux.Matt Kopec2013-08-081-6/+0
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-5/+8
* Modify ProcessPOSIX to use the thread list mutex as neededDaniel Malea2013-07-241-0/+17
* Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor2013-07-101-0/+8
* Add support for listing inferior thread names on Linux.Matt Kopec2013-07-101-1/+6
* Reverting ProcessMonitor shared pointer changesAndrew Kaylor2013-07-091-4/+2
* Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor2013-07-091-2/+4
* Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec2013-07-091-19/+50
* Avoid crash if we fail to resolve process in attachEd Maste2013-07-041-3/+2
* Update error message; detach-keeps-stopped is also not on FreeBSDEd Maste2013-07-031-2/+2
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-1/+1
* Remove unneeded limbo state flag.Matt Kopec2013-06-261-13/+2
* Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec2013-06-031-21/+35
* Add ability to attach/detach to multi-threaded inferiors on Linux.Matt Kopec2013-05-311-2/+9
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-36/+81
* Adding support for process attach by pid on Linux.Andrew Kaylor2013-05-071-1/+34
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-071-0/+128
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+8
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-8/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+8
* Fix bug in ProcessPOSIX::IsAlive() exposed by r178324Daniel Malea2013-04-011-1/+4
* Fix the Linux build issues introduced by r178191.Ashok Thirumurthi2013-03-281-3/+3
* Recommit lldb realtime output for POSIX.Matt Kopec2013-03-141-22/+2
* Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert.Matt Kopec2013-03-141-2/+22
* Change Linux/POSIX to output inferior output in realtime.Matt Kopec2013-03-111-22/+2
* Fix string warning I introduced with indirect function support.Matt Kopec2013-03-011-1/+2
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-0/+13
OpenPOWER on IntegriCloud