jeffreytan81 wrote: @da-viper, thanks for sharing the idea! I will add the test.
My only concern is that the source line after the `bar()` call may not be the instruction after the call instruction, for example, compiler may emit extra code after call instruction. So this test depends on the assumption that there is no extra code between call instruction and next source line. I will make a comment about this assumption in the test. https://github.com/llvm/llvm-project/pull/165944 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
