From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4653 invoked by alias); 23 Aug 2012 13:15:56 -0000 Received: (qmail 4644 invoked by uid 22791); 23 Aug 2012 13:15:55 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Aug 2012 13:15:22 +0000 Received: by vbkv13 with SMTP id v13so863896vbk.0 for ; Thu, 23 Aug 2012 06:15:22 -0700 (PDT) Received: by 10.52.175.130 with SMTP id ca2mr182095vdc.112.1345727721974; Thu, 23 Aug 2012 06:15:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.96.78 with HTTP; Thu, 23 Aug 2012 06:15:00 -0700 (PDT) In-Reply-To: <14685DBA-6657-48ED-AF48-A075D16BB959@cs.umd.edu> References: <87boj3ivw7.fsf@fleche.redhat.com> <387EB82E-5B50-47D8-93EE-56E36355E710@cs.umd.edu> <87393esnv9.fsf@fleche.redhat.com> <14685DBA-6657-48ED-AF48-A075D16BB959@cs.umd.edu> From: Kevin Pouget Date: Thu, 23 Aug 2012 13:15:00 -0000 Message-ID: Subject: Re: [PATCH 4/4]: Enable readline under "python" To: Khoo Yit Phang Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00659.txt.bz2 On Thu, Aug 23, 2012 at 3:04 PM, Khoo Yit Phang wrote: > > Hi, > > On Aug 23, 2012, at 7:20 AM, Kevin Pouget wrote: > > > it might be a stupid question, and I didn't take time to read the > > patch ... but how do we exit from this `python-interactive` command? > > exit() and quit() just kill the entire GDB ... If I didn't miss > > something obvious, it might worth adding a line in the documentation. > > That's a good question: Ctrl-D will get you out of python-interactive. > I'll add that to the documentation later today. > > Yit > August 23, 2012 ok, thanks maybe you can also somehow add that the line must be empty, otherwise it doesn't work :) -- Kevin