binutils-gdb/gdb/config/i386
Daniel Jacobowitz 8181d85fdc gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
	shadow_len.
	(insert_bp_location, reattach_breakpoints, remove_breakpoint)
	(delete_breakpoint): Update calls to changed methods.
	(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
	(single_step_breakpoints, insert_single_step_breakpoint)
	(remove_single_step_breakpoints): New.
	* breakpoint.h (struct bp_target_info): New.
	(struct bp_location): Replace shadow_contents with
	target_info and overlay_target_info.
	(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
	(insert_single_step_breakpoint, remove_single_step_breakpoints): New
	prototypes.
	* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
	(memory_insert_breakpoint, memory_remove_breakpoint): Update second
	argument.
	* mem-break.c (default_memory_insert_breakpoint): Update.  Set
	placed_address, placed_size, and shadow_len.
	(default_memory_remove_breakpoint): Update.  Don't use
	BREAKPOINT_FROM_PC.
	(memory_insert_breakpoint, memory_remove_breakpoint): Update.
	* target.c (update_current_target): Update prototypes for changed
	functions.
	(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
	(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
	Update.
	* target.h: Forward declare struct bp_target_info.
	(struct target_ops): Use a bp_target_info argument for
	to_insert_breakpoint, to_remove_breakpoint,
	to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
	(target_insert_breakpoint, target_remove_breakpoint)
	(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
	(memory_insert_breakpoint, memory_remove_breakpoint)
	(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
	Update.
	* config/i386/nm-i386.h: Forward declare struct bp_target_info.
	(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
	(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.

	* gdbarch.c, gdbarch.h: Regenerated.

	* alpha-tdep.c (alpha_software_single_step): Use
	insert_single_step_breakpoint and remove_single_step_breakpoints.
	Remove unused statics.
	* arm-tdep.c (arm_software_single_step): Likewise.  Add a note.
	* cris-tdep.c (cris_software_single_step): Likewise.
	* mips-tdep.c (mips_software_single_step): Likewise.
	* rs6000-tdep.c (rs6000_software_single_step): Likewise.
	* sparc-tdep.c (sparc_software_single_step): Likewise.
	* wince.c (struct thread_info_struct): Remove step_prev.
	(undoSStep): Use remove_single_step_breakpoints.
	(wince_software_single_step): Use insert_single_step_breakpoint.

	* corelow.c (ignore): Remove unneeded prototype.  Update arguments.
	* exec.c (ignore): Likewise.
	* sol-thread.c (ignore): Likewise.

	* procfs.c (dbx_link_shadow_contents): Delete.
	(dbx_link_bpt): New.
	(procfs_mourn_inferior): Remove it if necessary.
	(remove_dbx_link_breakpoint): Use it.
	(insert_dbx_link_bpt_in_file): Set it.
	(procfs_init_inferior): Don't update dbx_link_bpt_addr.
	* rs6000-nat.c (exec_one_dummy_insn): Use
	deprecated_insert_raw_breakpoint and
	deprecated_remove_raw_breakpoint.
	* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
	(base_breakpoint): New.
	(disable_break): Use it.
	(enable_break): Set it.

	* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
	Update.
	* ia64-tdep.c (ia64_memory_insert_breakpoint)
	(ia64_memory_remove_breakpoint): Likewise.
	* m32r-tdep.c (m32r_memory_insert_breakpoint)
	(m32r_memory_remove_breakpoint): Likewise.
	* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
	Likewise.  Remove unnecessary prototypes.  Use placed_address
	and placed_size.  Removed useless read from memory.
	* nto-procfs.c (procfs_insert_breakpoint)
	(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
	(procfs_remove_hw_breakpoint): Update.
	* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
	* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
	* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
	* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
	* remote-e7000.c (e7000_insert_breakpoint)
	(e7000_remove_breakpoint): Likewise.
	* remote-m32r-sdi.c (m32r_insert_breakpoint)
	(m32r_remove_breakpoint): Likewise.
	* remote-mips.c (mips_insert_breakpoint)
	(mips_remove_breakpoint): Likewise.
	* remote-rdp.c (remote_rdp_insert_breakpoint)
	(remote_rdp_remove_breakpoint): Likewise.
	(rdp_step): Use deprecated_insert_raw_breakpoint and
	deprecated_remove_raw_breakpoint.
	* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
	Update.
	* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
	Delete.
	(init_gdbsim_ops): Use memory_insert_breakpoint and
	memory_remove_breakpoint.
	* remote-st.c (st2000_insert_breakpoint)
	(st2000_remove_breakpoint): Update.  Remove unused
	BREAKPOINT_FROM_PC.
	* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
	Update.  Use placed_address and placed_size.
	(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
	* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
	and remove breakpoint prototypes.
	(Watchpoints): Move description of target_insert_hw_breakpoint and
	target_remove_hw_breakpoint ...
	(Breakpoints): ... to here.  Document target_insert_breakpoint and
	target_remove_breakpoint.
2006-04-18 19:20:08 +00:00
..
cygwin.mh * config/i386/cygwin.mh (XM_FILE): Remove variable. 2005-05-04 16:29:54 +00:00
cygwin.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00
fbsd.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
fbsd.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
fbsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
fbsd64.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
go32.mh Remove XM_FILE. 2005-05-14 10:13:23 +00:00
i386.mt * configure.tgt: Remove i[34567]86-*-go32*, 2004-04-09 15:01:46 +00:00
i386gnu.mh 2004-07-29 Andrew Cagney <cagney@gnu.org> 2004-07-29 20:04:21 +00:00
i386gnu.mt 2004-04-05 Andrew Cagney <cagney@redhat.com> 2004-04-06 01:53:52 +00:00
i386sco.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
i386sco4.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
i386sco5.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
i386sol2.mh * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset) 2004-10-31 15:35:08 +00:00
i386sol2.mt * sol2-tdep.h. sol2-tdep.c: New files. 2006-01-15 00:22:50 +00:00
i386v.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
i386v4.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
i386v42mp.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
linux.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
linux.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00
linux64.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
linux64.mt 2005-06-13 H.J. Lu <hongjiu.lu@intel.com> 2005-06-13 20:52:08 +00:00
nbsd.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
nbsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
nbsd64.mt * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-15 22:08:45 +00:00
nbsdaout.mh * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h. 2004-10-09 09:45:49 +00:00
nbsdelf.mh * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h. 2004-10-09 09:45:49 +00:00
ncr3000.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 15:23:53 +00:00
ncr3000.mt 2004-04-05 Andrew Cagney <cagney@redhat.com> 2004-04-06 01:53:52 +00:00
nm-cygwin.h
nm-fbsd.h * config/i386/nm-fbsd.h: Update copyright year. 2005-01-11 23:04:33 +00:00
nm-go32.h
nm-i386.h gdb/ 2006-04-18 19:20:08 +00:00
nm-i386gnu.h 2004-11-30 Andrew Cagney <cagney@gnu.org> 2004-11-30 15:15:27 +00:00
nm-i386sco.h
nm-i386sco4.h 2004-06-08 Andrew Cagney <cagney@gnu.org> 2004-06-08 19:58:15 +00:00
nm-i386sco5.h Index: ChangeLog 2004-09-03 17:13:48 +00:00
nm-i386sol2.h 2004-11-30 Andrew Cagney <cagney@gnu.org> 2004-11-30 15:05:20 +00:00
nm-i386v.h 2004-07-29 Andrew Cagney <cagney@gnu.org> 2004-07-29 20:53:27 +00:00
nm-i386v4.h 2004-11-30 Andrew Cagney <cagney@gnu.org> 2004-11-30 15:05:20 +00:00
nm-i386v42mp.h 2004-11-30 Andrew Cagney <cagney@gnu.org> 2004-11-30 15:05:20 +00:00
nm-linux.h * Makefile.in (ALLDEPFILES): Update. 2005-09-10 18:11:14 +00:00
nm-linux64.h * Makefile.in (ALLDEPFILES): Update. 2005-09-10 18:11:14 +00:00
nto.mh 2004-09-02 Andrew Cagney <cagney@gnu.org> 2004-09-02 19:52:40 +00:00
nto.mt 2005-05-24 Kris Warkentin <kewarken@qnx.com> 2005-05-24 15:43:21 +00:00
obsd.mh * i386bsd-nat.c: Update copyright year. Don't include 2005-01-12 20:36:59 +00:00
obsd.mt * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-14 16:34:53 +00:00
obsd64.mh 2004-10-01 Andrew Cagney <cagney@gnu.org> 2004-10-01 17:26:14 +00:00
obsd64.mt * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove. 2005-05-14 16:34:53 +00:00
obsdaout.mh * i386bsd-nat.c: Update copyright year. Don't include 2005-01-12 20:36:59 +00:00
sol2-64.mh * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c. 2004-11-01 21:05:56 +00:00
sol2-64.mt * sol2-tdep.h. sol2-tdep.c: New files. 2006-01-15 00:22:50 +00:00
tm-cygwin.h * win32-nat.c (get_relocated_section_addrs): Reinstate. 2005-11-01 05:08:29 +00:00
tm-i386sol2.h * i386-sol2-tdep.c: Include "solib-svr4.h". 2004-04-09 23:09:04 +00:00
tm-linux.h 2004-04-05 Andrew Cagney <cagney@redhat.com> 2004-04-06 01:53:52 +00:00
tm-nto.h 2004-04-05 Andrew Cagney <cagney@redhat.com> 2004-04-06 01:53:52 +00:00