summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/POSIX
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-4/+4
* Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath2019-09-052-14/+0
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-231-6/+5
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-232-1/+77
* Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2019-07-012-77/+1
* Fix TestGdbRemoteLibrariesSvr4SupportPavel Labath2019-07-011-2/+2
* Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso2019-06-251-5/+6
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-181-6/+5
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-182-0/+76
* Implement GetSharedLibraryInfoAddressAntonio Afonso2019-06-143-0/+158
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [CMake] Correct lldbPluginProcessPOSIX dependenciesAlex Langford2019-05-011-1/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-11/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* 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
OpenPOWER on IntegriCloud