summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-950/+0
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-47/+44
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-7/+1
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+2
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-141-0/+28
* Remove dead code in ProcessPOSIX.Davide Italiano2015-04-011-33/+0
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-061-1/+10
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-191-0/+5
* Fix broken Linux build after signature change of ResolveExecutable.Oleksiy Vyalov2014-11-171-6/+7
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-1/+1
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-2/+1
* Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.Todd Fiala2014-09-081-7/+9
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-8/+2
* 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
OpenPOWER on IntegriCloud