From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24066 invoked by alias); 12 Dec 2004 18:04:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23929 invoked from network); 12 Dec 2004 18:03:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 12 Dec 2004 18:03:59 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBCI3rtr009674 for ; Sun, 12 Dec 2004 13:03:54 -0500 Received: from localhost.redhat.com (vpn50-50.rdu.redhat.com [172.16.50.50]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBCI3rr23016; Sun, 12 Dec 2004 13:03:53 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EDDE83EF9; Sun, 12 Dec 2004 13:01:49 -0500 (EST) Message-ID: <41BC878D.2010700@gnu.org> Date: Sun, 12 Dec 2004 18:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Andreas Schwab Cc: gdb-patches@sources.redhat.com Subject: Re: Enable hidden option -l References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00337.txt.bz2 Andreas Schwab wrote: > GDB has (since the beginning of CVS history) a hidden option -l that can > be used to set the timeout for remote communication. But it was never > possible to pass it because it is missing from long_options. > > The option is quite useful when debugging gdbserver. Can you test this? At least to the point of ensuring that it affects the corresponding variable. Andrew