mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 06:56:09 +08:00
GP-3538: Fix restoration of Watch data type.
This commit is contained in:
+3
@@ -846,6 +846,9 @@ public class DebuggerWatchesProvider extends ComponentProviderAdapter
|
||||
removeOldListeners();
|
||||
this.currentTrace = trace;
|
||||
addNewListeners();
|
||||
for (WatchRow row : watchTableModel.getModelData()) {
|
||||
row.updateType();
|
||||
}
|
||||
}
|
||||
|
||||
public void coordinatesActivated(DebuggerCoordinates coordinates) {
|
||||
|
||||
Reference in New Issue
Block a user