edb_step_over_instruction
Step over assembly instructions, skipping function calls at the instruction level. Execute the next instruction without stepping into subroutines.
Instructions
Step over a single instruction (assembly-level), skipping calls.
Equivalent to GDB's nexti command. Unlike edb_step_over (source line)
and edb_step_instruction (step INTO calls), this steps over calls
at the instruction level.
Args: params (StepOverInstructionInput): Count - count (int): Number of instructions (default: 1)
Returns: str: Step result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |