Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)

* stabsread.c (define_symbol): Make the caddr_t hack apply to `function
	returning foo' as well as `pointer to foo'.

	* remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined.
	* config/m68k/tm-m68k.h: Define it.
	* mem-break.c, breakpoint.c: Improve comments.

Tue Jul 13 13:35:31 1993  Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)

	* config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h".
	* config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
This commit is contained in:
Jim Kingdon
1993-07-14 15:12:05 +00:00
parent b2eed00fa9
commit 5af4f5f6f1
8 changed files with 144 additions and 45 deletions

View File

@@ -347,7 +347,11 @@ read_memory_nobpt (memaddr, myaddr, len)
struct breakpoint *b;
if (memory_breakpoint_size < 0)
/* No breakpoints on this machine. */
/* No breakpoints on this machine. FIXME: This should be
dependent on the debugging target. Probably want
target_insert_breakpoint to return a size, saying how many
bytes of the shadow contents are used, or perhaps have
something like target_xfer_shadow. */
return target_read_memory (memaddr, myaddr, len);
ALL_BREAKPOINTS (b)