From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 58D143858D1E for ; Mon, 6 Feb 2023 14:08:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 58D143858D1E Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=lancelotsix.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=lancelotsix.com Received: from [127.0.0.1] (unknown [185.201.60.219]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 2BE9C80373; Mon, 6 Feb 2023 14:08:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lancelotsix.com; s=2021; t=1675692503; bh=vzRwLwgw95XnPnu0N4oboGBAZHewgN6vzjpYczy50dQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=w1dmXUvgDSRvr5KBAT46lqx7jMoMvjttHddyp92/QoDU3KSTxYvUfmZGZVYfmfG7X WpibdTR4yQ5EjaLyh0ncnU/jduAsw2ClVkBkbRt99utxo0Nq23CQ+GHRNl6QGvRcFr OdZM6YwCDc7AqHbT8lcLmAyJ+IeKkmvMBadbU8GJbOkUFqFY6AZbRHF6PyNhHQJZPI QS0EYR7cC7DP8SuleSRTbm2cHDDiKFZHKsjeONGGbWcvNU38xYH6Ga8Pg5MFG7Neqs nbb9xScd/iUYOyR79Rb4VFQerqAibiuAVu56pdtW5t8lAdNZCOAhelmlVzAJ8ty6R2 26k6571iuWUZA== Date: Mon, 06 Feb 2023 14:01:49 +0000 From: Lancelot Six To: Tom de Vries , Simon Marchi , Simon Marchi , gdb-patches@sourceware.org Subject: =?US-ASCII?Q?Re=3A_=5BPATCH_v2_0/8=5D_Initial_support_f?= =?US-ASCII?Q?or_ROCm_platform_=28AMD_GPU=29_debugging?= User-Agent: K-9 Mail for Android In-Reply-To: References: <20230105200237.987771-1-simon.marchi@polymtl.ca> <5f28702a-53a9-1e8c-88d2-85e020e3b3f2@polymtl.ca> Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----HHV1TJYB0MX98XEVCH9GJTWSFRNVPW Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Mon, 06 Feb 2023 14:08:23 +0000 (UTC) X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_SBL_CSS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ------HHV1TJYB0MX98XEVCH9GJTWSFRNVPW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Thanks for, letting us know. I am preparing a patch to fix this (skip the t= ests if the amd-dbgapi support is not built in or if the hiccc compiler for= amdgpu is not available). I hope to send this tomorrow. Best Lancelot Le 6 f=C3=A9vrier 2023 11:47:55 GMT+00:00, Tom de Vries = a =C3=A9crit=C2=A0: >On 2/2/23 16:08, Simon Marchi via Gdb-patches wrote: > >>=20 >> On 1/25/23 12:03, Simon Marchi via Gdb-patches wrote: >>>=20 >>> On 1/5/23 15:02, Simon Marchi wrote: >>>> This is the v2 of: >>>>=20 >>>> https://inbox.sourceware.org/gdb-patches/20221206135729.3937767-1-s= imon.marchi@efficios.com/ >>>>=20 >>>> I pushed patches 5, 7, 8 and 9, since I considered them good chances e= ven >>>> outside of this series. >>>>=20 >>>> Most other preparatory patches have been reviewed and LGTM'ed by Andrew >>>> Burgess, but they are not really useful on their own, so they are still >>>> in this series. There are no changes in them, except a typo fix in >>>> patch 3. >>>>=20 >>>> The only preparatory patch which was not reviewed is "gdb/solib-svr4: >>>> don't disable probes interface if probe not found". >>> Ping. >>>=20 >>> I plan to push the series in a week from now, if there are no more >>> comments on this. Note that this code has been heavily scrutinized by >>> Pedro and Lancelot, so I am confident that it is in good shape already. >>>=20 >>> Simon >> I pushed the series. >>=20 >> Simon > > >Hi, > >as I mentioned earlier to Lancelot off-list, I'm now seeing: > >... > >Running /data/vries/gdb/src/gdb/testsuite/gdb.rocm/simple.exp ... >gdb compile failed, /data/vries/gdb/src/gdb/testsuite/gdb.rocm/simple.cpp:= 18:10: fatal error: hip/hip_runtime.h: No such file or directory >#include "hip/hip_runtime.h" >=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0^~~~~~~~~~~~~~~~~~~ >compilation terminated. >... > >Thanks, > >- Tom ------HHV1TJYB0MX98XEVCH9GJTWSFRNVPW--