edb_step_over
Execute one machine instruction, stepping over call instructions to treat them as atomic, and return the debugger state after the step.
Instructions
Execute one machine instruction, treating calls as atomic.
If the instruction is a call, the entire called function runs then stops.
Returns: str: JSON with address, function, file, line after stepping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |