* infrun.c (wait_for_inferior): Mark registers as invalid when
authorMark Alexander <marka@cygnus>
Tue, 17 Jun 1997 02:11:42 +0000 (02:11 +0000)
committerMark Alexander <marka@cygnus>
Tue, 17 Jun 1997 02:11:42 +0000 (02:11 +0000)
commitf781fe93a6bf9062af5770cb94af5c52b29c584b
treebd7d46b71369d1e76667ffeb614bdc65f6584d8a
parent77f3ac77b541865ccd33567adb0c3c988cb60625
* infrun.c (wait_for_inferior): Mark registers as invalid when
stepping over an instruction that triggered a watchpoint.
* remote-mips.c: Numerous changes to support hardware breakpoints
and watchpoints on LSI MiniRISC and TinyRISC boards.
* mips-tdep.c: Move MIPS16-related macros to config/mips/tm-mips.h.
(mips_breakpoint_from_pc): Account for different breakpoint
instructions used by PMON and IDT monitor.
* config/mips/tm-embed.h: Enable hardware breakpoints on embedded
MIPS targets.
* config/mips/tm-mips.h: Define breakpoint instructions for
PMON and IDT monitor.  Move MIPS16-related macros here from
mips-tdep.c.
gdb/ChangeLog
gdb/config/mips/tm-embed.h
gdb/config/mips/tm-mips.h
gdb/mips-tdep.c
gdb/remote-mips.c