Files
llvm-project/lldb/source/Commands/CommandObjectVersion.cpp
David Spickett 44b44bc81b [lldb] Correct version -v output for booleans (#174742)
We were checking whether the structured data value could be got as a
boolean, not what value that boolean had. This meant we were incorrectly
showing "yes" for everything.
2026-01-07 11:03:49 +00:00

2.4 KiB