From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ISMQFuZu2GOszSUAWB0awg (envelope-from ) for ; Mon, 30 Jan 2023 20:29:10 -0500 Received: by simark.ca (Postfix, from userid 112) id 4A0641E128; Mon, 30 Jan 2023 20:29:10 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=PBFugJ9Z; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 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 E82C51E0D3 for ; Mon, 30 Jan 2023 20:29:09 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 15A453858409 for ; Tue, 31 Jan 2023 01:29:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15A453858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675128549; bh=SgtLdForbGOXpb1hme0+UXnbGTG6WPdVVLvxfa1Rdw4=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=PBFugJ9Z1tMf5XUsGmg9fT31jUa2s6LtvZ281Ty/Dea2PDU+ekIJOo2kfTZizD3Tn 2kbFF6h3pS53aCrCybSLc1JssIE8Jo3OOszImdbJRAB/uB/QuNbTylIDkgRjjBmpDe y2qH+RKKmOMZyBKN3wvsQg5S24s92SiwKkXRAofg= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 525203858D32 for ; Tue, 31 Jan 2023 01:28:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 525203858D32 Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C1A981E0D3; Mon, 30 Jan 2023 20:28:41 -0500 (EST) Message-ID: <875a0ffb-929c-0323-3ec8-a260523b5fc5@simark.ca> Date: Mon, 30 Jan 2023 20:28:41 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [question] If the code format is wrong, the _initialize_xxx functions cannot be generated? Content-Language: en-US To: hilbert Cc: gdb@sourceware.org References: <6a6c1e38.1ced.1860075978e.Coremail.swdtian@163.com> <2c53edf.89cc.18601ccf519.Coremail.swdtian@163.com> In-Reply-To: <2c53edf.89cc.18601ccf519.Coremail.swdtian@163.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 1/30/23 03:30, hilbert via Gdb wrote: > > > Sorry, I have another question; > Mt clang-format tool version does not seem to match, it does not recognize the .clang-fromat script; > where can I find the clang-format version required by gdb? > > > Thanks. Where did you see a .clang-format file? Simon