From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id /iF2Oo/CHGL7SQAAWB0awg (envelope-from ) for ; Mon, 28 Feb 2022 07:39:43 -0500 Received: by simark.ca (Postfix, from userid 112) id DE2901F3C8; Mon, 28 Feb 2022 07:39:43 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 71FA71EDF0 for ; Mon, 28 Feb 2022 07:39:43 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AFEED3858426 for ; Mon, 28 Feb 2022 12:39:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AFEED3858426 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1646051982; bh=xclM6Ctj7SSdsxnf5xkE2s+tsjF59g7/Fa1OnNkQkHI=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=sc9OJEMD5oBvpXZpMZJ+cWo5/XYahrTJ1dUI0+HfIor08Z10MOwOyfxg/KJrkdVRv nEqXCzOIWcrtLseh3+pqJzKeTPUv77L7gv7F6QvwA03P9p/PWyUQ6lelx7oAkN9l/0 6NrFFPqrt3Nhc0fy9Z7mzxkCZmgXzmct8XReeGlo= Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 129EB3858C83 for ; Mon, 28 Feb 2022 12:39:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 129EB3858C83 Received: from [2001:470:142:3::e] (port=38518 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nOfJD-0000Ai-Sw; Mon, 28 Feb 2022 07:39:24 -0500 Received: from [87.69.77.57] (port=2768 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 1nOfJD-00069Y-8a; Mon, 28 Feb 2022 07:39:23 -0500 Date: Mon, 28 Feb 2022 14:39:13 +0200 Message-Id: <83v8wzmaha.fsf@gnu.org> To: Andrew Burgess In-Reply-To: <20220228113029.GA1212730@redhat.com> (message from Andrew Burgess via Gdb-patches on Mon, 28 Feb 2022 11:30:29 +0000) Subject: Re: [PATCHv2] gdb/python: Add gdb.InferiorThread.details attribute References: <20220215115233.56924-1-aburgess@redhat.com> <87fso6n3l5.fsf@tromey.com> <20220228113029.GA1212730@redhat.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: tom@tromey.com, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > Date: Mon, 28 Feb 2022 11:30:29 +0000 > From: Andrew Burgess via Gdb-patches > Cc: gdb-patches@sourceware.org > > +@defvar InferiorThread.details > +A string containing target specific, thread state information. The ^ Please remove that stray comma. The documentation parts are okay with the above fixed, thanks.