diff options
| author | Carlos Alberto Enciso <Carlos.Enciso@sony.com> | 2024-05-22 07:09:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 07:09:50 +0100 |
| commit | 89e1f7784be40bea96d5e65919ce8d34151c1d69 (patch) | |
| tree | 2cb7978caa169fd28adb09b0df6fc8ddd85b1837 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 108575f02ea9927009ed81231474d3a6f053602f (diff) | |
[indvars] Missing variables at Og (#88270)
https://bugs.llvm.org/show_bug.cgi?id=51735
https://github.com/llvm/llvm-project/issues/51077
In the given test case:
```
4 ...
5 void bar() {
6 int End = 777;
7 int Index = 27;
8 char Var = 1;
9 for (; Index < End; ++Index)
10 ;
11 nop(Index);
12 }
13 ...
```
Missing local variable `Index` after loop `Induction Variable Elimination`.
When adding a breakpoint at line `11`, LLDB does not have information
on the variable. But it has info on `Var` and `End`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
