From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30254 invoked by alias); 19 Aug 2010 23:14:18 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 30238 invoked by uid 22791); 19 Aug 2010 23:14:16 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Oleg Nesterov X-Fcc: ~/Mail/utrace Cc: archer@sourceware.org, utrace-devel@redhat.com Subject: Re: gdbstub initial code, v4 In-Reply-To: Oleg Nesterov's message of Thursday, 19 August 2010 19:49:55 +0200 <20100819174955.GA14618@redhat.com> References: <20100819174955.GA14618@redhat.com> Message-Id: <20100819231403.C323940080@magilla.sf.frob.com> Date: Thu, 19 Aug 2010 23:14:00 -0000 X-SW-Source: 2010-q3/txt/msg00122.txt.bz2 > Note the second attachment, GDBCAT. It is just the simple perl > script which connects /proc/ugdb to tcp port. It can be used for > remote debugging via tcp, or with (unpatched) gdb which can't do > select() on /proc/ugdb. bash$ nc -l 2000 <> /proc/ugdb & > Actually, it is more convenient to use > it in any case, at least for logging purposes. (gdb) set remote debug 1 Thanks, Roland