https://github.com/JDevlieghere approved this pull request.
LGTM. I think you could simplify the test even further by using C++ but on the other hand the C tests compile a little faster. ``` std::ofstream pid_file; pid_file.open (pid_file_path); pid_file << getpid(); pid_file.close(); ``` https://github.com/llvm/llvm-project/pull/129967 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits