From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id JLMtKG8Fg2EWVgAAWB0awg (envelope-from ) for ; Wed, 03 Nov 2021 17:55:59 -0400 Received: by simark.ca (Postfix, from userid 112) id 939F21F0C1; Wed, 3 Nov 2021 17:55:59 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 E38F31EDDB for ; Wed, 3 Nov 2021 17:55:58 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2934B3857C48 for ; Wed, 3 Nov 2021 21:55:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2934B3857C48 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1635976558; bh=Sm/5Cx8RwotcEX/+sxFf1FNT/cPGYb+f5IUb74XvO1s=; h=To:References:Subject:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=nMeqkSXPFOEcWvkxKOyRnL/72NuSLjdSv3ggNMn8wmzInua4lxg7o6ppdRgfr6Z8W QXYz3VlodVlDXITEfXF5qRAtY/mCvLusiyIhc4YaqsOzR3bFrGCCVC4cLqpjvwrYfh dLLpuOFMFC5ApcQSCh9YiS/34KS0F1ulk7yCI7yc= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 330713858C60 for ; Wed, 3 Nov 2021 21:55:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 330713858C60 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43114) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miOEF-0008VR-Ax for gdb@sourceware.org; Wed, 03 Nov 2021 17:55:31 -0400 Received: from ip5f5a8d68.dynamic.kabel-deutschland.de ([95.90.141.104]:61864 helo=[192.168.111.41]) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1miOEE-0005fC-2j for gdb@sourceware.org; Wed, 03 Nov 2021 17:55:30 -0400 To: gdb@sourceware.org References: <60c53fa8bf160533a2eddf1da280eb50c7461a6a.camel@fit.cvut.cz> Subject: Is "forward-search" also possible case insensitive? Message-ID: <7de2a4c2-cdae-c127-8e86-5f8dff26e6b1@gnu.org> Date: Wed, 3 Nov 2021 22:55:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <60c53fa8bf160533a2eddf1da280eb50c7461a6a.camel@fit.cvut.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 Sobisch via Gdb Reply-To: Simon Sobisch Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" fo and rev commands take a REGEX, with escaping like \d\+\s*\(SOME\|WORD\) can we also search case-insensitive directly or is this only possible with character sets? \d\+\s*\([sS][oO][mM][eE]\|[wW][oO][rR][dD]\) it would be nice to be able to specify a case-modifier