OSDN Git Service

2000-03-20 Eli Zaretskii <eliz@is.elta.co.il>
authorMichael Snyder <msnyder@specifix.com>
Tue, 21 Mar 2000 01:27:34 +0000 (01:27 +0000)
committerMichael Snyder <msnyder@specifix.com>
Tue, 21 Mar 2000 01:27:34 +0000 (01:27 +0000)
commitcf8b0f17cf6d2823f01e2ba49524ef35fcd39606
tree68e73f544675d9412a70fd98d5c392037790939e
parentb18ee88e1def0dc7f1e3448b4e8bae4fdf897732
2000-03-20  Eli Zaretskii  <eliz@is.elta.co.il>

        * breakpoint.c (insert_breakpoints, remove_breakpoint)
        (bpstat_stop_status, can_use_hardware_watchpoint): Don't insert,
        remove, or check status of hardware watchpoints for entire structs
        and arrays unless the user explicitly asked to watch that struct
        or array.
        (insert_breakpoints): Try to insert watchpoints for all the values
        on the value chain, even if some of them fail to insert.

        * values.c (value_primitive_field): Set the offset in struct value
        we return when the field is a packed bitfield.
gdb/ChangeLog
gdb/breakpoint.c
gdb/values.c