summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD
Commit message (Expand)AuthorAgeFilesLines
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-3/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Fix some "control reaches end of non-void function" warningsPavel Labath2019-07-261-0/+2
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-253-46/+105
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-242-155/+139
* Add support to read aux vector valuesAntonio Afonso2019-06-115-264/+14
* [DynamicLoader] Make sure we always set the rendezvous breakpointAntonio Afonso2019-06-051-5/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-4/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-113-27/+27
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+1
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* [lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya2019-01-071-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-152-9/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-114-14/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-012-4/+4
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-2/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-2/+2
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-022-14/+16
* Reflow paragraphs in comments.Adrian Prantl2018-04-302-35/+30
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-67/+132
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-126/+42
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-42/+126
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-4/+1
* Clean up lldb-types.hPavel Labath2017-07-181-13/+1
* [LLDB][ppc64le] Rename enums in AuxVectorPavel Labath2017-07-113-74/+75
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-202-10/+27
* Rename Error -> Status.Zachary Turner2017-05-123-9/+9
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-301-2/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski2017-03-211-2/+3
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-033-3/+3
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* gdb-remote: Add jModulesInfo packetPavel Labath2016-09-081-0/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-066-1590/+1445
* Always rely on CFI unwind info for linux vdsoPavel Labath2016-08-312-4/+26
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-1/+4
OpenPOWER on IntegriCloud