<div dir="ltr"><div class="gmail_default" style="font-size:small">When debugging C/C++ (statically scoped languages), does LLDB recognize (or does it have a setting for it) that a local variable is not defined yet  at the current program address (i.e., DW_AT_decl_line is less than the source line for the address), and thus, not include it in the list of locals (i.e., frame variable)? <br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Does it make sense to have such a setting?  The goal is to reduce the clutter in locals list.</div><div class="gmail_default" style="font-size:small"><br></div></div>