[PATCH v12 0/7] Introduce asinfo tool
Edgar Kaziakhmedov
edgar.kaziakhmedov at virtuozzo.com
Sun Dec 10 13:56:16 UTC 2017
Some relative paths don't work in Makefile.am when we move building directory,
so v12 fixes it allowing make-dist to be run properly.
Changelog:
v12
* Add libcommon.a for sharing sources between strace and asinfo.
* Make polished patches.
* Add .dir to clean.
* Make make-dist working with asinfo.
* Expand .gitignore lists.
v11
* Add tests
* Fix issues in dispatcher.c file.
v10
* Add asinfo binary to deb/rpm build.
* Add '--raw' parameter to print out without formating.
* Update MAN page and usage.
* Fix issues and typos.
v9
* Add MAN page.
* Add script to generate source code describing architecture.
* Use new number_set API.
* Fix issues and typos.
* Fix broken make dist with regard to asinfo.
v8
* Add multiarch mode for syscall_dispatcher, which allows to show
descrepancy in syscall numbers/name/arguments (number).
* Add syscall filtering(as in strace).
* Fix issues and typos.
* Refine push back interface for syscall_service.
* Refine push back interface for arch_service.
v7
* Introduce multiarch mode for arch_dispatcher and abi_dispatcher.
* Introduce new arch_description storage (arch_definitions.h).
* Fix issues and typos.
v6
* Adapt syscall dispatcher to the new program architecture.
* Implement usage.
* Refine command_dispatcher.
* Fix issues and typos.
v5,v4,v3
* Add command_dispatcher
* Introduce syscall_dispatcher(raw version).
* Introduce push back interface for syscall_service.
* Fix issues and typos.
v2
* Refine arch_dispatcher.
* Introduce abi_dispatcher.
* Add all architectures/ABIs supported by strace.
* Introduce push back interface for arch_service.
* Fix issues and typos.
v1 and older minor implementation:
* Introduce pipeline architecture.
* Implement the first version of arch_dispatcher.
* Introduce define-based interface to interact with array of arch_description.
More information about the Strace-devel
mailing list