gpt4 book ai didi

linux - lldbinit 中的进程句柄

转载 作者:太空狗 更新时间:2023-10-29 12:03:29 25 4
gpt4 key购买 nike

我想让以下命令初始化我的 .lldbinit。

process handle SIGPROF -n false -p true -s false

问题是lldb在启动时不会运行这条命令,还没有进程。

error: Aborting reading of commands after command #1: ' process handle SIGPROF -n false -p true -s false' failed with error: No current target; cannot handle signals until you have a valid target and process.

我如何告诉 lldb 在有进程时应用此命令?

最佳答案

到目前为止,我认为你做不到

允许这样做需要以下两个条件之一:

  • LLDB 记录您的偏好并在它们出现时将其应用于流程的模型(仅第一个?所有?)
  • 一个模型,其中 LLDB 具有“事件 Hook ”,例如进程出现、进程消失,您可以编写 Hook 脚本(通过 LLDB 命令或 Python)以执行某些操作,包括设置信号处理

关于linux - lldbinit 中的进程句柄,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25572233/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com