summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-251-1/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-102/+94
* Add support to read aux vector valuesAntonio Afonso2019-06-111-14/+12
* [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
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* 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-191-4/+3
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+17
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-111-62/+118
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-101-112/+37
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-101-37/+112
* [LLDB][ppc64le] Rename enums in AuxVectorPavel Labath2017-07-111-2/+2
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-201-8/+23
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski2017-03-211-2/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* [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-061-575/+560
* Always rely on CFI unwind info for linux vdsoPavel Labath2016-08-311-4/+23
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-1/+4
* Revert fix that didn't work. I will need to debug this on linux to figure thi...Greg Clayton2016-07-011-10/+1
* Try to fix Ubuntu buildbots after I broke thread local variables with 274366.Greg Clayton2016-07-011-5/+13
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-2/+3
* Fix a bug in linux core file handlingPavel Labath2016-04-051-1/+1
* Changes for Bug 17384Ravitheja Addepally2015-10-281-2/+24
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-091-17/+0
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-241-10/+10
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-1/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Fix TestNamespace and TestThreadJump for remote Windows to Android.Chaoren Lin2015-06-051-9/+5
* Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttachTamas Berghammer2015-05-081-4/+0
* Re-enable compute load address for shared modulesTamas Berghammer2015-05-081-3/+0
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-4/+37
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-18/+37
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov2015-02-031-0/+3
* Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov2015-01-071-5/+28
OpenPOWER on IntegriCloud