Handle the case when a variable is only valid in part of the enclosing scope
DWARF stores this information in the DW_AT_start_scope attribute. This
CL add support for this attribute and also changes the functions
displaying frame variables to only display the variables currently in
scope.
Note: This CL is part of an effort to make LLDB capable of debugging Java code JIT-ed by the android runtime