[Lldb-commits] [lldb] [lldb] Support mangled type names in `memory read` (PR #160601)

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 26 13:35:16 PDT 2025


jimingham wrote:

> I see "mangling" and think C++, can it be tested via that?
> 
> At least add an example in the PR description so we have an idea what this enables.

C++ seldom mangles type names.  I had thought it never did, but apparently that's not 100% true.  But I don't know in what circumstances it does do that.

https://github.com/llvm/llvm-project/pull/160601


More information about the lldb-commits mailing list