mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +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
|
||||
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
||||
return coordinates.isAliveAndPresent();
|
||||
return coordinates.isAlive();
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -153,7 +153,7 @@ public enum ControlMode {
|
||||
|
||||
@Override
|
||||
public boolean isSelectable(DebuggerCoordinates coordinates) {
|
||||
return coordinates.isAliveAndPresent();
|
||||
return coordinates.isAlive();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user