Re: [lldb-dev] Hiding local variables not defined yet

2021-04-09 Thread Greg Clayton via lldb-dev
> On Apr 9, 2021, at 11:39 AM, Emre Kultursay via lldb-dev > wrote: > > 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 t

[lldb-dev] Hiding local variables not defined yet

2021-04-09 Thread Emre Kultursay via lldb-dev
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.

Re: [lldb-dev] [Openmp-dev] LLVM 12.0.0-rc5 has been tagged

2021-04-09 Thread Hans Wennborg via lldb-dev
Windows is ready: $ sha256sum LLVM-12.0.0-rc5*.exe 906c39e386375a88da597efc8bd6a35994b688ab466f587ad88cf02667af2bcb LLVM-12.0.0-rc5-win32.exe 54a62e05a9b5a11e4d806864ee4c4fbc206557273429f250316dbe3e202d9f53 LLVM-12.0.0-rc5-win64.exe On Thu, Apr 8, 2021 at 3:44 AM Tom Stellard via Openmp-dev wro