mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 03:45:30 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+3
@@ -846,6 +846,9 @@ public class DebuggerWatchesProvider extends ComponentProviderAdapter
|
|||||||
removeOldListeners();
|
removeOldListeners();
|
||||||
this.currentTrace = trace;
|
this.currentTrace = trace;
|
||||||
addNewListeners();
|
addNewListeners();
|
||||||
|
for (WatchRow row : watchTableModel.getModelData()) {
|
||||||
|
row.updateType();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void coordinatesActivated(DebuggerCoordinates coordinates) {
|
public void coordinatesActivated(DebuggerCoordinates coordinates) {
|
||||||
|
|||||||
Reference in New Issue
Block a user