<div dir="ltr">I also don't think it should be in the SB layer. There's lots of stuff to deal with (arguments and their types, variable arguments selectors/functions, etc). I think creating an expression is better (maybe we can use clang so one doesn't have to generate an expression string?).<div>
<br></div><div style>Regards,</div><div style><br></div><div style>  filipe</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 22, 2013 at 10:23 AM, Enrico Granata <span dir="ltr"><<a href="mailto:egranata@apple.com" target="_blank">egranata@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Currently, no.<div>You would have to craft your own expression and run it.</div><div>
<br></div><div>The C++ data formatters have their own helper functions to do so. You can refer to <span style="font-family:Menlo;font-size:11px">lldb_private::formatters::ExtractValueFromObjCExpression </span>for an example.</div>
<div><br></div><div>I am not sure if this kind of API belongs in the SB layer. Ideas?</div><div><span class="HOEnZb"><font color="#888888"><br><div>
<div style="text-indent:0px;letter-spacing:normal;text-align:start;text-transform:none;white-space:normal;word-wrap:break-word;word-spacing:0px"><div style="font-size:medium;border-collapse:separate;border-spacing:0px"><span style="font-size:12px">Enrico Granata</span><br style="font-size:12px">
<span style="font-size:12px">✉ egranata@</span><font color="#ff2600" style="font-size:12px"></font><span style="font-size:12px">.com</span><br style="font-size:12px"><span style="font-size:12px">✆ 27683</span></div></div>

</div></font></span><div><div class="h5">
<br><div><div>On Feb 22, 2013, at 5:29 AM, Carlo Kok <<a href="mailto:ck@remobjects.com" target="_blank">ck@remobjects.com</a>> wrote:</div><br><blockquote type="cite">Does the api expose any way to execute an objc selector a given value (SBValue)?  (for example I have an NSException instance in an SBValue, and want to call "name" on it).<br>
<br><br>What about global (c) functions?<br><br><br>If not the api, how can I do the equivalent with the underlying api?<br><br><br>Thanks,<br>--<br><br>Carlo Kok<br><br><br>_______________________________________________<br>
lldb-dev mailing list<br><a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br></div>