mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-2036: Confirm module map after launch
This commit is contained in:
parent
0f3d941115
commit
f426a878d5
9 changed files with 392 additions and 144 deletions
|
@ -437,7 +437,7 @@ public enum DebugModelConventions {
|
|||
TargetExecutionStateful exe = (TargetExecutionStateful) process;
|
||||
TargetExecutionState state = exe.getExecutionState();
|
||||
if (state == null) {
|
||||
Msg.error(null, "null state for " + exe);
|
||||
Msg.trace(null, "null state for " + exe);
|
||||
return false;
|
||||
}
|
||||
return state.isAlive();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue