mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Test fixes
This commit is contained in:
parent
bbd11bd1e0
commit
071b331b8c
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
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.io.File;
|
||||
|
@ -1447,7 +1447,7 @@ public class DebuggerModulesProvider extends ComponentProviderAdapter {
|
|||
}
|
||||
|
||||
protected void cleanMissingProgramMessages(Trace closedTrace, Program closedProgram) {
|
||||
if (traceManager == null) {
|
||||
if (traceManager == null || consoleService == null) {
|
||||
return;
|
||||
}
|
||||
for (ActionContext ctx : consoleService.getActionContexts()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue