From owner-cvs-all Thu Aug 19 19:59: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13DBC14DA0; Thu, 19 Aug 1999 19:59:02 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02416; Thu, 19 Aug 1999 19:58:17 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199908200258.TAA02416@freefall.freebsd.org> From: Greg Lehey Date: Thu, 19 Aug 1999 19:58:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb top.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/08/19 19:58:17 PDT Modified files: contrib/gdb/gdb top.c Log: Reduce default timeout on remote serial debugging sessions from 20 seconds to 1 second. This fixes a problem where gdb would appear to hang on flaky serial connections. There's a theoretical problem that the relatively short timeout could cause problems on slow links, but you can override the default value with the 'set remotetimeout' command. Approved-by: dfr Revision Changes Path 1.2 +373 -253 src/contrib/gdb/gdb/top.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message