jimingham wrote: Also, since this is mostly path based, you might be able to reduce code duplication by instead adding:
`bool Platform::IsSystemBinary(ObjectFile *obj_file); ` That's probably just going to grab the path from the ObjectFile and call Platform::IsSystemPath on it. So that would be one implementation and not one per ObjectFile subclass. https://github.com/llvm/llvm-project/pull/187820 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
