From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7536 invoked by alias); 27 Jul 2010 12:59:10 -0000 Received: (qmail 7526 invoked by uid 22791); 27 Jul 2010 12:59:09 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_20,RCVD_ILLEGAL_IP X-Spam-Check-By: sourceware.org Received: from imr1.ericy.com (HELO imr1.ericy.com) (198.24.6.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Jul 2010 12:59:00 +0000 Received: from eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id o6RD7xTH021644; Tue, 27 Jul 2010 08:07:59 -0500 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.134]) by eusaamw0711.eamcs.ericsson.se ([147.117.20.178]) with mapi; Tue, 27 Jul 2010 08:58:57 -0400 From: Marc Khouzam To: "'Mathew Yeates'" , "'gdb@sourceware.org'" Date: Tue, 27 Jul 2010 12:59:00 -0000 Subject: RE: preserving checkpoints across sessions Message-ID: References: In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2010-07/txt/msg00099.txt.bz2 > -----Original Message----- > From: gdb-owner@sourceware.org=20 > [mailto:gdb-owner@sourceware.org] On Behalf Of Mathew Yeates > Sent: Thursday, July 22, 2010 10:06 PM > To: gdb@sourceware.org > Subject: preserving checkpoints across sessions >=20 > I looked at the checkpoint code and I "sort of" see how it could be > done but I'm no gdb guru. > Somebody add this! It would be a great feature. You could add > checkpoints throughout your executable and be able to start a gdb > session and go directly to a desired location. I also think this would be a nice feature. In fact, I thought that is how checkpoints worked already :-O I was planning on adding this support in Eclipse. I guess I'll have to wait for it to be supported in GDB first. Marc