================ @@ -50,5 +63,7 @@ int main() { } // By now we should have one memory region where the GCS is stored. - return 0; // Set break point at this line. + gcs_signal(); // Set break point at this line. ---------------- DavidSpickett wrote:
The previously added `test_gcs_region` will stop here and then kill the process instead of continuing. So it will work as it did before. https://github.com/llvm/llvm-project/pull/122917 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits