From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79667 invoked by alias); 20 Apr 2019 23:15:46 -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 79658 invoked by uid 89); 20 Apr 2019 23:15:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:a17, H*r:sk:gdb@sou, specifying X-HELO: mail-ed1-f46.google.com Received: from mail-ed1-f46.google.com (HELO mail-ed1-f46.google.com) (209.85.208.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 Apr 2019 23:15:44 +0000 Received: by mail-ed1-f46.google.com with SMTP id d1so6954027edd.13 for ; Sat, 20 Apr 2019 16:15:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=MB3P2p5zaOWb3cK5OdBmDaDSdnBkdf9Rglyz0WXColQ=; b=e5KoJEBdoRL7Xt7kcXFcfpKSUrzUKcij5D8B9PK1DgF8nYIisPlmybeiUBPT2EWCrT AKVr4YK9kJ6e0Vv7zSCv0hinc9PK6M/GvdbzU9/ypVNEK1ay4OCahfYFRr6xtH0QHDOg eKMmGEnqd6Bw2ekM+HvodGyPpEQ0QtwEDZsMZcEEam/L/PfAmVBTHz+hwxoFhPa3xY9K biz6LcSXBoPwJLWrZ9Qk3XCjVSEGscg2vyE6Dk7aSdKpdnbr7o26xmvEqdI2//sKR9lm 0EmDlTmTCvI1kHpmhzqyr9pvDsaJuPJf/eqDdlLIMlurTz78jrLsq3VPErA1EwU901gP iXFw== MIME-Version: 1.0 Received: by 2002:a17:906:35c5:0:0:0:0 with HTTP; Sat, 20 Apr 2019 16:15:42 -0700 (PDT) From: Aname Date: Sat, 20 Apr 2019 23:15:00 -0000 Message-ID: Subject: gdbserver host:port question To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-04/txt/msg00023.txt.bz2 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? And finally will the syntax gdbserver :port be supported without specifying the host? Thanks