<div dir="ltr">Why do you want to turn this off?<br><br>Is it buggy? Could we fix it?<br>Is it too big? Could we reduce size in ways that are strict-wins instead?<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Nov 25, 2013 at 10:57 AM, Robinson, Paul <span dir="ltr"><<a href="mailto:Paul_Robinson@playstation.sony.com" target="_blank">Paul_Robinson@playstation.sony.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In general on our platform we don't want debug info for inlined calls<br>
(messy, awkward things) but some people still like to see them.  Currently<br>
we turn them off unconditionally in our private tree, but we'd like to put<br>
this under command-line control and send it upstream.  Does anyone mind if<br>
I do this?  I was thinking a command-line option along the lines of<br>
      -g[no-]inlined-scopes<br>
We'd default to No on our target, Yes everywhere else.  If you turn these<br>
off, you don't get DW_TAG_inlined_scope, and the source location info for<br>
all the inlined code becomes the call site (single-stepping would act like<br>
it's an external call that you step over).<br>
<br>
Thanks,<br>
--paulr<br>
<br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>