summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
AgeCommit message (Expand)Author
2025-03-24[LLDB][NFC] Added the interface DWARFExpression::Delegate to break dependenci...Dmitry Vasilyev
2024-05-06[lldb][NFCI] Remove unused DWARF value-to-name functions (#91010)Alex Langford
2024-05-03[lldb][NFCI] Unify DW_TAG -> string conversions (#90657)Alex Langford
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2020-05-25[lldb] Remove custom DWARF expression printing codePavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-11[DWARF] Evaluate DW_OP_entry_valueVedant Kumar
2019-03-19Remove some dead DWARF enum -> string conversion functions.Zachary Turner
2019-03-19Delete dead code.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-18Update CallFrameString API to account for r349472Luke Cheeseman
2018-11-23Revert r347491 as it's llvm counterpart breaks buildbotsLuke Cheeseman
2018-11-23Revert r343342 together with LLVM commit 347490.Luke Cheeseman
2018-09-28Revert r343318 together with llvm commit r343317Luke Cheeseman
2018-09-28Reapply the changes reverted by r343236Luke Cheeseman
2018-09-27Revert r343193 together with r343192Luke Cheeseman
2018-09-27Update CallFrameString API to account for r343114Luke Cheeseman
2018-02-07Remove function DW_DSC_value_to_namePavel Labath
2017-05-11[DWARF parser] Produce correct template parameter packsSean Callanan
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-05Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2010-11-09Did a lot of code cleanup.Greg Clayton
2010-07-07Fix build for newer versions of GCC that don't include cstring implicitly. Ba...Benjamin Kramer
2010-07-06Switch over to using llvm's dwarf constants file.Jason Molenda