From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22677 invoked by alias); 28 Feb 2009 03:27:54 -0000 Received: (qmail 22668 invoked by uid 22791); 28 Feb 2009 03:27:53 -0000 X-SWARE-Spam-Status: Yes, hits=6.4 required=5.0 tests=AWL,BAYES_50,DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 Feb 2009 03:27:50 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LdFrg-0000aY-BY for gdb@sourceware.org; Fri, 27 Feb 2009 19:27:48 -0800 Message-ID: <22258432.post@talk.nabble.com> Date: Sat, 28 Feb 2009 03:27:00 -0000 From: lehe To: gdb@sourceware.org Subject: Edit-and-Continue and running-backward MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 2009-02/txt/msg00172.txt.bz2 Hi, I got two questions about GDB 1. Does GDB has something like "Edit and Continue" as in Visual C++? More specifically, in VC, "Edit and Continue is a time-saving feature that enables you to make changes to your source code while your program is in break mode. When you resume execution of the program by choosing an execution command like Continue or Step, Edit and Continue automatically applies the code changes with some limitations. This allows you to make changes to your code during a debugging session, instead of having to stop, recompile your entire program, and restart the debugging session." 2. How to get the ability to run programs backward? What is "target environment" in this description "If the target environment supports it, gdb can allow you to =E2=80=9Crewind=E2=80=9D the program by running it backwar= d" and how to make my target environment support it? I am programming sometimes in Linux with emacs or with IDE Code::Blocks. Thanks in advance! --=20 View this message in context: http://www.nabble.com/Edit-and-Continue-and-r= unning-backward-tp22258432p22258432.html Sent from the Sourceware - gdb list mailing list archive at Nabble.com.