summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
AgeCommit message (Expand)Author
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-06[lldb] Stop passing both i386 and i686 in parallel as architectures on WindowsMartin Storsjö
2022-06-22[lldb] Add setting to override PE/COFF ABI by module nameAlvin Wong
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
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
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-25Add modules stats into the "statistics dump" command.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-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2020-10-30[lldb][NFC] Refactor getUUID functionalityZequan Wu
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu
2020-07-20[LLDB] [COFF] Fix handling of symbols with more than one aux symbolMartin Storsjö
2020-07-17[lldb/COFF] Remove strtab zeroing hackPavel Labath
2020-07-14[ObjectFilePECOFF] Try to avoid unaligned access.Davide Italiano
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss
2020-07-10[lldb/pecoff] Use a different llvm createBinary overload for parsingPavel Labath
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner
2020-05-14[lldb] Switch Section-dumping code to raw_ostreamPavel Labath
2020-04-01[lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-10[LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö
2019-12-04[lldb] Remove FileSpec(FileSpec*) constructorPavel Labath
2019-11-28[LLDB] [PECOFF] Look for the truncated ".eh_fram" section nameMartin Storsjö
2019-11-28[LLDB] [PECOFF] Factorize mapping section names to types using StringSwitch. ...Martin Storsjö
2019-10-31[LLDB] [PECOFF] Fix error handling for executables that object::createBinary ...Martin Storsjö
2019-10-31[LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of rangeMartin Storsjö
2019-10-30COFF: Set section permissionsPavel Labath
2019-10-29[LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö
2019-10-25lldb/COFF: Create a separate "section" for the file headerPavel Labath
2019-10-15[LLDB] [PECOFF] Use a "pc" vendor name in aarch64 triplesMartin Storsjo
2019-10-11[Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov
2019-09-24[LLDB] Add tests for PECOFF arm architecture identificationMartin Storsjo
2019-09-23[LLDB] [PECOFF] Recognize arm64 executablesMartin Storsjo