mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
Merge remote-tracking branch 'origin/GP-846_d-millar_invalidateCache' into patch
This commit is contained in:
+2
@@ -941,6 +941,8 @@ public class DbgManagerImpl implements DbgManager {
|
||||
if (status.threadState.equals(ExecutionState.RUNNING)) {
|
||||
//System.err.println("RUNNING " + id);
|
||||
dbgState = DbgState.RUNNING;
|
||||
// NB: Needed by GADP variants, but not IN-VM
|
||||
getEventListeners().fire.memoryChanged(currentProcess, 0L, 0, evt.getCause());
|
||||
processEvent(new DbgRunningEvent(eventThread.getId()));
|
||||
}
|
||||
if (!threads.containsValue(eventThread)) {
|
||||
|
||||
Reference in New Issue
Block a user