summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/PDB/ObjectFilePDB.cpp
AgeCommit message (Expand)Author
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-06-06[LLDB][PDB] Fix age field in UUID in PDB file.Zequan Wu
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-07-06[lldb] Stop passing both i386 and i686 in parallel as architectures on WindowsMartin Storsjö
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-10-21[lldb] Remove ConstString from GetPluginNameStatic of some pluginsPavel Labath
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-10-30[lldb][NFC] Refactor getUUID functionalityZequan Wu
2020-10-26[lldb][PDB] Add ObjectFile PDB pluginZequan Wu