mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GP-4338: Re-track on address-index map changes.
This commit is contained in:
parent
3e676b4104
commit
695e1cdde4
@ -229,6 +229,8 @@ public class DebuggerListingProvider extends CodeViewerProvider {
|
||||
public ForListingTrackingTrait() {
|
||||
super(DebuggerListingProvider.this.tool, DebuggerListingProvider.this.plugin,
|
||||
DebuggerListingProvider.this);
|
||||
|
||||
getListingPanel().addIndexMapChangeListener(e -> this.doTrack());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user