[all-commits] [llvm/llvm-project] 96a735: [lldb] Add support for demangling D symbols
Luís Ferreira via All-commits
all-commits at lists.llvm.org
Thu Nov 11 02:11:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 96a7359908397d8db3ac6f8e10fb9f6dc5756a44
https://github.com/llvm/llvm-project/commit/96a7359908397d8db3ac6f8e10fb9f6dc5756a44
Author: Luís Ferreira <contact at lsferreira.net>
Date: 2021-11-11 (Thu, 11 Nov 2021)
Changed paths:
M lldb/include/lldb/Core/Mangled.h
M lldb/source/Core/Mangled.cpp
M lldb/source/Symbol/Symtab.cpp
M lldb/unittests/Core/MangledTest.cpp
Log Message:
-----------
[lldb] Add support for demangling D symbols
This is part of https://github.com/dlang/projects/issues/81 .
This patch enables support for D programming language demangler by using a
pretty printed stacktrace with demangled D symbols, when present.
Signed-off-by: Luís Ferreira <contact at lsferreira.net>
Reviewed By: JDevlieghere, teemperor
Differential Revision: https://reviews.llvm.org/D110578
More information about the All-commits
mailing list