From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27158 invoked by alias); 2 Feb 2006 01:08:37 -0000 Received: (qmail 27150 invoked by uid 22791); 2 Feb 2006 01:08:36 -0000 X-Spam-Check-By: sourceware.org Received: from mailsrv2.tranzpeer.net (HELO mailsrv2.tranzpeer.net) (202.180.66.208) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 02 Feb 2006 01:08:34 +0000 Received: from wmsrv2.tranzpeer.net ([202.180.66.2] helo=localhost) by mailsrv2.tranzpeer.net with ESMTP (Exim 4.34) id 1F4SxZ-0007K0-9G for gdb@sourceware.org; Thu, 02 Feb 2006 14:08:29 +1300 Received: from external.hosting.co.nz (external.hosting.co.nz [203.97.46.10]) by webmail.slingshot.co.nz (Horde) with HTTP for ; Thu, 2 Feb 2006 14:08:31 +1300 Message-ID: <20060202140831.wco48wcskkccsokk@webmail.slingshot.co.nz> Date: Thu, 02 Feb 2006 01:08:00 -0000 From: Paul Blacquiere To: gdb@sourceware.org Subject: Howto single step from beginning MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00003.txt.bz2 Hi, Please forgive the elementary question, but I can't find the answer. I would like to be able to SI from step 1, but this would result in an error - "The program is nor being run" The obvious solution which does not work, is to set a break point at the address before the one I am really interested in, however no break at this address is done, and instead the program runs on through. Thanks in advance PaulB.