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 DCDBB385771A for ; Wed, 10 May 2023 19:04:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DCDBB385771A 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 1pwp6h-0003nm-8g; Wed, 10 May 2023 15:04:11 -0400 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=vgx9uXca3R4469Tcub1HGW8wjHFmvMgqSKai8lVI9hw=; b=CPzBqA8Vsq0h T7ON9/GmPF0tQgMPmEP6hkEomm1Ilj2iarlKbMboVOvNB2zWhiXLBIfmglrHdy2Lq8KXA6Kha196b Hqk42tr4FUocr6M6c3kdV6v8hDR0b2IRqwi/yUh4l3NDIky2ZFJtVdF7tOS/iBCaXJDuUryuQZ6CD 93NM18UGdy8myBuZkB6Mf6mtHYV9RqW/K9hM388lKa5DipZgAtQbk8f8IAwNJjtgNt3NE+djk3Kg3 o88E+7W2gF32ysB/AGrXNh7O6EYX0QoXFZoxl6nj3NTLbPJFRDDIUm9lXGZ9LArw7Fq0UztX0CQzF BOSKEu/qKEmQvgOtOAltww==; 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 1pwp6g-0000RM-Ct; Wed, 10 May 2023 15:04:10 -0400 Date: Wed, 10 May 2023 22:05:16 +0300 Message-Id: <83bkis6m8j.fsf@gnu.org> From: Eli Zaretskii To: Lancelot SIX Cc: gdb-patches@sourceware.org, lsix@lancelotsix.com In-Reply-To: (message from Lancelot SIX via Gdb-patches on Wed, 10 May 2023 19:46:36 +0100) Subject: Re: [PATCH v6 3/3] gdb/gcore: interrupt all threads to generate core in non-stop targets References: <2daa1736-57cb-3c5a-f1cd-48f5aa03d010@simark.ca> <20230322163504.560986-1-lancelot.six@amd.com> <20230322163504.560986-4-lancelot.six@amd.com> X-Spam-Status: No, score=1.7 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,T_SCC_BODY_TEXT_LINE 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: > Date: Wed, 10 May 2023 19:46:36 +0100 > Cc: lsix@lancelotsix.com > From: Lancelot SIX via Gdb-patches > > Hi, > > Kindly pinging on this patch. I believe I already reviewed the documentation parts, yes?