binutils-gdb/gdb/cli
Keith Seitz 8e7b59a53f * Makefile.in (SFILES): Remove wrapper.c.
(HFILES_NO_SRCDIR): Remove wrapper.h.
	(COMMON_OBS): Remove wrapper.o.
	* cli/cli-interp.c: Don't inlude wrapper.h.
	* corelow.c: Likewise.
	(core_open): Replace gdb_target_find_new_threads with
	TRY_CATCH around target_find_new_threads.
	* eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
	* gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
	* varobj.c (varobj_create): Likewise for parse_exp_1 and
	evaluate_expression.
	(varobj_set_value): Likewise for evaluate_expression and
	value_assign.
	(install_new_variable): Likewise for value_fetch_lazy.
	(adjust_value_for_child_access): Likewise for value_ind.
	(c_describe_child): Likewise for value_subscript and
	value_ind.
	(c_value_of_root): Likewise for evaluate_expression.
	* wrapper.c: Remove.
	* wrapper.h: Remove.
2012-01-09 20:27:49 +00:00
..
cli-cmds.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-cmds.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-decode.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-decode.h 2012-01-05 Pedro Alves <alves.ped@gmail.com> 2012-01-05 11:39:31 +00:00
cli-dump.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-dump.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-interp.c * Makefile.in (SFILES): Remove wrapper.c. 2012-01-09 20:27:49 +00:00
cli-logging.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-script.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-script.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-setshow.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-utils.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
cli-utils.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00