mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 05:16:07 +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) {
|
void predefineClass(SymbolPath classPath) {
|
||||||
|
if (classPath == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
isClassByNamespace.put(classPath, true);
|
isClassByNamespace.put(classPath, true);
|
||||||
for (SymbolPath path = classPath.getParent(); path != null; path = path.getParent()) {
|
for (SymbolPath path = classPath.getParent(); path != null; path = path.getParent()) {
|
||||||
if (!isClassByNamespace.containsKey(path)) {
|
if (!isClassByNamespace.containsKey(path)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user