From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91769 invoked by alias); 10 Apr 2015 08:31:10 -0000 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 Received: (qmail 91757 invoked by uid 89); 10 Apr 2015 08:31:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 10 Apr 2015 08:31:05 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0NML006000YQ2800@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 10 Apr 2015 11:31:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NML006YZ0ZQ0I20@a-mtaout20.012.net.il>; Fri, 10 Apr 2015 11:31:02 +0300 (IDT) Date: Fri, 10 Apr 2015 08:31:00 -0000 From: Eli Zaretskii Subject: Re: [doc patch] compile: missing bits [Re: [PATCH v2 7/9] compile: New 'compile print'] In-reply-to: <20150410080933.GA8497@host1.jankratochvil.net> To: Jan Kratochvil Cc: Paul_Koning@dell.com, gdb-patches@sourceware.org, pmuldoon@redhat.com Reply-to: Eli Zaretskii Message-id: <836194v0zd.fsf@gnu.org> References: <20150406172623.31404.58833.stgit@host1.jankratochvil.net> <20150406172716.31404.8551.stgit@host1.jankratochvil.net> <83bnj1jgsw.fsf@gnu.org> <021F612D-0E51-44ED-BA7F-894A8B51F5BF@dell.com> <20150406175250.GA314@host1.jankratochvil.net> <0484210C-BBE9-4C64-8F51-7DC74ACF8F86@dell.com> <20150408200315.GA6777@host1.jankratochvil.net> <83egntg37h.fsf@gnu.org> <20150409173950.GA3400@host1.jankratochvil.net> <83pp7ddvcq.fsf@gnu.org> <20150410080933.GA8497@host1.jankratochvil.net> X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00361.txt.bz2 > Date: Fri, 10 Apr 2015 10:09:33 +0200 > From: Jan Kratochvil > Cc: Paul_Koning@dell.com, gdb-patches@sourceware.org, pmuldoon@redhat.com > > I have just added: > This feature is only relevant for > platforms where @code{-g} produces DWARF by default, otherwise one may > try to enforce DWARF by using @code{-gdwarf-4}. That's good enough, thanks. > > > +Specifically @code{PATH} is searched for binaries matching regular expression > > > +@code{@var{ARCH}(-[^-]*)?-@var{OS}-gcc} according to the inferior target being > > > +debugged. @code{@var{ARCH}} is processor name - multiarch is supported, > [...] > > > +for pattern @code{s390x?}. @code{OS} is currently supported only for > > > ^^^^^^^^^ > > > > @var{os}. > > Not sure if @code{@var{os}} is the same as @var{os}, used only @var{os}. @var{os} without @code was what I meant, sorry for being unclear. Thanks, this version is fine with me.