aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-24Remove old local-only linux debugging codePavel Labath1-950/+0
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-47/+44
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-13Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner1-7/+1
2015-05-12Get lldb-server building on android-9Vince Harron1-0/+2
2015-04-14Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid1-0/+28
2015-04-01Remove dead code in ProcessPOSIX.Davide Italiano1-33/+0
2015-02-06Fix TestProcesslaunch regression caused by D7372Pavel Labath1-1/+10
2014-11-19Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov1-0/+5
2014-11-17Fix broken Linux build after signature change of ResolveExecutable.Oleksiy Vyalov1-6/+7
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala1-1/+1
2014-09-15use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala1-2/+1
2014-09-08Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.Todd Fiala1-7/+9
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala1-8/+2
2014-08-27lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.Todd Fiala1-0/+6
2014-08-17Fix Linux to respect ASLR settings when launching processes to debug locally ...Todd Fiala1-0/+1
2014-08-15Move FileSystem functions out of Host and into their own classes.Zachary Turner1-4/+2
2014-08-14Refactor FileAction out of ProcessLaunchInfo.Zachary Turner1-3/+3
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala1-0/+13
2014-04-02Use getpgid() with waitpid() in case the process pgid is not equal to its pid...Andrew MacPherson1-2/+10
2014-04-01Implement ProcessMonitor::Kill for LinuxEd Maste1-4/+0
2014-04-01Implement ProcessMonitor::Kill for FreeBSDEd Maste1-3/+5
2014-03-20Switch over to use the ArchSpec::GetMachine() instead of ArchSpec::GetCore() ...Greg Clayton1-3/+3
2014-03-08POSIX: fix possible invalid API usageSaleem Abdulrasool1-1/+1
2014-03-08POSIX: add missing curly bracesSaleem Abdulrasool1-0/+2
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham1-14/+0
2013-12-11Fix Linux by partially reverting 196787Ed Maste1-0/+126
2013-12-09Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas1-1/+1
2013-12-09Threaded inferior support for FreeBSDEd Maste1-126/+0
2013-10-11Simplify indirect rld_map for mips (rework r192408).Ed Maste1-15/+2
2013-10-11Support mips shared object debug infoEd Maste1-5/+17
2013-10-09Add exec support for Linux including common support for POSIX.Matt Kopec1-2/+37
2013-09-17Fixing a problem with thread creation signal order dependencyAndrew Kaylor1-1/+20
2013-09-03Clean up handling of FreeBSD thread list on Launch / AttachEd Maste1-0/+4
2013-08-30Move detach to FreeBSD- and Linux-specific classes.Ed Maste1-28/+0
2013-08-29Perform thread lookup after RefreshStateAfterStop()Ed Maste1-2/+2
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-1/+3
2013-08-08Remove unreachable code when thread exits on Linux.Matt Kopec1-6/+0
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain1-5/+8
2013-07-24Modify ProcessPOSIX to use the thread list mutex as neededDaniel Malea1-0/+17
2013-07-10Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor1-0/+8
2013-07-10Add support for listing inferior thread names on Linux.Matt Kopec1-1/+6
2013-07-09Reverting ProcessMonitor shared pointer changesAndrew Kaylor1-4/+2
2013-07-09Use shared pointers to hold the process in ProcessMonitorAndrew Kaylor1-2/+4
2013-07-09Fix signal handling for POSIX (only tested on Linux) processes in multi-threa...Matt Kopec1-19/+50
2013-07-04Avoid crash if we fail to resolve process in attachEd Maste1-3/+2
2013-07-03Update error message; detach-keeps-stopped is also not on FreeBSDEd Maste1-2/+2
2013-07-01Split symbol support for ELF and Linux.Michael Sartain1-1/+1
2013-06-26Remove unneeded limbo state flag.Matt Kopec1-13/+2
2013-06-03Fix setting of watchpoints on inferior thread creation for Linux.Matt Kopec1-21/+35