From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 3F8BF3848E22 for ; Tue, 6 Dec 2022 15:01:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3F8BF3848E22 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2ZRa-000530-PJ; Tue, 06 Dec 2022 10:01:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=04gMoj1blybXYSexX/wH7igWkwC67wx+vjZLWDU2fbQ=; b=fYdU1nUG2gC5 3YmB5FG0kK6veSlyrW2cNkvrE3+TPDrdMetdwADZipIHImUF0ODShlmS0epGfEBt95fmvsFV7Ju1z KneNh4dbt79A6cgj4s6o6/MalmjM1DZG0o1h4uCs3v+37Ar7jQdgY+c6Rqy9nowm0frEGPE/0tX5k 8+LsYQwD+X/v6hANAklAUir0loqx1oHgG2AT4a/S02Yzzgt+FTjaT/5xCVPqZNQQosHkOKIGav0T3 qd3yWQpJ7CbAyvLOJN5gFS+PQUV3s52gzeeMVqZOzhdJOVXmDfnPI9DGbxjtnyESmLhqJU5be2EqA rqJZvGBbRyib99VzaHvgig==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p2ZRU-0007jq-4t; Tue, 06 Dec 2022 10:01:10 -0500 Date: Tue, 06 Dec 2022 17:00:53 +0200 Message-Id: <83a6407f16.fsf@gnu.org> From: Eli Zaretskii To: Simon Marchi Cc: gdb-patches@sourceware.org, simon.marchi@efficios.com, zoran.zaric@amd.com, laurent.morichetti@amd.com, Tony.Tye@amd.com, lancelot.six@amd.com, pedro@palves.net In-Reply-To: <20221206135729.3937767-13-simon.marchi@efficios.com> (message from Simon Marchi via Gdb-patches on Tue, 6 Dec 2022 08:57:29 -0500) Subject: Re: [PATCH 12/12] gdb: initial support for ROCm platform (AMDGPU) debugging References: <20221206135729.3937767-1-simon.marchi@efficios.com> <20221206135729.3937767-13-simon.marchi@efficios.com> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Cc: Simon Marchi , > Zoran Zaric , > Laurent Morichetti , > Tony Tye , Lancelot SIX , > Pedro Alves > Date: Tue, 6 Dec 2022 08:57:29 -0500 > From: Simon Marchi via Gdb-patches > > This patch adds the foundation for GDB to be able to debug programs > offloaded to AMD GPUs using the AMD ROCm platform [1]. The latest > public release of the ROCm release at the time of writing is 5.4, so > this is what this patch targets. Thanks, the NEWS part is OK.