edb_list_signals
Lists all signals and their handling configuration in EDB, showing stop, print, and pass behavior. Query specific signals or view all.
Instructions
List all signals and how GDB handles them. Equivalent to EDB's signal configuration view. Shows which signals cause stop, print notification, and are passed to the program.
Args: params (ListSignalsInput): Filter - signal (str): Specific signal to query (default: all)
Returns: str: Signal list with handling info
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |