Wed Jun 1 11:08:52 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Wed, 1 Jun 1994 18:26:16 +0000 (18:26 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 1 Jun 1994 18:26:16 +0000 (18:26 +0000)
commit6d40175db077d15dfc741391bd9ea6055c292b91
treebd2ecbe8335188b2073a5c119eacb4db3fb7ea8f
parent0221ddf71a94b3e82912adf9bc4a2f2e27761768
Wed Jun  1 11:08:52 1994  Stan Shebs  (shebs@andros.cygnus.com)

Hardware watchpoints for Linux, from Rick Sladkey
(jrs@world.std.com).
* infrun.c (wait_for_inferior) [HAVE_CONTINUABLE_WATCHPOINT]: Add
new hardware breakpoint recovery method.
* i386v-nat.c (i386_insert_watchpoint,
i386_insert_nonaligned_watchpoint, i386_remove_watchpoint,
i386_stopped_by_watchpoint) [TARGET_CAN_USE_HARWARE_WATCHPOINT]:
New functions to support the 386 hardware debugging registers.
* config/i386/nm-linux.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT,
HAVE_CONTINUABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
target_insert_watchpoint, target_remove_watchpoint): Define these
macros to use the hardware debugging functions in i386v-nat.c.
gdb/ChangeLog
gdb/i386v-nat.c
gdb/infrun.c
This page took 0.024548 seconds and 4 git commands to generate.