From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Make access watchpoints work again Date: Mon, 19 Mar 2001 08:56:00 -0000 Message-id: <3AB63A0B.FB05689E@cygnus.com> References: <200103141310.f2EDAnZ04186@debye.wins.uva.nl> <200103171718.MAA13071@indy.delorie.com> <200103181916.OAA17858@indy.delorie.com> X-SW-Source: 2001-03/msg00347.html > (Btw, why isn't the case, where an access watchpoint triggers, but the > value didn't change, being annotated with a call to > annotate_watchpoint?) If it wasn't being done in the pre- ui-out code, I'd assume it's because no one noticed it missing :-) If it was being done then I'd assume a bug in the conversion to ui-out :-( This probably illustrates a reason for trying to move GDB to ui-out / libgdb - get a single unified mechanism for representing this information. Andrew PS: Assume the ui-out change is an obvious fix. Andrew