This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Perhaps none of the targets that support hardware read and access watchpoints define HAVE_NONSTEPPABLE_WATCHPOINT?
Anyway, from your description, it is quite clear that if a target defines HAVE_NONSTEPPABLE_WATCHPOINT, GDB must call target_stopped_data_address before it disables the watchpoint and steps over it, or else the target end should store the necessary info somewhere and deliver it when target_stopped_data_address is called.
-- Orjan Friberg Axis Communications
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |