attach_to_pid
Attach GDB to a running process by its PID to start a live debugging session with customizable options like working directory and timeout.
Instructions
Start gdb and attach to an existing process id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| cwd | No | ||
| load_init | No | ||
| start_timeout | No | ||
| prompt | No | ||
| force_prompt | No |