<div dir="ltr">Note that the PDB code runs on all platforms, not just Windows.  You can reproduce it by just running the affected test on darwin, as long as you've built lld.</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jan 16, 2019 at 8:50 AM Pavel Labath via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 16/01/2019 17:38, Adrian Prantl wrote:<br>
>> On Darwin I'm getting an also very misleading<br>
>><br>
>> (lldb) target var ref<br>
>> (void (&)(bool)) ref = 0x0000000100000920 (&::ref = <out of memory>)<br>
> Wait, no. I reverted the wrong patch:-(<br>
> I get <Unable to determine byte size.> vs <out of memory>.<br>
> I assume that's what's happening on Windows, too. If that's the case I should be able to do something.<br>
> <br>
> -- adrian<br>
> <br>
<br>
Yes that's the same behavior I observed.<br>
<br>
"out of memory" is definitely wrong here, though I'm not sure if "Unable <br>
to determine byte size" is correct either. I guess the best behavior <br>
would be to just print "cannot display a function" (if I understand <br>
correctly that this code is trying to print the "dereferenced" value), <br>
or just nothing.<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>