summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
AgeCommit message (Expand)Author
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-25Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-11Add support to read aux vector valuesAntonio Afonso
2019-06-05[DynamicLoader] Make sure we always set the rendezvous breakpointAntonio Afonso
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-01-11Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov
2018-01-10Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov
2018-01-10Advanced guessing of rendezvous breakpointEugene Zemtsov
2017-07-11[LLDB][ppc64le] Rename enums in AuxVectorPavel Labath
2017-06-20[linux] Change the way we load vdso pseudo-modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-21Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski
2017-03-03Move Log from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-08gdb-remote: Add jModulesInfo packetPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-31Always rely on CFI unwind info for linux vdsoPavel Labath
2016-07-01Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton
2016-07-01Revert fix that didn't work. I will need to debug this on linux to figure thi...Greg Clayton
2016-07-01Try to fix Ubuntu buildbots after I broke thread local variables with 274366.Greg Clayton
2016-07-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2016-04-05Fix a bug in linux core file handlingPavel Labath
2015-10-28Changes for Bug 17384Ravitheja Addepally
2015-10-09Remove long-forgotten plugin virtuals.Bruce Mitchener
2015-08-24Add absolute load address support for the DynamicLoader pluginsTamas Berghammer
2015-07-14Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-06-05Fix TestNamespace and TestThreadJump for remote Windows to Android.Chaoren Lin
2015-05-08Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttachTamas Berghammer
2015-05-08Re-enable compute load address for shared modulesTamas Berghammer
2015-05-08This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds
2015-03-13Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-02-03Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov