From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86128 invoked by alias); 21 Apr 2019 08:52:13 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 86120 invoked by uid 89); 21 Apr 2019 08:52:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:CAHsB, H*i:sk:tH60Tt3, H*f:sk:tH60Tt3, H*i:CAHsB X-HELO: mail-qt1-f174.google.com Received: from mail-qt1-f174.google.com (HELO mail-qt1-f174.google.com) (209.85.160.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 21 Apr 2019 08:52:12 +0000 Received: by mail-qt1-f174.google.com with SMTP id l17so2678969qtp.2 for ; Sun, 21 Apr 2019 01:52:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EyW7prZOuUifsfqQWucAEcXfiayqHxE3FybRldEuvwo=; b=nVXctRwMV14iqjNMTFbpEXs77U41RjFEabESv/bxBJfEF8W0+3fgF7jVx/0/oQvBym 55Y/X7iG4QCEKV19j3RMe9GyQ2UMsMGz4DwOxyQw7BRH3LMQiKwIEwYTTGa+BrgZvPi2 5lRLrL14I/4wzOAxWQdi2Y7q0JjwDni1CaFYypH74xLCKljFkTpH6KOaXhT49DuOPFHo +Owfj/zfiGyssjbzRdZz5BLYF+M7wGA3FBt3E4FMXUbjZowyy0aIiYph19Om4zbZC7XK k6Lur0D8+1Fi5Si0Yes/uEmHPF363DSARUe7PdBdzOXMFDo2vhAxh7ihjFs5JluFtXtZ PiJg== MIME-Version: 1.0 References: In-Reply-To: From: Chris Packham Date: Sun, 21 Apr 2019 08:52:00 -0000 Message-ID: Subject: Re: gdbserver host:port question To: Aname Cc: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00024.txt.bz2 On Sun, 21 Apr 2019, 11:15 AM Aname, wrote: > Hi , > > as far as I know gdbserver can be launched with above command , > specifying where the server should listen for incoming traffic. > > however the part that confuses me is the host 'part', specifically > > does host mean the IP address from which the client (gdb-multiarch) > will send its command, or the IP address relative to the host the > server is running on? > I believe it's the ip address of the client machine (the one running gdb-multiarch). And finally will the syntax gdbserver :port be supported without > specifying the host? > Yes that's the typical usage for me.