From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Received: (qmail 19753 invoked from network); 10 Jan 2003 06:52:38 -0000 Received: from unknown (HELO mail.alcatel.be) (195.207.101.239) by 209.249.29.67 with SMTP; 10 Jan 2003 06:52:38 -0000 Received: from alcatel.be (localhost [127.0.0.1]) by mail.alcatel.be (8.10.1/8.11.4) with ESMTP id h0A6qLw26741 for ; Fri, 10 Jan 2003 07:52:21 +0100 (MET) Message-ID: <3E1E6DA5.73EBE478@alcatel.be> Date: Fri, 10 Jan 2003 06:52:00 -0000 From: Jan Van Belle Organization: Alcatel Telecom X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Re: ARM, registers, "frame 0", where's the PC? References: <200301080413.48695.tmohr@s.netic.de> <200301091736.01277.tmohr@s.netic.de> <20030109172420.GA27220@nevyn.them.org> <200301092346.45077.tmohr@s.netic.de> <20030109232740.GA24099@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00159.txt.bz2 Daniel Jacobowitz wrote: > > 05, SIGTRAP. You should really look at existing stubs. You probably > want to be using T anyway. I've been struggling with this too. Anyway, I only use the S command. I think it's the simplest way to do something when first implementing an interface. T implies you support threads, thus supporting most of the 'thread-related' commands. Kind regards, Jan