llvm-project/lldb/unittests/Core
Luís Ferreira 96a7359908 [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@lsferreira.net>

Reviewed By: JDevlieghere, teemperor

Differential Revision: https://reviews.llvm.org/D110578
2021-11-11 11:11:21 +01:00
..
CMakeLists.txt [lldb/Core] Add SourceLocationSpec class (NFC) 2021-05-04 16:34:45 +00:00
CommunicationTest.cpp [lldb] [Communication] Add a WriteAll() method that resumes writing 2021-10-26 12:45:45 +02:00
DumpDataExtractorTest.cpp [LLDB] Adjust DumpDataExtractorTest.Formats for Windows 2021-11-04 08:48:26 +05:00
FormatEntityTest.cpp Some FormatEntity.cpp cleanup and unit testing 2021-04-21 15:12:59 +02:00
MangledTest.cpp [lldb] Add support for demangling D symbols 2021-11-11 11:11:21 +01:00
ModuleSpecTest.cpp [lldb/Module] Allow for the creation of memory-only modules 2020-07-14 08:45:44 -07:00
RichManglingContextTest.cpp [lldb][NFC] Remove unused method RichManglingContext::IsFunction 2021-08-23 11:45:55 -07:00
SourceLocationSpecTest.cpp [lldb/Core] Add SourceLocationSpec class (NFC) 2021-05-04 16:34:45 +00:00
SourceManagerTest.cpp [lldb] Fix SourceManager::SourceFileCache insertion 2020-04-20 16:25:54 +02:00
StreamCallbackTest.cpp
UniqueCStringMapTest.cpp