summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
AgeCommit message (Expand)Author
2022-08-17[LLDB][NativePDB] Switch to use DWARFLocationList.Zequan Wu
2022-04-20[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD_REGISTERs are out of ...Zequan Wu
2022-03-10[LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-02-01[PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-13[NativePDB] Add support for local variables.Zachary Turner
2018-12-06[PDB] Move some code around. NFC.Zachary Turner