mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-25 16:19:35 +08:00
Merge remote-tracking branch 'origin/patch' into Ghidra_12.0
This commit is contained in:
+3
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user