Charles Zablit f0d58d2442
[lldb][windows] fix invalid indexes in LLDB_LOG call (#188757)
This patch shifts the indexes of the `LLDB_LOG` call by -1 so that they
start at 0. Otherwise, the call expects 4 arguments.
2026-03-26 14:47:44 +00:00
..