From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25032 invoked by alias); 24 Jul 2012 21:19:28 -0000 Received: (qmail 25023 invoked by uid 22791); 24 Jul 2012 21:19:26 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_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; Tue, 24 Jul 2012 21:19:11 +0000 Received: from wireless-206-196-160-203.umd.edu (wireless-206-196-160-203.umd.edu [206.196.160.203]) (Authenticated sender: khooyp) by bacon.cs.umd.edu (Postfix) with ESMTPSA id 13859B408ED; Tue, 24 Jul 2012 17:19:09 -0400 (EDT) Subject: Re: [PATCH 1/4]: Make "python" start a standard Python prompt Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Khoo Yit Phang In-Reply-To: <770F6E2B-70F5-4DF9-8E01-BD4F5FDC7AB1@cs.umd.edu> Date: Tue, 24 Jul 2012 21:19:00 -0000 Cc: gdb-patches@sourceware.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <770F6E2B-70F5-4DF9-8E01-BD4F5FDC7AB1@cs.umd.edu> To: Khoo Yit Phang X-CSD-MailScanner-ID: 13859B408ED.ABFC3 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: 1343769549.27092@FI8Izpm2MMNLMW8PWsaACA 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-07/txt/msg00510.txt.bz2 Hi, Ping; any interest in this? Yit July 16, 2012 On Jul 16, 2012, at 4:47 PM, Khoo Yit Phang wrote: > Hi, >=20 > I'd like to resubmit my patches to make the "python" command start a stan= dard Python prompt (I've completed the copyright assignment). As discussed = back in January-February (http://permalink.gmane.org/gmane.comp.gdb.patches= /71971), I've updated my patch to move the old "python" to "python-block". >=20 > This is the first of four patches. I'll post more patches that will: 1) u= pdate the testsuite to use "python-block"; 2) make Ctrl-C work under Python= by raising KeyboardInterrupt; and 3) enable readline under the Python prom= pt. >=20 > Thank you, >=20 > Yit > July 16, 2012 >=20 >