Merge remote-tracking branch 'origin/patch' into Ghidra_12.0

This commit is contained in:
Ryan Kurtz
2025-11-17 06:18:04 -05:00
@@ -2227,6 +2227,9 @@ public class DefaultPdbApplicator implements PdbApplicator {
//==============================================================================================
void predefineClass(SymbolPath classPath) {
if (classPath == null) {
return;
}
isClassByNamespace.put(classPath, true);
for (SymbolPath path = classPath.getParent(); path != null; path = path.getParent()) {
if (!isClassByNamespace.containsKey(path)) {