From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3055 invoked by alias); 31 Mar 2009 18:58:14 -0000 Received: (qmail 3027 invoked by uid 22791); 31 Mar 2009 18:58:11 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 31 Mar 2009 18:58:05 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id n2VIvuFi009335; Tue, 31 Mar 2009 13:58:01 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Tue, 31 Mar 2009 13:57:39 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: RecordReplay: Default answer for changing memory Date: Tue, 31 Mar 2009 18:58:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA072F8143@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <18898.22572.431889.661694@gargle.gargle.HOWL> References: <6D19CA8D71C89C43A057926FE0D4ADAA072F8043@ecamlmw720.eamcs.ericsson.se> <18898.22572.431889.661694@gargle.gargle.HOWL> From: "Marc Khouzam" To: "Paul Koning" Cc: 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-03/txt/msg00196.txt.bz2 > Marc> But is there a better way to do this? Some setting that I can > Marc> use in GDB? >=20 > Fix Eclipse so it doesn't force the default without your permission? I'm under the impression that it is not Eclipse that does that but GDB. In defaulted_query() GDB bases itself on input_from_terminal_p() and figures out that there is no terminal and answers the prompt automatically. I'm not exactly sure how to prevent that from happening... Marc