mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
dedup events
This commit is contained in:
parent
c4f1ec8e0a
commit
8f9bcd43c7
1 changed files with 0 additions and 2 deletions
|
@ -660,7 +660,6 @@ public class DbgManagerImpl implements DbgManager {
|
||||||
int tid = so.getCurrentThreadSystemId();
|
int tid = so.getCurrentThreadSystemId();
|
||||||
DbgThreadImpl thread = new DbgThreadImpl(this, process, eventId, tid);
|
DbgThreadImpl thread = new DbgThreadImpl(this, process, eventId, tid);
|
||||||
thread.add();
|
thread.add();
|
||||||
getEventListeners().fire.threadCreated(thread, evt.getCause());
|
|
||||||
getEventListeners().fire.threadSelected(thread, null, evt.getCause());
|
getEventListeners().fire.threadSelected(thread, null, evt.getCause());
|
||||||
|
|
||||||
String key = Integer.toHexString(eventId.id);
|
String key = Integer.toHexString(eventId.id);
|
||||||
|
@ -733,7 +732,6 @@ public class DbgManagerImpl implements DbgManager {
|
||||||
int pid = so.getCurrentProcessSystemId();
|
int pid = so.getCurrentProcessSystemId();
|
||||||
DbgProcessImpl proc = new DbgProcessImpl(this, id, pid);
|
DbgProcessImpl proc = new DbgProcessImpl(this, id, pid);
|
||||||
proc.add();
|
proc.add();
|
||||||
getEventListeners().fire.processAdded(proc, evt.getCause());
|
|
||||||
getEventListeners().fire.processSelected(proc, evt.getCause());
|
getEventListeners().fire.processSelected(proc, evt.getCause());
|
||||||
|
|
||||||
handle = info.initialThreadInfo.handle;
|
handle = info.initialThreadInfo.handle;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue