Displaying 3 results from an estimated 3 matches for "14f392aa".
2018 Mar 06
1
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...te of it. Also, in the default
configuration, LLDB will use lllvm::itaniumDemangle for demangling
(although there is a build option to use cxa_demangle).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180306/14f392aa/attachment.html>
2018 Mar 04
0
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
> On Mar 4, 2018, at 10:20 AM, Daniel Berlin <dberlin at dberlin.org> wrote:
>
>
>
> On Sun, Mar 4, 2018 at 12:33 AM, John McCall <rjmccall at apple.com <mailto:rjmccall at apple.com>> wrote:
>> On Mar 3, 2018, at 11:30 PM, Daniel Berlin via cfe-dev <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote:
>>
>> To
2018 Mar 04
2
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
On Sun, Mar 4, 2018 at 12:33 AM, John McCall <rjmccall at apple.com> wrote:
> On Mar 3, 2018, at 11:30 PM, Daniel Berlin via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
>
> To explain to others who didn't follow that thread:
>
> GDB currently does something amazingly stupid (and has since i wrote it)
> to find the RTTI type. There were no other good options