aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-09[LLDB] Unify DWARF section name matching (#141344)nerix1-14/+3
2025-05-24[lldb] Use llvm::stable_sort (NFC) (#141352)Kazu Hirata1-2/+1
2025-02-13[lldb] Use LLDB_LOG_ERROR in ObjectFilePECOFF.cpp (NFC) (#126972)Dave Lee1-22/+11
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-1/+1
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru1-1/+0
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl1-0/+1
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee1-0/+1
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-4/+5
2023-11-01[lldb] Fix missing comsumeError() with LLDB_LOG in ObjectFileCOFF/PECOFF (#70...Stefan Gränitz1-5/+4
2023-08-31[lldb] Add support for recognizing swift ast sections in object filesAlex Langford1-0/+1
2023-08-31[lldb][NFCI] Remove unneeded ConstString conversionsAlex Langford1-2/+2
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford1-1/+0
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi1-0/+10
2023-07-26[lldb] Treat ARM64X images as ARM64.Jacek Caban1-0/+1
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere1-2/+2
2023-05-05ObjectFile: remove extraneous shadowed variable (NFCI)Saleem Abdulrasool1-1/+0
2023-05-04[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)Jonas Devlieghere1-1/+1
2023-05-04[lldb] Use templates to simplify {Get,Set}PropertyAtIndex (NFC)Jonas Devlieghere1-3/+2
2023-05-02[lldb] Remove FileSpec::GetLastPathComponentAlex Langford1-2/+2
2023-05-02[lldb] Make exe_ctx an optional argument in OptionValueProperties (NFC)Jonas Devlieghere1-2/+2
2023-05-01[lldb] Refactor OptionValueProperties to return a std::optional (NFC)Jonas Devlieghere1-3/+3
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere1-1/+2
2023-05-01[lldb] Change ObjectValueDictionary to use a StringMapAlex Langford1-5/+3
2023-04-19[lldb] Change setting descriptions to use StringRef instead of ConstStringAlex Langford1-2/+1
2023-04-17PECOFF: consume errors properlySaleem Abdulrasool1-12/+22
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-10-13[lldb] Place PlatformQemu Properties into anonymous namespacePavel Labath1-2/+2
2022-09-28[lldb][COFF] Map symbols without base+complex type as 'Data' typeAlvin Wong1-0/+7
2022-09-28[lldb][COFF] Add note to forwarder export symbols in symtabAlvin Wong1-3/+24
2022-09-28[lldb][COFF] Load absolute symbols from COFF symbol tableAlvin Wong1-0/+3
2022-09-28[lldb][COFF] Match symbols from COFF symbol table to export symbolsAlvin Wong1-10/+50
2022-09-28[lldb][COFF] Improve info of symbols from export tableAlvin Wong1-2/+15
2022-09-28[lldb][COFF] Rewrite ParseSymtab to list both export and symbol tablesAlvin Wong1-113/+76
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser1-1/+1
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham1-2/+2
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-1/+1
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-1/+1