gdbundle-debuginfod:GDB和LLDB插件使GDB和LLDB的较早版本能够支持debuginfod

时间:2021-03-08 15:59:06
【文件属性】:
文件名称:gdbundle-debuginfod:GDB和LLDB插件使GDB和LLDB的较早版本能够支持debuginfod
文件大小:16KB
文件格式:ZIP
更新时间:2021-03-08 15:59:06
Python Debuginfod插件 此仓库包含一个GDB和LLDB插件,以在没有内置debuginfod的GDB和LLDB版本中支持 。 警告:目前,这些插件仅支持下载符号/这些插件不支持源。 受支持的环境 这在LLDB和GDB中均有效。 从GDB 10.1开始,debuginfod支持已内置到GDB中,因此不需要此插件。 安装 这些插件可以通过两种不同的方式安装: 使用 。 来自GDB / LLDB插件管理器。 (首选方法) 手动的 使用gdbundle 首先,请遵循gdbundle的安装。 然后使用以下命令安装debuginfod插件: pip install gdbundle-debuginfod-plugin 手动安装 指示来... 用法 安装后,您将可以访问GDB和LLDB中的dbgd命令。 运行dbgd --help以查看命令的完整列表。 正常用法将在这里介绍。 默认情况
【文件预览】:
gdbundle-debuginfod-main
----poetry.lock(19KB)
----.gitignore(6B)
----pyproject.toml(500B)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------__init__.py(0B)
--------test_gdbundle_debuginfod.py(100B)
----gdbundle_debuginfod()
--------__init__.py(22B)
--------lldb_loader.py(307B)
--------scripts()
--------gdb_loader.py(324B)

网友评论