summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Linux/ProcessLinux.h
Commit message (Expand)AuthorAgeFilesLines
* Remove old local-only linux debugging codePavel Labath2015-06-241-110/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-2/+2
* Move several plugin to its own namespaceTamas Berghammer2015-03-311-22/+27
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-251-16/+16
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-2/+2
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-14/+0
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-2/+3
* Make ProcessLinux return true for DetachRequiresHalt() because PTRACE_DETACH ...Andrew MacPherson2014-03-251-0/+3
* Fix Linux by partially reverting 196787Ed Maste2013-12-111-6/+0
* Fix Linux build after r196787Ed Maste2013-12-091-0/+3
* Threaded inferior support for FreeBSDEd Maste2013-12-091-0/+3
* Correct header guard #endif commentsEd Maste2013-12-041-1/+1
* Move detach to FreeBSD- and Linux-specific classes.Ed Maste2013-08-301-0/+3
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-0/+4
* Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi2013-07-171-1/+7
* Revert the ELF core file support until a few things can be worked out:Greg Clayton2013-07-121-7/+1
* Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi2013-07-121-1/+7
* Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor2013-05-281-0/+8
* The Linux process plugin wasn't returning the correct linux signals. This fix...Matt Kopec2013-05-171-0/+9
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...Greg Clayton2012-04-121-1/+1
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+3
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-139/+3
* Patch from Dragos Tatulea which was a modified version of a patch fromGreg Clayton2011-11-051-8/+2
* This patch fixes debugging of single threaded apps on Linux. Johnny Chen2011-10-181-1/+2
* Patch from dawn@burble.org to build on linux!Johnny Chen2011-10-101-0/+4
* Update ProcessLinux::CanDebug prototypePeter Collingbourne2011-07-221-1/+1
* Implement ProcessLinux::Do{Allocate,Deallocate}Memory using inferior mmap/mun...Peter Collingbourne2011-06-031-4/+3
* linux: initial support for 'real' signal handlingStephen Wilson2011-03-301-0/+20
* linux: simple support for process input and outputStephen Wilson2011-03-231-0/+9
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-6/+0
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-1/+2
* Initial support for a DynamicLoader plugin on Linux.Stephen Wilson2011-01-161-0/+12
* Implement ProcessLinux::GetImageInfoAddress().Stephen Wilson2011-01-151-0/+3
* Do not load sections manually when launching a Linux process.Stephen Wilson2011-01-041-3/+0
* Update ProcessLinux method signatures to be in line with LLDB's current API.Stephen Wilson2011-01-041-1/+2
* Add a new Process plugin for Linux.Stephen Wilson2010-07-241-0/+188
OpenPOWER on IntegriCloud