Linux command
debuginfod-find 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Example
debuginfod-find -vv debuginfo [build_id]
说明
debuginfod-find requests debug information from debuginfod servers. It can retrieve debuginfo, executable, or source files based on the build ID of an ELF binary. Part of the elfutils package, it enables on-demand downloading of debug symbols for debugging tools like gdb.
参数
- debuginfo _build-id_
- Fetch debug information file
- executable _build-id_
- Fetch executable file
- source _build-id_ _path_
- Fetch source file
- -v
- Verbose output
FAQ
What is the debuginfod-find command used for?
debuginfod-find requests debug information from debuginfod servers. It can retrieve debuginfo, executable, or source files based on the build ID of an ELF binary. Part of the elfutils package, it enables on-demand downloading of debug symbols for debugging tools like gdb.
How do I run a basic debuginfod-find example?
Run `debuginfod-find -vv debuginfo [build_id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does debuginfo _build-id_ do in debuginfod-find?
Fetch debug information file