summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
AgeCommit message (Expand)Author
2025-03-31Parallelize module loading in POSIX dyld code (#130912)Tom Yang
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2022-10-13Improve dynamic loader support in DynamicLoaderPOSIXDYLD when using core files.Greg Clayton
2022-04-05[lldb] Avoid duplicate vdso modules when opening core filesPavel Labath
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2020-12-17[lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hitMichał Górny
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-06-11Add support to read aux vector valuesAntonio Afonso
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
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-06-20[linux] Change the way we load vdso pseudo-modulePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Remove some dead code in FileSpec.Zachary Turner
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-01Added support for thread local variables on all Apple OS variants.Greg Clayton
2015-10-28Changes for Bug 17384Ravitheja Addepally
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-10-09Remove long-forgotten plugin virtuals.Bruce Mitchener
2015-08-26Major DWARF cleanup.Greg Clayton
2015-08-26Fix missing override warningsEnrico Granata
2015-08-24Add absolute load address support for the DynamicLoader pluginsTamas Berghammer
2015-03-13Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov
2015-01-07Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov
2014-02-06Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci
2013-10-17Added support for reading thread-local storage variables, as defined using th...Richard Mitton
2013-09-13This fixes two issues with the POSIX dynamic loader:Matt Kopec
2013-07-16Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-05Add support on POSIX to determine if an inferior has changed while debugging it.Matt Kopec
2012-01-05Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen