mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
GP-4099: "Control Target" modes should be available whenever alive.
This commit is contained in:
parent
02a257cdc2
commit
9d772e4729
@ -92,7 +92,7 @@ public enum ControlMode {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
||||||
return coordinates.isAliveAndPresent();
|
return coordinates.isAlive();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -153,7 +153,7 @@ public enum ControlMode {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
||||||
return coordinates.isAliveAndPresent();
|
return coordinates.isAlive();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user