From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23160 invoked by alias); 9 Jan 2004 23:27:50 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23127 invoked from network); 9 Jan 2004 23:27:43 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sources.redhat.com with SMTP; 9 Jan 2004 23:27:43 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1Af62U-0003J2-00; Fri, 09 Jan 2004 18:27:38 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id B334C4ACDA; Fri, 9 Jan 2004 18:27:35 -0500 (EST) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: "break main; run" test Cc: eliz@elta.co.il, gdb@sources.redhat.com, nathanw@wasabisystems.com Message-Id: <20040109232735.B334C4ACDA@berman.michael-chastain.com> Date: Fri, 09 Jan 2004 23:27:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-01/txt/msg00132.txt.bz2 > I challenge you to find a Solaris/PPC machine, yet alone one that GDB > works on :-) Ha! I override operator/ ! bool gnu_triple operator/ (os_t os, cpu_t cpu) { // normal people use '&&' but i am special return os == this->os_ || cpu == this->cpu_ ; }