From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13240 invoked by alias); 23 Jul 2010 02:06:18 -0000 Received: (qmail 13225 invoked by uid 22791); 23 Jul 2010 02:06:17 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Jul 2010 02:06:13 +0000 Received: by pwi8 with SMTP id 8so7766218pwi.0 for ; Thu, 22 Jul 2010 19:06:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.211.4 with SMTP id j4mr37175wfg.73.1279850771899; Thu, 22 Jul 2010 19:06:11 -0700 (PDT) Received: by 10.142.143.15 with HTTP; Thu, 22 Jul 2010 19:06:11 -0700 (PDT) Date: Fri, 23 Jul 2010 02:06:00 -0000 Message-ID: Subject: preserving checkpoints across sessions From: Mathew Yeates To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00094.txt.bz2 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. Get to work! -Mathew