Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc/gdbserial/gdbserver: Don't pass DYLD_INSERT_LIBRARIES to debugse…
…rver (go-delve#3181) Filter out DYLD_INSERT_LIBRARIES on Darwin when launching debugserver. This is needed since macOS Ventura, loading custom dylib into debugserver using DYLD_INSERT_LIBRARIES leads to a crash. This is unlike other protected processes, where they just strip it out.
- Loading branch information