Fred Fish 5e81259d23 * utils.c (fputs_demangled, fprint_symbol): Remove.
* utils.c (fprintf_symbol_filtered):  New function which combines
	the functionality of fputs_demangled and fprint_symbol.  Uses a
	caller provided language parameter to select the appropriate
	demangler, and caller provided args to pass to the demangler.
	* defs.h (fputs_demangled, fprint_symbol):  Remove prototypes.
	* defs.h (fprintf_symbol_filtered):  Add prototype.
	* c-typeprint.c (cp_type_print_method_args):  Replace calls to
	fputs_demangled with call to fprintf_symbol_filtered.
	* cp-valprint.c (demangle.h):  Include
	* cp-valprint.c (cp_print_value_fields):  Replace calls to
	fprint_symbol with calls to fprintf_symbol_filtered.
	* printcmd.c (print_frame_args):  Replace call to fprint_symbol
	with call to fprintf_symbol_filtered.
	* stack.c (print_frame_info, frame_info):  Add language variable
	to pass to fprintf_symbol_demangled and initialize it from the
	symbol's language.  Replace calls to fputs_demangled with calls
	to fprintf_symbol_filtered.
	* symtab.c (find_methods):  Replace call to fputs_demangled with
	call to fprintf_symbol_filtered.
	**** start-sanitize-chill ****
	* ch-valprint.c (demangle.h):  Include.
	* ch-valprint.c (chill_print_value_fields):  Replace call to
	fprint_symbol with call to new fprintf_symbol_filtered.
	**** end-sanitize-chill ****
1993-03-11 19:27:51 +00:00
1993-03-09 18:16:38 +00:00
1993-03-09 02:35:46 +00:00
1993-03-09 18:16:38 +00:00
1992-12-08 05:21:19 +00:00
1993-02-04 05:34:17 +00:00
1993-03-09 18:16:38 +00:00
1993-03-03 23:08:41 +00:00
1993-02-21 02:53:55 +00:00
1993-03-09 17:50:54 +00:00
1993-03-10 20:10:33 +00:00
1993-03-10 20:10:33 +00:00
1991-12-12 02:47:57 +00:00
1993-03-10 20:10:33 +00:00
1992-02-22 00:25:24 +00:00
1993-03-10 11:15:28 +00:00
1991-10-31 00:08:52 +00:00
1993-03-10 20:10:33 +00:00
1991-06-12 21:44:36 +00:00
Description
Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
897 MiB
Languages
C 50.6%
Makefile 22.6%
Assembly 13.2%
C++ 5.9%
Roff 1.5%
Other 5.6%