mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Add man-pages for unw_get_fpreg(3), unw_get_reg(3), unw_is_fpreg(3),
unw_is_signal_frame(3), unw_set_fpreg(3), unw_set_reg(3), and unw_step(3). (Logical change 1.64)
This commit is contained in:
parent
2e03d8623b
commit
ad306e6ab6
1 changed files with 17 additions and 1 deletions
|
@ -4,11 +4,19 @@ man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.man \
|
|||
$(srcdir)/unw_flush_cache.man \
|
||||
$(srcdir)/unw_get_accessors.man \
|
||||
$(srcdir)/unw_get_proc_info.man $(srcdir)/unw_get_proc_name.man \
|
||||
$(srcdir)/unw_get_fpreg.man \
|
||||
$(srcdir)/unw_get_reg.man \
|
||||
$(srcdir)/unw_getcontext.man \
|
||||
$(srcdir)/unw_init_local.man $(srcdir)/unw_init_remote.man \
|
||||
$(srcdir)/unw_is_fpreg.man \
|
||||
$(srcdir)/unw_is_signal_frame.man \
|
||||
$(srcdir)/unw_create_addr_space.man \
|
||||
$(srcdir)/unw_destroy_addr_space.man \
|
||||
$(srcdir)/unw_regname.man $(srcdir)/unw_resume.man \
|
||||
$(srcdir)/unw_set_caching_policy.man
|
||||
$(srcdir)/unw_set_caching_policy.man \
|
||||
$(srcdir)/unw_set_fpreg.man \
|
||||
$(srcdir)/unw_set_reg.man \
|
||||
$(srcdir)/unw_step.man
|
||||
|
||||
EXTRA_DIST = NOTES libunwind.trans \
|
||||
libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \
|
||||
|
@ -16,9 +24,17 @@ EXTRA_DIST = NOTES libunwind.trans \
|
|||
unw_flush_cache.tex \
|
||||
unw_get_accessors.tex \
|
||||
unw_get_proc_info.tex unw_get_proc_name.tex \
|
||||
unw_get_fpreg.tex \
|
||||
unw_get_reg.tex \
|
||||
unw_getcontext.tex \
|
||||
unw_init_local.tex unw_init_remote.tex \
|
||||
unw_is_fpreg.tex \
|
||||
unw_is_signal_frame.tex \
|
||||
unw_create_addr_space.tex unw_destroy_addr_space.tex \
|
||||
unw_regname.tex unw_resume.tex unw_set_caching_policy.tex \
|
||||
unw_set_fpreg.tex \
|
||||
unw_set_reg.tex \
|
||||
unw_step.text \
|
||||
$(man3_MANS)
|
||||
|
||||
L2M = latex2man
|
||||
|
|
Loading…
Reference in a new issue