From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22686 invoked by alias); 30 Mar 2009 18:29:16 -0000 Received: (qmail 22406 invoked by uid 22791); 30 Mar 2009 18:29:15 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Mar 2009 18:29:08 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KHC0050007AVQ00@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Mon, 30 Mar 2009 21:29:05 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.70.3.64]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KHC006QX0OGZ0M0@i_mtaout2.012.net.il>; Mon, 30 Mar 2009 21:29:05 +0300 (IDT) Date: Mon, 30 Mar 2009 18:35:00 -0000 From: Eli Zaretskii Subject: Re: [rfc] python API exposing inferior's frame stack. In-reply-to: <1238385114.7100.32.camel@localhost.localdomain> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org, tromey@redhat.com Reply-to: Eli Zaretskii Message-id: References: <1236706351.11106.17.camel@localhost.localdomain> <1237133466.316.16.camel@localhost.localdomain> <1237160806.8098.8.camel@localhost.localdomain> <1237587320.6897.20.camel@localhost.localdomain> <1238385114.7100.32.camel@localhost.localdomain> 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: 2009-03/txt/msg00680.txt.bz2 > From: Thiago Jung Bauermann > Cc: gdb-patches@sourceware.org, Tom Tromey > Date: Mon, 30 Mar 2009 00:51:54 -0300 > > Tromey suggested implementing the == operator for Frame objects, instead > of adding an equals method. I implemented that, so the documentation > excerpt above doesn't exist anymore. I added a sentence mentioning that > you can compare Frame objects with ==. > > Ok to commit? Yes, thanks.