summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata
2025-02-13[lldb] Use LLDB_LOG_ERROR in ObjectFilePECOFF.cpp (NFC) (#126972)Dave Lee
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
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-11-01[lldb] Fix missing comsumeError() with LLDB_LOG in ObjectFileCOFF/PECOFF (#70...Stefan Gränitz
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
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-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-05ObjectFile: remove extraneous shadowed variable (NFCI)Saleem Abdulrasool
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2023-05-01[lldb] Change ObjectValueDictionary to use a StringMapAlex Langford
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford
2023-04-17PECOFF: consume errors properlySaleem Abdulrasool
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath
2022-09-28[lldb][COFF] Map symbols without base+complex type as 'Data' typeAlvin Wong
2022-09-28[lldb][COFF] Add note to forwarder export symbols in symtabAlvin Wong
2022-09-28[lldb][COFF] Load absolute symbols from COFF symbol tableAlvin Wong
2022-09-28[lldb][COFF] Match symbols from COFF symbol table to export symbolsAlvin Wong
2022-09-28[lldb][COFF] Improve info of symbols from export tableAlvin Wong
2022-09-28[lldb][COFF] Rewrite ParseSymtab to list both export and symbol tablesAlvin Wong
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber