* Makefile.in (i386-nat.o): Update.
authorDaniel Jacobowitz <drow@false.org>
Sat, 1 Mar 2008 04:39:36 +0000 (04:39 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 1 Mar 2008 04:39:36 +0000 (04:39 +0000)
commitc03374d554a6d5f326a0d356a2e0918961bc1cfb
tree5e78e840af0460012c9368fbc4189b90654e407d
parent16fb4e2d3a147568e4e6b00c82adcf447ba10ffe
* Makefile.in (i386-nat.o): Update.
* amd64-linux-nat.c (_initialize_amd64_linux_nat): Call
i386_use_watchpoints.
* i386-linux-nat.c (_initialize_i386_linux_nat): Call
i386_use_watchpoints.
* i386-nat.c (i386_stopped_data_address): Take two arguments.
(i386_stopped_by_watchpoint): Update call.
(i386_can_use_hw_breakpoint, i386_use_watchpoints): New.
* config/i386/nm-i386.h: Conditionalize definitions on
! I386_WATCHPOINTS_IN_TARGET_VECTOR.
(i386_use_watchpoints): Declare.
(i386_stopped_data_address): Update.
* config/i386/nm-linux.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
* config/i386/nm-linux64.h (I386_WATCHPOINTS_IN_TARGET_VECTOR): Define.
gdb/ChangeLog
gdb/Makefile.in
gdb/amd64-linux-nat.c
gdb/config/i386/nm-i386.h
gdb/config/i386/nm-linux.h
gdb/config/i386/nm-linux64.h
gdb/i386-linux-nat.c
gdb/i386-nat.c
This page took 0.027763 seconds and 4 git commands to generate.