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