summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
AgeCommit message (Expand)Author
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan81
2023-09-23Use llvm::find (NFC)Kazu Hirata
2023-09-01[lldb] Fix build with MSVC by using LLVM_PRETTY_FUNCTIONDavid Spickett
2023-08-31Fix shared library loading when users define duplicate _r_debug structure.Greg Clayton
2022-10-13Improve dynamic loader support in DynamicLoaderPOSIXDYLD when using core files.Greg Clayton
2022-08-07Use llvm::is_contained (NFC)Kazu Hirata
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-01[lldb/dyld-posix] Avoid reading the module list in inconsistent statesPavel Labath
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-09-10[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
2021-08-24Revert "[lldb] Add support for debugging via the dynamic linker."Rumeet Dhindsa
2021-08-24[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
2020-12-17[lldb] [POSIX-DYLD] Update the cached exe path after attachMichał Górny
2020-12-07Revert "[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action"Michał Górny
2020-12-07[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot actionMichał Górny
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-07-26Fix some "control reaches end of non-void function" warningsPavel Labath
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-05-16Simplify ArchSpec::IsMIPS()Fangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-30Battery of NetBSD support improvementsKamil Rytarowski
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-12Fix build breakage of r257502.Stephane Sezer
2016-01-12Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer
2015-10-14Make use of lldv::Triple::isAndroidTamas Berghammer
2015-10-01Restrict the scope of a hack in DYLDRendezvousTamas Berghammer
2015-06-30Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer
2015-06-19Add comment for workarond in DYLDRendezvous with android versionTamas Berghammer
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer
2015-06-18Fix duplicate shared module list entriesAidan Dodds
2015-06-05Fix TestNamespace and TestThreadJump for remote Windows to Android.Chaoren Lin
2015-04-23Replace use of %zu with PRIu64 in DYDL logging message.Aidan Dodds
2015-04-23[LLDB][MIPS] Add MIPS32 and MIPS64 core revisionsMohit K. Bhakkad
2015-03-23Do not assert on POSIXDYLD double-eAdd.Stephane Sezer
2015-03-13Fix SO entry is main executable detection on androidTamas Berghammer