From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by sourceware.org (Postfix) with ESMTPS id 30C0A385BF9D for ; Thu, 29 Apr 2021 05:59:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 30C0A385BF9D Received: by mail-lf1-x12b.google.com with SMTP id y4so62812182lfl.10 for ; Wed, 28 Apr 2021 22:59:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o/HTPgehn84KrIUO9esOqsv/7RYRxd+gj9so2NJiNCQ=; b=hhlzrWYONyV3JCU1NR2HQfhOGsLuMCF7ay4pd5Hi8gJvHsuuGsuMKUAFQn5YiKemO+ MQ3Pvxs6u6TOebLto8dVNtBmpUigD5/D4SJuGKYfyzhr4VdsmOja5O4ssHExz6vOCHLF xBqjqOj2aoY9o45Cpy/iI7Hr3hzrvTuyN2czt1b2YVYv1zUWcihqIrtin7z83Tv5a68u KlMv+uqI58+RP9TbWuxJWPhjZ3xuL7KoHqW/IbmHgDofngb9ONdkjiH4tvVxLyIZtU92 /dhpE8Bwy+cEo4XvVRfAx5afnN8eSLKn6XgjunO7T2QXJjtjDKOnUeJf9XEwV11a/don Amlg== X-Gm-Message-State: AOAM533rwMjAka9J5+xwkK5w7EISIiD8UeHlcTc+SradCTCUfmM0zbwJ Xd0O/5grms46wM0Zy49XPv7ivbYmgy/28mt+8bfXq1K3 X-Google-Smtp-Source: ABdhPJy6BP6RH0aCvE0wm250voDSKFQnBDgCHjlCqlIdiuL0diRVRCLRnHaFjKAc/vv15jSFMAkz5jZ7h0aBQ5ps9sU= X-Received: by 2002:a05:6512:3d2:: with SMTP id w18mr23480952lfp.573.1619675965992; Wed, 28 Apr 2021 22:59:25 -0700 (PDT) MIME-Version: 1.0 From: Mahesh Bodapati Date: Thu, 29 Apr 2021 11:29:15 +0530 Message-ID: Subject: GDB - hardware server To: gdb@sourceware.org X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: , X-List-Received-Date: Thu, 29 Apr 2021 05:59:29 -0000 Hi, we have 3 different target descriptions for the same target. gdb has been built for all the 3 configurations but the 1st target configuration is the default description. we are able to set configurations from executable files but how to set the target descriptions from the contents of the server. tar remote host:port ,can I set the target description based on the contents[like arch,register size..] from the hardware server.I can only see the comparison of what gdb is expecting and what gdb is getting from the server. is there a way to change the gdb target descriptions from the contents of server ? Thanks for the help. Mahesh B