summaryrefslogtreecommitdiff
path: root/lldb/source/Core/DynamicLoader.cpp
AgeCommit message (Expand)Author
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-08-07[lldb] Fix incorrect print of UUID and load address (#152560)Dominic Chen
2025-06-17[lldb] Re-insert code to search for a binary by filepath if providedJason Molenda
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto
2024-11-22[lldb] Fix ELF core debugging (#117070)Kazuki Sakamoto
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere
2023-08-08Show error messages from DebugSymbols DBGShellCommand agentJason Molenda
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda
2022-09-13Add mach-o corefile support for platform binariesJason Molenda
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda
2022-04-12don't extra notify ModulesDidLoad() from LoadModuleAtAddress()Luboš Luňák
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-03-31[LLDB][MIPS] Check if memory_info.GetName() is empty before finding correspon...Nitesh Jain
2017-02-28Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer
2016-07-17Initialize the "is_loaded" local in LoadModuleAtAddress inJason Molenda
2016-03-03Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko