gdb_start
Start a GDB debug session on a remote Linux binary, optionally loading a Python plugin script.
Instructions
启动 GDB 调试会话,加载目标二进制程序和可选的 GDB Python 插件。
Args: binary_path: 远程 Linux 上目标二进制文件的绝对路径 plugin_path: 可选,GDB Python 插件脚本路径(如 heap_logger.py)
Returns: GDB 启动输出信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | Yes | ||
| plugin_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |