]> granicus.if.org Git - strace/commit
unwind: give all exported functions "unwind_" prefix
authorMasatake YAMATO <yamato@redhat.com>
Wed, 16 Apr 2014 06:33:02 +0000 (15:33 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 30 May 2014 22:40:22 +0000 (22:40 +0000)
commit6141392856a170c9297783e6bfbd9fd970f76fdf
treeab316a8068e7d323f55243cc71eea46d77bfaf0f
parent7721499fc7ea15cbf2f7d4f89c9502e325b451fc
unwind: give all exported functions "unwind_" prefix

* unwind.c (init_unwind_addr_space): Rename to unwind_init.
(init_libunwind_ui): Rename to unwind_tcb_init.
(free_libunwind_ui): Rename to unwind_tcb_fin.
(delete_mmap_cache): Rename to unwind_cache_invalidate.
(print_stacktrace): Rename to unwind_print_stacktrace.
* defs.h: Update prototypes.
* mem.c: All callers updated.
* process.c: Likewise.
* strace.c: Likewise.
* syscall.c: Likewise.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
defs.h
mem.c
process.c
strace.c
syscall.c
unwind.c