libabigail/tools
Dodji Seketeli 7350cfd893 Make bilint read input from stdin
* include/abg-libxml-utils.h (new_reader_from_istream): Declare
	new public entry point.
	* src/abg-libxml-utils.cc (xml_istream_input_read)
	(xml_istream_input_close): New static functions.
	(new_reader_from_istream): Define new public input function.
	* include/abg-reader.h (read_translation_unit_from_istream):
	Declare new entry points.
	* src/abg-reader.cc (read_translation_unit_from_istream): Define
	new entry points.
	* tools/bilint.cc (options::{read_from_stdin, noout}): New
	members.
	(display_usage): Document --stdin and --noout.
	(parse_command_line): Adjust to consider that no option on the
	command line means reading from stdin, just like --stdin.  Support
	the --noout option as well.
	(main): Support Read the abi instr from stdin; in that case, what
	was read is just serialized back to stdout, unless --noout was
	supplied.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2013-12-11 15:20:42 +01:00
..
abg-tools-utils.cc Initial implementation of tu diffing & bidiff cmd line program 2013-11-19 11:24:01 +01:00
abg-tools-utils.h Initial implementation of tu diffing & bidiff cmd line program 2013-11-19 11:24:01 +01:00
biar.cc Prepare serialization API for multiple backends 2013-12-04 20:26:38 +01:00
bidiff.cc Prepare serialization API for multiple backends 2013-12-04 20:26:38 +01:00
bidw.cc Initial support of reading an ABI Corpus from DWARF 2013-12-07 08:07:54 +01:00
bilint.cc Make bilint read input from stdin 2013-12-11 15:20:42 +01:00
Makefile.am Initial support of reading an ABI Corpus from DWARF 2013-12-07 08:07:54 +01:00