libabigail/include
Mark Wielaard 254cafb7d7 Add --drop-undefined-syms to abidw.
Add a drop_undefined_syms properties to the read_context that
indicates the reader wants to drop any undefined symbols (which don't
have associated addresses in the corpus). Implement this for the
dwarf_reader and abidw (when using the --drop-undefined-syms option).

	* include/abg-dwarf-reader.h (set_drop_undefined_syms):
	New declaration.
	* src/abg-dwarf-reader.cc (class read_context): Add private
	bool drop_undefined_syms_.
	(drop_undefined_syms): New getter and setter method.
	(set_drop_undefined_syms): New function.
	(function_is_suppressed): Check drop_undefined_syms on
	read_context.
	(variable_is_suppressed): Likewise.
	* src/abg-reader.cc (read_context): Add private bool
	m_drop_undefined_syms.
	(drop_undefined_syms): New getter and setter method.
	* tools/abidw.cc (struct options): Add drop_undefined_syms.
	(display_usage): Print --drop-undefined-syms.
	(parse_command_line): Parse --drop-undefined-syms.
	(main): Call set_drop_undefined_syms.

Signed-off-by: Mark Wielaard <mark@klomp.org>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2020-04-15 14:29:55 +02:00
..
abg-comp-filter.h
abg-comparison.h
abg-config.h
abg-corpus.h
abg-cxx-compat.h
abg-diff-utils.h
abg-dwarf-reader.h Add --drop-undefined-syms to abidw. 2020-04-15 14:29:55 +02:00
abg-fwd.h
abg-hash.h
abg-ini.h
abg-interned-str.h
abg-ir.h
abg-libxml-utils.h
abg-libzip-utils.h
abg-reader.h
abg-reporter.h abidiff: Remove blank line after typedef changes. 2020-04-01 15:54:02 +02:00
abg-sptr-utils.h
abg-suppression.h
abg-tools-utils.h Add --header-file option to add individual public header files. 2020-04-14 17:17:28 +02:00
abg-traverse.h
abg-version.h.in
abg-viz-common.h
abg-viz-dot.h
abg-viz-svg.h
abg-workers.h
abg-writer.h
Makefile.am