mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 19:15:53 +08:00
Merge remote-tracking branch 'origin/GP-5697_ghizard_update_PDB_post_analysis_popup_message' into Ghidra_11.4
This commit is contained in:
@@ -89,7 +89,7 @@ public class PdbAnalyzer extends AbstractAnalyzer {
|
|||||||
if (pdbFile == null) {
|
if (pdbFile == null) {
|
||||||
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
||||||
// PDB analysis was not done
|
// PDB analysis was not done
|
||||||
log.appendMsg(NAME, "Aborted: Could not find an appropriate PDB file; see log");
|
log.appendMsg(NAME, "Warning: Could not find an appropriate PDB file; see log");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -169,7 +169,7 @@ public class PdbUniversalAnalyzer extends AbstractAnalyzer {
|
|||||||
if (pdbFile == null) {
|
if (pdbFile == null) {
|
||||||
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
||||||
// PDB analysis was not done
|
// PDB analysis was not done
|
||||||
log.appendMsg(NAME, "Aborted: Could not find an appropriate PDB file; see log");
|
log.appendMsg(NAME, "Warning: Could not find an appropriate PDB file; see log");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user