mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 05:57:56 +08:00
GP-0: Test fixes
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package ghidra.app.plugin.core.debug.gui.modules;
|
package ghidra.app.plugin.core.debug.gui.modules;
|
||||||
|
|
||||||
import static ghidra.framework.main.DataTreeDialogType.OPEN;
|
import static ghidra.framework.main.DataTreeDialogType.*;
|
||||||
|
|
||||||
import java.awt.event.MouseEvent;
|
import java.awt.event.MouseEvent;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -1447,7 +1447,7 @@ public class DebuggerModulesProvider extends ComponentProviderAdapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected void cleanMissingProgramMessages(Trace closedTrace, Program closedProgram) {
|
protected void cleanMissingProgramMessages(Trace closedTrace, Program closedProgram) {
|
||||||
if (traceManager == null) {
|
if (traceManager == null || consoleService == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (ActionContext ctx : consoleService.getActionContexts()) {
|
for (ActionContext ctx : consoleService.getActionContexts()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user