From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 4GuSIT595l9/YwAAWB0awg (envelope-from ) for ; Fri, 25 Dec 2020 19:01:02 -0500 Received: by simark.ca (Postfix, from userid 112) id 8060B1F0AA; Fri, 25 Dec 2020 19:01:02 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 08AA41E965 for ; Fri, 25 Dec 2020 19:01:02 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B98663857C4C; Sat, 26 Dec 2020 00:01:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B98663857C4C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1608940861; bh=uMwHgVcfanssU4SVWrPt2GIg4e6fia2PEDYO0LeQA7k=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=hYGR8fJWEZCmY6gsWqFCwPKrteIgLERI9138KWphKIkE7ka7M3MHCoDWbPjMexLyn yABJwkv4Cycp+OQ9RhlRnL93FknGPKHNALExLAslPb22XIHqxHyVzNIATM+fZTjIvR ZmOkmgPIdFNW6iRUI4tkeIORraG114S6wh73Zgow= Received: from box.molinamail.com (box.molinamail.com [157.245.10.181]) by sourceware.org (Postfix) with ESMTPS id 9EAC33857C4C for ; Sat, 26 Dec 2020 00:00:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9EAC33857C4C Received: from authenticated-user (box.molinamail.com [157.245.10.181]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.molinamail.com (Postfix) with ESMTPSA id 2A3FD7F3A9; Fri, 25 Dec 2020 19:00:59 -0500 (EST) Date: Fri, 25 Dec 2020 19:00:58 -0500 To: Andreas Schwab Subject: Re: gdb refuses to connect to localhost Message-ID: <20201226000058.onqglnbo2e3yrmm4@molinamail.com> References: <20201225223622.a7xovhjzndth5a2x@molinamail.com> <874kk9bi8j.fsf@igel.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <874kk9bi8j.fsf@igel.home> X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Reinaldo Molina via Gdb Reply-To: Reinaldo Molina Cc: Reinaldo Molina via Gdb Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" > Are you trying to run two instances of gdb simulanously on the same > gdbserver connection? That won't work. I only run `gdb` on the second terminal one time. Thanks for the quick reply, Reinaldo Molina On 12-26-20 00:04:12, Andreas Schwab wrote: > On Dez 25 2020, Reinaldo Molina via Gdb wrote: > > > Terminal 2: `gdb build/luajit -ex 'target remote localhost:8888'` > > > > Output from `gdb` on Terminal 2: > > > > (gdb) target remote :8888 > > Are you trying to run two instances of gdb simulanously on the same > gdbserver connection? That won't work. > > Andreas. > > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 > "And now for something completely different."