.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.45.1. .TH ABI-DUMPER "1" "April 2014" "abi-dumper Dumper 0.99.8" "User Commands" .SH NAME abi-dumper \- a tool to dump ABI of an ELF object containing DWARF debug info .SH DESCRIPTION .SS "NAME:" .IP ABI Dumper (abi\-dumper) Dump ABI of an ELF object containing DWARF debug info .SS "DESCRIPTION:" .IP ABI Dumper is a tool for dumping ABI information of an ELF object containing DWARF debug info. .IP The tool is intended to be used with ABI Compliance Checker tool for tracking ABI changes of a C/C++ library or kernel module. .IP This tool is free software: you can redistribute it and/or modify it under the terms of the GNU LGPL or GNU GPL. .SS "USAGE:" .IP abi\-dumper [options] [object] .SS "EXAMPLES:" .IP abi\-dumper libTest.so \fB\-o\fR ABI.dump abi\-dumper Module.ko.debug \fB\-o\fR ABI.dump .SS "INFORMATION OPTIONS:" .HP \fB\-h\fR|\-help .IP Print this help. .HP \fB\-v\fR|\-version .IP Print version information. .HP \fB\-dumpversion\fR .IP Print the tool version (0.99.8) and don't do anything else. .SS "GENERAL OPTIONS:" .HP \fB\-o\fR|\-output PATH .IP Path to the output ABI dump file. Default: ./ABI.dump .HP \fB\-sort\fR .IP Sort data in ABI dump. .HP \fB\-stdout\fR .IP Print ABI dump to stdout. .HP \fB\-loud\fR .IP Print all warnings. .HP \fB\-lv\fR|\-lver NUM .IP Set version of the library to NUM. .HP \fB\-extra\-info\fR DIR .IP Dump extra analysis info to DIR. .HP \fB\-bin\-only\fR .IP Do not dump information about inline functions, pure virtual functions and non\-exported global data. .HP \fB\-all\-types\fR .IP Dump unused data types. .HP \fB\-all\-symbols\fR .IP Dump symbols not exported by the object. .HP \fB\-skip\-cxx\fR .IP Do not dump stdc++ and gnu c++ symbols. .HP \fB\-all\fR .IP Equal to: \fB\-all\-types\fR \fB\-all\-symbols\fR. .HP \fB\-dump\-static\fR .IP Dump static (local) symbols. .HP \fB\-compare\fR OLD.dump NEW.dump .IP Show added/removed symbols between two ABI dumps. .HP \fB\-alt\fR PATH .IP Path to the alternate debug info (Fedora). It is detected automatically from gnu_debugaltlink section of the input object if not specified. .HP \fB\-mem\fR .IP Try to optimize system memory usage. .HP \fB\-dir\fR .IP Show full paths of source files. .SH AUTHOR This manual page was written by Mathieu Malaterre for the Debian GNU/Linux system (but may be used by others). .PP Written by Andrey Ponomarenko. .SH COPYRIGHT Copyright \(co 2013 ROSA Laboratory License: LGPL or GPL This program is free software: you can redistribute it and/or modify it.