From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13321 invoked by alias); 26 Jul 2012 18:06:42 -0000 Received: (qmail 13309 invoked by uid 22791); 26 Jul 2012 18:06:41 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jul 2012 18:06:20 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M7S00I004XN0300@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 26 Jul 2012 21:06:08 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M7S00HM74Y7SL40@a-mtaout20.012.net.il>; Thu, 26 Jul 2012 21:06:08 +0300 (IDT) Date: Thu, 26 Jul 2012 18:06:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 1/4]: Make "python" start a standard Python prompt In-reply-to: To: Khoo Yit Phang Cc: tromey@redhat.com, khooyp@cs.umd.edu, pmuldoon@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83mx2mjt2j.fsf@gnu.org> References: <770F6E2B-70F5-4DF9-8E01-BD4F5FDC7AB1@cs.umd.edu> <500F95FB.5060904@redhat.com> <87zk6nizl6.fsf@fleche.redhat.com> <1C2FC4AD-E6FE-4857-9DE5-FDE5BE006E95@cs.umd.edu> <874novivob.fsf@fleche.redhat.com> <9DB9F174-129C-4C4A-9708-53A1D521251A@cs.umd.edu> <87mx2nhgch.fsf@fleche.redhat.com> <61B8FB86-D21F-4BA5-B86D-DF0ECF04C29D@cs.umd.edu> <87vchae842.fsf@fleche.redhat.com> 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-07/txt/msg00629.txt.bz2 > From: Khoo Yit Phang > Date: Thu, 26 Jul 2012 13:52:06 -0400 > Cc: Khoo Yit Phang , Phil Muldoon , gdb-patches@sourceware.org > > * New commands > > ** "python-interactive [command]" > "pi [command]" > Starts a Python interactive prompt, or evaluate the optional > command and print the result of expressions. "evaluates" and "prints", for compatibility with "starts". OK with those changes. Thanks.