summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX
Commit message (Expand)AuthorAgeFilesLines
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-32/+0
* Use SI_KERNEL on platforms defining itStephane Sezer2015-09-141-2/+3
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Remove old local-only linux debugging codePavel Labath2015-06-2418-4657/+0
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-292-49/+48
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-292-4/+0
* Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath2015-05-291-21/+21
* Initial FreeBSD/arm live debugging supportEd Maste2015-05-131-0/+4
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-132-10/+1
* Get lldb-server building on android-9Vince Harron2015-05-121-0/+2
* Adds Register Context Linux/POSIX for ARM Architecture Omair Javaid2015-04-145-0/+461
* Fix compilation failure caused by r234366.Chaoren Lin2015-04-071-1/+1
* Make sure the OperatingSystem plug-ins will work on linux as well. This goes ...Greg Clayton2015-04-071-1/+4
* Remove dead code in ProcessPOSIX.Davide Italiano2015-04-011-33/+0
* Remove virtual and add override for lots of function.Tamas Berghammer2015-03-252-45/+45
* Create NativeRegisterContext for android-arm64Tamas Berghammer2015-03-131-0/+3
* Initialize ProcessGDBRemoteLog for LLGS to fix remote platform loggingRobert Flack2015-03-112-0/+24
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-034-4/+8
* Fix TestProcesslaunch regression caused by D7372Pavel Labath2015-02-061-1/+10
* Implement initial Altivec supportJustin Hibbits2015-02-052-0/+23
* Add PowerPC FPR access to the process monitorJustin Hibbits2015-02-051-21/+22
* Share crash information between LLGS and local POSIX debugging withChaoren Lin2015-02-037-254/+402
* 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
* Improve PowerPC unwind supportJustin Hibbits2014-11-121-1/+6
* Fix a bunch of [-Werror,-Winconsistent-missing-override] errors.Eric Christopher2014-11-041-28/+28
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-314-0/+434
* Minor tweak to Ed's FreeBSD fix.Todd Fiala2014-10-011-1/+1
* Add a bandaid to fix the FreeBSD buildEd Maste2014-10-011-0/+4
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-276-17/+17
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-2/+1
* Create a HostThread abstraction.Zachary Turner2014-09-091-1/+5
* Fix configure & make build with python disabledKeno Fischer2014-09-091-4/+4
* Linux/FreeBSD local debugging: allow redirection to pts for POSIX process.Todd Fiala2014-09-082-8/+11
* Linux ARM64: add ProcessMonitor-related RegisterContext support.Todd Fiala2014-09-024-0/+424
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-292-16/+4
* lldb - Register Context Linux ARM64Todd Fiala2014-08-291-0/+5
* lldb Missing ARM64 breakpoint opcode for ProcessPOSIX added.Todd Fiala2014-08-271-0/+6
* Move Host::GetArchitecture to HostInfo::GetArchitecture.Zachary Turner2014-08-201-4/+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-152-7/+3
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-142-4/+4
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-302-0/+16
* Remove useless callSylvestre Ledru2014-06-211-1/+0
* Refactored RegisterInfoInterface into its own header.Todd Fiala2014-05-164-4/+4
* Address hung tests in Linux.Todd Fiala2014-04-181-1/+1
* 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
OpenPOWER on IntegriCloud