Is it possible to do away with the hardcoded mangled name?  I really
dislike seeing this kind of thing.  Not only because it doesn't work with
all ABIs, but just in general it's very gross for the debugger to have
exceptions for specific mangled names.  Why is this necessary, and is there
any way to get rid of it?

If it is necessary, can we at least move it to somewhere more appropriate
like the Mangled class and provide some kind of generic method like
Mangled::GetAlternateMangling()?

On Mon, Apr 6, 2015 at 3:10 PM Greg Clayton <[email protected]> wrote:

> I'll OK this on the condition that Sean Callanan OKs this. Sean?
>
>
> http://reviews.llvm.org/D8846
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
> _______________________________________________
> lldb-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to