From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19245 invoked by alias); 23 Aug 2012 13:04:52 -0000 Received: (qmail 19228 invoked by uid 22791); 23 Aug 2012 13:04:51 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from server-nat-6.cs.umd.edu (HELO bacon.cs.umd.edu) (128.8.127.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Aug 2012 13:04:38 +0000 Received: from [192.168.32.2] (pool-108-48-101-140.washdc.fios.verizon.net [108.48.101.140]) (Authenticated sender: khooyp) by bacon.cs.umd.edu (Postfix) with ESMTPSA id 932A9B402CA; Thu, 23 Aug 2012 09:04:36 -0400 (EDT) Subject: Re: [PATCH 4/4]: Enable readline under "python" Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Khoo Yit Phang In-Reply-To: Date: Thu, 23 Aug 2012 13:04:00 -0000 Cc: Khoo Yit Phang , Tom Tromey , gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: <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> To: Kevin Pouget X-CSD-MailScanner-ID: 932A9B402CA.AED21 X-CSD-MailScanner: Found to be clean X-CSD-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=not spam, ALL_TRUSTED -50.00) X-CSD-MailScanner-From: khooyp@cs.umd.edu X-CSD-MailScanner-Watermark: 1346331876.72327@+rnWsGFVgdK2Vx2016AqQQ 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/msg00658.txt.bz2 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