Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of deleted executable object files (#65)
As before this commit, if lightswitch finds an object file that's been deleted, which are named as `$original_name (deleted)` we would return an error and never add the unwind information for any of the object files. We could see this for example in lightswitch as I assume some parts of the runtime could load the debuginfo file at runtime and then remove it at some point. This commit also slighly improves the code/ Test Plan ========= Ran while running another `lightswitch` instance, the error is not showing up anymore.
- Loading branch information