gdb_continue_background
Resume target program execution in GDB background and return prompt instantly, enabling breakpoint-based heap logging.
Instructions
让 GDB 后台继续执行目标程序,立即返回 prompt。
用于请求粒度 heaplog:先设置请求完成断点,然后调用本工具让程序 继续运行;随后发送网络请求,等断点命中后再 heap_end_action。 内部执行: set target-async on continue&
Returns: GDB 对 continue& 的输出。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |