summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
AgeCommit message (Expand)Author
2024-09-11[LLDB] Reapply SBSaveCore Add Memory List (#107937)Jacob Lalonde
2024-09-07Revert "[LLDB] Reappply SBSaveCore AddMemoryList" (#107731)Jonas Devlieghere
2024-09-06[LLDB] Reappply SBSaveCore AddMemoryList (#107159)Jacob Lalonde
2024-08-27Revert "[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCor… (#10...Jacob Lalonde
2024-08-27[LLDB][SBSaveCore] Add selectable memory regions to SBSaveCore (#105442)Jacob Lalonde
2024-08-15[LLDB] Reapply #100443 SBSaveCore Thread list (#104497)Jacob Lalonde
2024-08-05Revert "[LLDB][SBSaveCore] Fix bug where default values are not propagated. (...Haojian Wu
2024-08-02[LLDB][SBSaveCore] Fix bug where default values are not propagated. (#101770)Jacob Lalonde
2024-07-18[LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() over...Jacob Lalonde
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi
2023-07-26[lldb] Treat ARM64X images as ARM64.Jacek Caban
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-09-28[lldb][COFF] Match symbols from COFF symbol table to export symbolsAlvin Wong
2022-09-28[lldb][COFF] Rewrite ParseSymtab to list both export and symbol tablesAlvin Wong
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-06-09[lldb] Set COFF module ABI from default triple and make it an optionAlvin Wong
2022-06-09[lldb] Add gnu-debuglink support for Windows PE/COFFAlvin Wong
2022-04-05[lldb] Change CreateMemoryInstance to take a WritableDataBufferJonas Devlieghere
2022-04-04[lldb] Prevent object file plugins from changing the data bufferJonas Devlieghere
2021-11-30[NFC] Refactor symbol table parsing.Greg Clayton
2021-11-17Revert "[NFC] Refactor symbol table parsing."Greg Clayton
2021-11-17[NFC] Refactor symbol table parsing.Greg Clayton
2021-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2020-07-10[lldb/pecoff] Use a different llvm createBinary overload for parsingPavel Labath
2020-06-15[lldb] Remove redundant access specifiers (NFC)Jonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-11-28[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...Martin Storsjö
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-07-31Add llvm-style RTTI to ObjectFile hierarchyPavel Labath
2019-07-30PECOFF: Fix a "memset clearing an object of non-trivial type" warningPavel Labath
2019-05-14typedef enum -> enumFangrui Song
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-04-30[PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-18PECOFF: Implement GetBaseAddressPavel Labath
2019-02-11Simplify ObjectFile::GetUUIDPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10PECOFF: Fix section name computationPavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-06[pecoff] Implement ObjectFilePECOFF::GetDependedModules()Aaron Smith
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2016-10-17[lldb] Read modules from memory when a local copy is not availableWalter Erquinigo
2016-09-20[PECOFF] Use the COFF subsystem field when determining the Triple.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-23Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer