jasonmolenda wrote: I adopted the synchronization scheme that we do in other attach tests -- the python provides a filename that the inferior should create with its pid, we launch it and wait until that file exists (indicating that the inferior is done setting up) and then the python tests execute.
I changed the code which removes the two dylibs (so lldb is forced to read them out of memory) from the inferior main.c to the Python, where it is simpler. I think we're good to go at this point. 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