From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31249 invoked by alias); 12 Sep 2011 11:25:41 -0000 Received: (qmail 31233 invoked by uid 22791); 12 Sep 2011 11:25:40 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from co202.xi-lite.net (HELO co202.xi-lite.net) (149.6.83.202) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Sep 2011 11:25:25 +0000 Received: from ONYX.xi-lite.lan (unknown [193.34.35.244]) by co202.xi-lite.net (Postfix) with ESMTPS id 85CC726029A for ; Mon, 12 Sep 2011 13:25:24 +0200 (CEST) Received: from [172.20.220.76] (84.14.91.202) by mail.xi-lite.com (193.34.32.105) with Microsoft SMTP Server (TLS) id 8.1.336.0; Mon, 12 Sep 2011 12:26:14 +0100 Message-ID: <4E6DEBD1.4080007@parrot.com> Date: Mon, 12 Sep 2011 11:25:00 -0000 From: karl leplat User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12 MIME-Version: 1.0 To: Subject: How to use gdbserver for X86 host with arm-linux target ? Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-09/txt/msg00034.txt.bz2 Hi, When i inserted a hardware breakpoint, i got the result : Side gdb: Warning: Cannot insert hardware breakpoint 1. Could not insert hardware breakpoints: You may have requested too many hardware breakpoints/watchpoints. Side gdbserver: In the file: "gdbserver/linux-arm-low.c" , i have seen that the target has not registered the function insert_point. Is it normal ? Is there a solution ? Best regards,