From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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> From: Eli Zaretskii To: Andrew Burgess Cc: tom@tromey.com, gdb-patches@sourceware.org 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-Spam-Status: No, score=1.4 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.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Mon, 28 Feb 2022 12:39:26 -0000 > 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.