aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Core/DynamicLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-17[lldb] Re-insert code to search for a binary by filepath if providedJason Molenda1-0/+2
2025-04-25Add symbol locator time for each module in statistics (#137379)GeorgeHuyubo1-2/+9
2025-04-25Revert "Add symbol locator time for each module in statistics (#134563)"Kazu Hirata1-9/+2
2025-04-25Add symbol locator time for each module in statistics (#134563)GeorgeHuyubo1-2/+9
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere1-1/+1
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-8/+8
2024-11-24[lldb] Fix TestLoadUnload.py (#117416)Kazuki Sakamoto1-5/+3
2024-11-22[lldb] Fix ELF core debugging (#117070)Kazuki Sakamoto1-0/+6
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde1-2/+5
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda1-3/+21
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere1-1/+0
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere1-2/+2
2023-11-03[lldb] Move LocateExecutableSymbolFile to SymbolLocator plugin (#71266)Jonas Devlieghere1-1/+1
2023-11-03[lldb] Convert LocateSymbolFile into a plugin (#71151)Jonas Devlieghere1-1/+1
2023-08-08Show error messages from DebugSymbols DBGShellCommand agentJason Molenda1-10/+30
2023-08-07Flag for LoadBinaryWithUUIDAndAddress, to create memory image or notJason Molenda1-2/+3
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda1-25/+56
2022-09-13Add mach-o corefile support for platform binariesJason Molenda1-10/+12
2022-09-13[lldb] Fixed a number of typosGabriel Ravier1-1/+1
2022-09-09Recognize a platform binary in ProcessGDBRemote which determines pluginsJason Molenda1-0/+4
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-0/+98
2022-08-02Revert "Allow firmware binaries to be specified only by load address"Jason Molenda1-98/+0
2022-08-02Allow firmware binaries to be specified only by load addressJason Molenda1-0/+98
2022-04-12don't extra notify ModulesDidLoad() from LoadModuleAtAddress()Luboš Luňák1-2/+1
2022-04-05[lldb] Avoid duplicate vdso modules when opening core filesPavel Labath1-56/+15
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath1-5/+3
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath1-2/+0
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda1-3/+5
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-6/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove comments after header includes.Jonas Devlieghere1-7/+7
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-3/+2
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere1-1/+1
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere1-2/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-11/+10
2017-05-12Rename Error -> Status.Zachary Turner1-4/+4
2017-04-06iwyu fixes for lldbCore.Zachary Turner1-6/+12
2017-03-31[LLDB][MIPS] Check if memory_info.GetName() is empty before finding correspon...Nitesh Jain1-1/+2
2017-02-28Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham1-0/+7
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-195/+165
2016-07-22Support loading files even when incorrect file name specified by the linkerTamas Berghammer1-18/+49
2016-07-17Initialize the "is_loaded" local in LoadModuleAtAddress inJason Molenda1-1/+1
2016-03-03Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko1-22/+16
2015-08-24Add absolute load address support for the DynamicLoader pluginsTamas Berghammer1-19/+27
2015-06-30Fix [vdso] handling on Android (x86 and aarch64)Tamas Berghammer1-0/+18
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton1-1/+2