[Lldb-commits] [lldb] [lldb][Mach-O] Don't read symbol table of specially marked binary (PR #129967)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 6 15:39:04 PST 2025


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


More information about the lldb-commits mailing list