libabigail/doc/manuals
Dodji Seketeli 9cef1838c9 Add --verbose option to abidiff
This is useful to see the progress of e.g type canonicalization and
visually spot where it takes times on some big binaries.

To do this, this patch enables logging in libabigail itself too.

	* doc/manuals/abidiff.rst: Add documentation for new --verbose
	option.
	* include/abg-dwarf-reader.h (set_do_log): Declare new function.
	* src/abg-dwarf-reader.cc (read_context::do_log_): New data
	member.
	(read_context::read_context): Initialize the new data member.
	(read_context::do_log): Define accessors.
	(set_do_log): Define new function;
	(read_context::canonicalize_types_scheduled)
	(read_debug_info_into_corpus): Add logs.
	* tools/abidiff.cc (options::do_log): New data member.
	(options::options): Initialize it.
	(display_usage): Add an usage string for --verbose.
	(parse_command_line): Parse the new --verbose option.
	(main): Set the dwarf reader's context wrt presence of the
	--verbose option.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2016-02-18 16:06:13 +01:00
..
abicompat.rst Add the option of printing the file, line and column information about a type being reported. 2015-12-15 12:32:55 +01:00
abidiff.rst Add --verbose option to abidiff 2016-02-18 16:06:13 +01:00
abidw.rst Add the option of printing the file, line and column information about a type being reported. 2015-12-15 12:32:55 +01:00
abilint.rst Add --version option to several libabigail tools 2015-11-16 12:54:10 +01:00
abipkgdiff.rst Add the option of printing the file, line and column information about a type being reported. 2015-12-15 12:32:55 +01:00
conf.py Add a manual for abipkgidiff 2015-07-17 10:10:17 +02:00
index.rst Update the manual for the suppression specification initial work 2014-10-15 22:32:56 +02:00
libabigail-concepts.rst Talk about mandatory properties in suppress_* directives 2016-02-11 11:41:42 +01:00
libabigail-overview.rst Fix an "Unknown target name" error during make info. 2015-10-05 08:35:57 +02:00
libabigail-tools.rst Add bash-completion scripts for the libabigail tools 2015-11-23 08:18:48 +01:00
Makefile.am Fix spurious errors in the install-man-and-info-doc target 2015-09-09 09:19:10 +02:00