• Home
  • Raw
  • Download

Lines Matching +full:is +full:- +full:binary +full:- +full:path

1 '\"! tbl | nroff \-man
16 .TH DEBUGINFOD-FIND 1
18 debuginfod-find \- request debuginfo-related data
21 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIBUILDID\fP
23 .B debuginfod-find [\fIOPTION\fP]... debuginfo \fIPATH\fP
25 .B debuginfod-find [\fIOPTION\fP]... executable \fIBUILDID\fP
27 .B debuginfod-find [\fIOPTION\fP]... executable \fIPATH\fP
29 .B debuginfod-find [\fIOPTION\fP]... source \fIBUILDID\fP \fI/FILENAME\fP
31 .B debuginfod-find [\fIOPTION\fP]... source \fIPATH\fP \fI/FILENAME\fP
34 \fBdebuginfod-find\fP queries one or more \fBdebuginfod\fP servers for
35 debuginfo-related data. In case of a match, it saves the the
40 .\" Much of the following text is duplicated with debuginfod.8
42 The debuginfod system uses buildids to identify debuginfo-related data.
43 These are stored as binary notes in ELF/DWARF files, and are
48 % readelf -n /bin/ls | grep -A4 build.id
55 Then the hexadecimal BUILDID is simply:
61 In place of the hexadecimal \fIBUILDID\fP, debuginfod-find also
62 accepts a path name to to an ELF binary, from which it extracts the
64 than \fB[0-9a-f]\fP. Files ambiguously named files like
65 "\fBdeadbeef\fP" can be passed with a \fB./deadbeef\fP extra path
71 If the given buildid is known to a server, this request will result
72 in a binary object that contains the customary \fB.*debug_*\fP
78 If the given buildid is known to the server, this request will result
79 in a binary object that contains the normal executable segments. This
86 If the given buildid is known to the server, this request will result
87 in a binary object that contains the source file mentioned. The path
88 should be absolute. Relative path names commonly appear in the DWARF
92 expects source queries to prefix relative path names with the CU
93 compilation-directory, followed by a mandatory "/".
96 compilation-directory may not be obvious. It can be found by
102 % debuginfod-find debuginfo /bin/ls
104 % eu-readelf -w ~/.cache/debuginfod_client/03529d48345409576cd5c82a56ad08555088d353/debuginfo | gre…
105 comp_dir (line_strp) "/usr/src/debug/coreutils-9.1-6.fc37.x86_64/separate"
109 \fB///\fP sorts of path components in the directory names. debuginfod
110 accepts both forms. Specifically, debuginfod canonicalizes path names
112 any \fB//\fP to \fB/\fP in the path.
118 /path/to/foo.c source BUILDID /path/to/foo.c
125 .B "\-v"
126 Increase verbosity, including printing frequent download-progress messages
132 debuginfod-find \fBdoes not\fP include any particular security
137 the internal \fIlibcurl\fP library is not currently enabled, except
139 (The debuginfod server does not perform authentication, but a front-end
143 .so man7/debuginfod-client-config.7