mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Debugger test fixes.
This commit is contained in:
parent
8d63a9a3ab
commit
b813c86bf1
3 changed files with 12 additions and 4 deletions
|
@ -61,7 +61,7 @@ public abstract class AbstractTargetObject<P extends TargetObject> implements Sp
|
|||
protected final String typeHint;
|
||||
protected final TargetObjectSchema schema;
|
||||
|
||||
protected boolean valid = true;
|
||||
protected volatile boolean valid = true;
|
||||
|
||||
// TODO: Remove these, and just do invocations on model's listeners?
|
||||
protected final ListenerSet<DebuggerModelListener> listeners;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue