From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4614 invoked by alias); 4 Mar 2004 09:34:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4558 invoked from network); 4 Mar 2004 09:34:28 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sources.redhat.com with SMTP; 4 Mar 2004 09:34:28 -0000 Received: (from root@localhost) by guardian05.idc.renesas.com with id i249YOck010552 for gdb-patches@sources.redhat.com; Thu, 4 Mar 2004 18:34:24 +0900 (JST) Received: from unknown [172.20.8.73] by guardian05.idc.renesas.com with SMTP id UAA10551 ; Thu, 4 Mar 2004 18:34:24 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id SAA24581 for ; Thu, 4 Mar 2004 18:34:23 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 1E4EB7980E2 for ; Thu, 4 Mar 2004 18:34:23 +0900 (JST) Message-ID: <012c01c401cc$40c9ce20$5169910a@E5A02646> From: "Kei Sakamoto" To: Subject: No set_gdbarch_* functions for hardware watchpoints Date: Fri, 19 Mar 2004 00:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00067.txt.bz2 Message-ID: <20040319000900.5kG-o2Nn2hcaVk-h5MqUUMaIZfgHCOX59NZCVdb0qO4@z> Hello, I'm implementing hardware watchpoints for m32r target and I found that there was no set_gdbarch_* functions for hardware watchpoints. I can use macros instead of set_gdbarch_* functions like other targets, but it means m32r target becomes MULTI_ARCH_PARTIAL. I don't think it's a good implementation. Would anyone add set_gdbarch_* functions for hardware watchpoints? === Kei Sakamoto Renesas Technology Corp. sakamoto.kei@renesas.com