<div><div dir="auto"><br></div><br><div class="gmail_quote"><div dir="auto">On Wed, Oct 25, 2017 at 4:59 PM Jim Ingham via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jingham added a comment.<br>
<br>
Note, BTW, we absolutely need some way to say "this symbol from this library".  But first of all, if we're going to do this you need to be able to mix & match within an expression which you can't do with a flag to expr.   Instead you need something like:<br>
<br>
(lldb) expr $$MyDylib$my_symbol + $$MyOtherDylib$my_other_symbol<br>
<br>
That syntax is ugly, we should try to think of something better.  But the main point is this should only be necessary when lldb can't find a unique symbol.  When we can no intervention should be required.<br>
</blockquote><div dir="auto"><br></div><div dir="auto"><div dir="auto">+1, this is very useful.  The Microsoft syntax for this is here:</div><div dir="auto"><br></div><div dir="auto"><a href="https://docs.microsoft.com/en-us/visualstudio/debugger/context-operator-cpp">https://docs.microsoft.com/en-us/visualstudio/debugger/context-operator-cpp</a></div></div><div dir="auto"><br></div><div dir="auto">Which is pretty nice imo</div></div></div>