/
githubmirror
/
elfutils
ОбзорДокументацияВойти
/
githubmirror
/
elfutils
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
elfutils/
doc/
..
COPYING-GFDL

config: Fix spec file, add manpages and new GFDL license.

7 лет назад
ChangeLog

doc: Add .TP before -g in debuginfod.8

3 года назад
Makefile.am

debuginfod: Support queries for ELF/DWARF sections

4 года назад
README

Begin adding some docs to elfutils

7 лет назад
debuginfod-client-config.7

debuginfod-client: Add DEBUGINFOD_HEADERS_FILE.

4 года назад
debuginfod-find.1

debuginfod-find.1: note on how to find a comp_dir

4 года назад
debuginfod.8

doc: Add .TP before -g in debuginfod.8

3 года назад
debuginfod.service.8

Added debuginfod.service.8 manual page.

4 года назад
debuginfod_add_http_header.3

debuginfod: User-Agent and X-Forwarded-For header relay

6 лет назад
debuginfod_begin.3

debuginfod: add client context

7 лет назад
debuginfod_end.3

debuginfod: add client context

7 лет назад
debuginfod_find_debuginfo.3

debuginfod: Support queries for ELF/DWARF sections

4 года назад
debuginfod_find_executable.3

debuginfod 1/2: client side

7 лет назад
debuginfod_find_section.3

debuginfod: Support queries for ELF/DWARF sections

4 года назад
debuginfod_find_source.3

debuginfod 1/2: client side

7 лет назад
debuginfod_get_headers.3

PR28284 - Debuginfod header functionality implemented

4 года назад
debuginfod_get_url.3

debuginfod client API: add get_url function

6 лет назад
debuginfod_get_user_data.3

debuginfod client API: add get/set user_data functions

6 лет назад
debuginfod_set_progressfn.3

debuginfod 3/3: client interruptability

7 лет назад
debuginfod_set_user_data.3

debuginfod client API: add get/set user_data functions

6 лет назад
elf_begin.3

Begin adding some docs to elfutils

7 лет назад
elf_clone.3

Begin adding some docs to elfutils

7 лет назад
elf_getdata.3

Begin adding some docs to elfutils

7 лет назад
elf_update.3

Begin adding some docs to elfutils

7 лет назад
elfclassify.1

Begin adding some docs to elfutils

7 лет назад
elfutils.sgml

doc: fix spelling typos

6 лет назад
readelf.1

readelf: add binutils-style --syms option

4 года назад
README
The elfutils documentation is very much a work in
progress. Contributions are welcome.
Please reports bugs at https://sourceware.org/bugzilla/
Please send additions and patches to: elfutils-devel@sourceware.org
 
The elfutils utilities are a new implementation of many of the
utilities found in binutils and consequently, the documentation for
most of the tools has been the the man pages for binutils. For example
you could refer to readelf's man page for instructions on
eu-readelf. This has been fine up until this point but as tools gain
new capabilities, they will need to have their own individual man
page. Forking the man pages from binutils is acceptable and the
current plan of action.
 
New utilities that do not have an analog in binutils can have their
initial man pages generated using a tool like help2man.
 
The C language interfaces for libelf, libdw, and libdwfl are in
particular need of documentation. The aspirational goal is write these
in sphinx.