ted added inline comments.
================ Comment at: lldb/test/Shell/Commands/command-disassemble-mixed.c:11-18 +int main(int argc, char **argv) +{ + int i; + + for (i=0; i < 10; ++i) ; + + return 0; ---------------- clayborg wrote: > are we guaranteed to get some debug info with line zero in it with this > example? I tried this with x86 Linux clang 12.0 and our internal Hexagon clang; both gave me a line zero. I ran this test on Ubuntu 18 using x86 Linux clang 12.0 and the test failed without the change and passed with it. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112931/new/ https://reviews.llvm.org/D112931 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits