mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Fix tests. Also fixed some ignored stack traces.
This commit is contained in:
parent
1a36ad806e
commit
a66412f026
2 changed files with 7 additions and 3 deletions
|
@ -915,6 +915,9 @@ public class DebuggerListingProvider extends CodeViewerProvider {
|
|||
}
|
||||
|
||||
protected void cleanMissingModuleMessages(Set<Trace> affectedTraces) {
|
||||
if (consoleService == null) {
|
||||
return;
|
||||
}
|
||||
nextCtx: for (ActionContext ctx : consoleService.getActionContexts()) {
|
||||
if (!(ctx instanceof DebuggerMissingModuleActionContext mmCtx)) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue