summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Settings/TestFrameFormatFunctionTemplateArgumentsObjC.test
AgeCommit message (Collapse)Author
2025-04-26[lldb][test] Make sure we compile FrameFormat tests with DWARFMichael Buch
These don't make sense for PDB on Windows
2025-04-25[lldb][Format] Introduce new frame-format variables for function parts (#131836)Michael Buch
Adds new frame-format variables and implements them in the CPlusPlusLanguage plugin. We use the `DemangledNameInfo` type to retrieve the necessary part of the demangled name. https://github.com/llvm/llvm-project/pull/131836