[Lldb-commits] [lldb] [lldb] Fix source display for artificial locations (PR #115876)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 13 00:55:49 PST 2024


================
@@ -0,0 +1,8 @@
+#include "artificial_location.h"
+
+int A::foo() {
+#line 0
----------------
labath wrote:

Thanks for the pointer. Quite a coincidence that I end up touching the same test just as Jaremy ends up breaking it :P

https://github.com/llvm/llvm-project/pull/115876


More information about the lldb-commits mailing list