summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Linux/ProcessLinux.h
AgeCommit message (Expand)Author
2015-06-24Remove old local-only linux debugging codePavel Labath
2015-05-13Fixed a ton of gcc compile warningsVince Harron
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2015-03-25Remove virtual and add override for lots of function.Tamas Berghammer
2014-09-27Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala
2014-08-29Consolidate UnixSignals setting/getting in Process.Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala
2014-03-25Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH ...Andrew MacPherson
2013-12-11Fix Linux by partially reverting 196787Ed Maste
2013-12-09Fix Linux build after r196787Ed Maste
2013-12-09Threaded inferior support for FreeBSDEd Maste
2013-12-04Correct header guard #endif commentsEd Maste
2013-08-30Move detach to FreeBSD- and Linux-specific classes.Ed Maste
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi
2013-05-28Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor
2013-05-17The Linux process plugin wasn't returning the correct linux signals. This fix...Matt Kopec
2013-05-10<rdar://problem/13854277>Greg Clayton
2012-04-12Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton
2012-02-21Linux fix patch from Dmitry Vyukov.Greg Clayton
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen
2011-11-05Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton
2011-10-18This patch fixes debugging of single threaded apps on Linux. Johnny Chen
2011-10-10Patch from dawn@burble.org to build on linux!Johnny Chen
2011-07-22Update ProcessLinux::CanDebug prototypePeter Collingbourne
2011-06-03Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...Peter Collingbourne
2011-03-30linux: initial support for 'real' signal handlingStephen Wilson
2011-03-23linux: simple support for process input and outputStephen Wilson
2011-02-16The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton
2011-01-23Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton
2011-01-16Initial support for a DynamicLoader plugin on Linux.Stephen Wilson
2011-01-15Implement ProcessLinux::GetImageInfoAddress().Stephen Wilson
2011-01-04Do not load sections manually when launching a Linux process.Stephen Wilson
2011-01-04Update ProcessLinux method signatures to be in line with LLDB's current API.Stephen Wilson
2010-07-24Add a new Process plugin for Linux.Stephen Wilson