From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7312 invoked by alias); 4 Mar 2006 14:54:10 -0000 Received: (qmail 7304 invoked by uid 22791); 4 Mar 2006 14:54:09 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 04 Mar 2006 14:54:08 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-233-118.inter.net.il [83.130.233.118]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DRI07953 (AUTH halo1); Sat, 4 Mar 2006 16:54:04 +0200 (IST) Date: Sat, 04 Mar 2006 15:05:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060304144330.GA20187@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 4 Mar 2006 09:43:30 -0500) Subject: Re: Save the length of inserted breakpoints Reply-to: Eli Zaretskii References: <200603022301.k22N1qEt008208@elgar.sibelius.xs4all.nl> <20060303141123.GA8069@nevyn.them.org> <20060303175407.GA14450@nevyn.them.org> <20060303214359.GA20872@nevyn.them.org> <20060303221003.GA21606@nevyn.them.org> <20060304144330.GA20187@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00097.txt.bz2 > Date: Sat, 4 Mar 2006 09:43:30 -0500 > From: Daniel Jacobowitz > > > > There's a division in GDB between the target, which is a method of > > > communication et cetera ("how"), and the architecture, which describes > > > "what" is being debugged. > > > > Btw, is this division described anywhere? > > Yes, extensively, in gdbint. I looked there before asking, so please tell what is the section name that describes this. Sorry for being blind. > The CPSR support is turning out to be a remarkable pain for such a > simple change. That's why I thought we should discuss the design aspects here.