edb_set_catchpoint
Set a catchpoint to stop program execution when specified events occur, such as exceptions, syscalls, signals, assert, exec, fork, vfork, load, or unload.
Instructions
Set a catchpoint for exceptions, syscalls, signals, or process events. Equivalent to EDB's catchpoint feature. Stops execution when the specified event occurs.
Args: params (CatchpointInput): Catchpoint - event (str): Event: throw, catch, syscall, signal, assert, exec, fork, vfork, load, unload - condition (str): Optional condition or syscall name/number
Returns: str: Catchpoint confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |