>  The mangled names lack the initial underscore, maybe that's related?

quite likely, try to compile with ldc or with latest dmd (2.079, which
fixed underscores on OSX) so that demangling works. I just tried with
dmd 2.078 and it indeed doesn't demangle (as expected)








On Mon, Mar 12, 2018 at 7:21 AM, Luís Marques via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
> On Monday, 12 March 2018 at 14:19:03 UTC, Luís Marques wrote:
>>
>> On Tuesday, 27 February 2018 at 05:28:41 UTC, Timothee Cour wrote:
>>>
>>> https://github.com/llvm-mirror/lldb/pull/3
>>> +
>>> https://github.com/timotheecour/dtools/blob/master/dtools/lldbdplugin.d
>
>
> (BTW, if I commented out the plugin path setting I would get an assertion
> failure. Just FYI if that helps with the code review.)

Reply via email to