mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1808: Added 'Run to Address'-type actions to right-click menu for some connectors.
This commit is contained in:
parent
44d7c4f031
commit
bde529b4d5
39 changed files with 1663 additions and 136 deletions
|
@ -55,7 +55,6 @@ public class JdiModelTargetThread extends JdiModelTargetObjectReference implemen
|
|||
JdiModelSelectableObject {
|
||||
|
||||
protected static final TargetStepKindSet SUPPORTED_KINDS = TargetStepKindSet.of( //
|
||||
TargetStepKind.ADVANCE, //
|
||||
TargetStepKind.FINISH, //
|
||||
TargetStepKind.LINE, //
|
||||
TargetStepKind.OVER, //
|
||||
|
@ -346,7 +345,6 @@ public class JdiModelTargetThread extends JdiModelTargetObjectReference implemen
|
|||
depth = StepRequest.STEP_LINE;
|
||||
break;
|
||||
case FINISH:
|
||||
case ADVANCE:
|
||||
depth = StepRequest.STEP_OUT;
|
||||
break;
|
||||
case SKIP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue