edb_disable_lazy_binding
Control lazy binding for the debugee. Disabling it resolves all shared library symbols at startup, improving breakpoint reliability on library functions.
Instructions
Disable or enable lazy binding for debugee. Equivalent to EDB's DialogOptions → Disable Lazy Binding checkbox. When disabled, all shared library symbols are resolved at startup, making breakpoints on library functions more reliable.
Args: params (DisableLazyBindingInput): Lazy binding setting - disable (bool): True = disable lazy binding, False = enable
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |