summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX
Commit message (Expand)AuthorAgeFilesLines
* Normalize some lldb #include statements.James Y Knight2018-05-221-3/+0
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-1/+0
* Remove lldb streams from the Log class completelyPavel Labath2017-03-151-1/+0
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Implement QPassSignals GDB package in lldb-serverPavel Labath2017-02-241-5/+1
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-232-204/+22
* Remove some dead code from ProcessPOSIXLogPavel Labath2017-02-132-41/+0
* Convert Log class to llvm streamsPavel Labath2017-02-102-5/+7
* Remove the verbose category in the posix channelPavel Labath2017-02-062-3/+0
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+4
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* Fix -Wunused-function warning by preprocessor conditionalizing the function t...David Blaikie2017-01-061-0/+2
* Fix a crash in ProcessPOSIXLogPavel Labath2016-11-281-2/+2
* Fix build failure on lldb-amd64-ninja-freebsd11 error caused by rL283474Valentina Giusti2016-10-072-9/+22
* Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti2016-10-062-4/+41
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-766/+689
* 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
OpenPOWER on IntegriCloud