[lldb-dev] custom demangler

Timothee Cour thelastmammoth at gmail.com
Tue Mar 4 13:11:09 PST 2014


How can I hook a custom demangler in lldb (so that it correctly demangles D
files for example)?
Ideally, I would provide a dynamic load library that contains an extern(C)
function:
something like that: char* demangle(const char*input); void
free_demangle(char*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140304/4421b631/attachment.html>


More information about the lldb-dev mailing list