From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3084 invoked by alias); 22 Oct 2004 14:52:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3073 invoked from network); 22 Oct 2004 14:52:18 -0000 Received: from unknown (HELO az18nt142.honeywell.com) (199.64.7.142) by sourceware.org with SMTP; 22 Oct 2004 14:52:18 -0000 Received: from tmpcn190a.honeywell.com ([131.127.165.82]) by az18nt142.honeywell.com with InterScan Messaging Security Suite; Fri, 22 Oct 2004 07:51:47 -0700 Received: from az18cn575.honeywell.com ([131.127.165.149]) by tmpcn190a.honeywell.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id VJ9BM1F8; Fri, 22 Oct 2004 07:51:47 -0700 Received: by az18cn575.honeywell.com with Internet Mail Service (5.5.2657.72) id <4XBY32FN>; Fri, 22 Oct 2004 07:51:47 -0700 Message-ID: <938F1554888BD71194E100B0D0FCD97201AAD7D2@ge51smail2.ge51.honeywell.de> From: "Schneider, Jan (GE51)" To: gdb@sources.redhat.com Subject: x86 Hardware Breakpoints Date: Fri, 22 Oct 2004 16:33:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-10/txt/msg00402.txt.bz2 I would like to implement Hardware Breakpoints for the MPC855. For this I currently analyze the gdb, how it works with x86 processors. Now I look for the straight place in the gdb sources, where it stops if such breakpoint is triggered or rather where the gdb gets feedback of the processor that the breakpoint has slammed. I hope that someone can point me some helpful information. thanks Jan