old-cross-binutils/gdb/cli
Andrew Cagney 47b667dea5 2005-05-26 Andrew Cagney <cagney@gnu.org>
* command.h (add_setshow_integer_cmd): Make VAR an integer.
	* cli/cli-decode.c (add_setshow_integer_cmd): Update to match.
	* valops.c (value_string): Add a cast.
	* eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers.
	* breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for
	byte buffers.
	* target.h (struct target_ops): For to_insert_hw_breakpoint and
	to_remove_hw_breakpoint use gdb_byte for byte buffer parameters.
	* breakpoint.h (struct bp_location): Make shadow_contents a
	gdb_byte buffer.
	* cli/cli-setshow.c (do_setshow_command): Fix cast.
	* cli/cli-dump.c (restore_section_callback)
	(restore_binary_file): Use gdb_byte for byte buffers.
	* proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts.
	(ps_xfer_memory): Use gdb_byte for byte buffers.
	* tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char
	for string buffers.
	* ser-tcp.c (net_open): Make len a socklen_t.
2005-05-26 20:49:03 +00:00
..
cli-cmds.c * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites. 2005-05-12 21:23:17 +00:00
cli-cmds.h
cli-decode.c 2005-05-26 Andrew Cagney <cagney@gnu.org> 2005-05-26 20:49:03 +00:00
cli-decode.h 2005-02-21 Andrew Cagney <cagney@gnu.org> 2005-02-21 17:14:03 +00:00
cli-dump.c 2005-05-26 Andrew Cagney <cagney@gnu.org> 2005-05-26 20:49:03 +00:00
cli-dump.h 2005-01-27 Andrew Cagney <cagney@gnu.org> 2005-01-27 20:34:51 +00:00
cli-interp.c 2005-04-26 Andrew Cagney <cagney@gnu.org> 2005-04-26 05:03:41 +00:00
cli-logging.c 2005-02-24 Andrew Cagney <cagney@gnu.org> 2005-02-24 13:51:36 +00:00
cli-script.c 2005-04-26 Andrew Cagney <cagney@gnu.org> 2005-04-26 14:57:22 +00:00
cli-script.h * breakpoint.c (bpstat_do_actions): To ensure that 2003-12-22 03:43:19 +00:00
cli-setshow.c 2005-05-26 Andrew Cagney <cagney@gnu.org> 2005-05-26 20:49:03 +00:00
cli-setshow.h
cli-utils.c
cli-utils.h