mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-4515_ryanmkurtz_classsearcher--SQUASHED'
This commit is contained in:
commit
6132ddc3d0
16 changed files with 546 additions and 487 deletions
|
@ -47,6 +47,7 @@ public interface AutoMapSpec extends ExtensionPoint {
|
|||
|
||||
private Private() {
|
||||
ClassSearcher.addChangeListener(classListener);
|
||||
classesChanged(null);
|
||||
}
|
||||
|
||||
private synchronized void classesChanged(ChangeEvent evt) {
|
||||
|
|
|
@ -45,6 +45,7 @@ public interface AutoReadMemorySpec extends ExtensionPoint {
|
|||
|
||||
private Private() {
|
||||
ClassSearcher.addChangeListener(classListener);
|
||||
classesChanged(null);
|
||||
}
|
||||
|
||||
private synchronized void classesChanged(ChangeEvent evt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue