From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12b.google.com (mail-il1-x12b.google.com [IPv6:2607:f8b0:4864:20::12b]) by sourceware.org (Postfix) with ESMTPS id 2ADF1383237A for ; Wed, 14 Dec 2022 18:00:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2ADF1383237A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-il1-x12b.google.com with SMTP id z18so6917947ils.3 for ; Wed, 14 Dec 2022 10:00:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=RX+2BkKKCAU4s+Ah8m4lHqYRuTf1U/7dbWB/3F1u8L0=; b=GoiOzStMOuaWhYtaVKg8pFEIWcuEAB+saRnVRuD+h37N5GafFQMJRx1GlLXmPzA/pL Q/JlaNtIkn3wslyncwLMDR4qcHG3T8o9SDAHJOiX4Egvm/iooWFPysc3kwp7auwhXed9 9cQqNkS7Wdu8GGrrYQ1qaTPixGoBOPKnX9Z3BG9qS8mNPv6ZgcL/OqfHsfeuC+ofzWon V1YPKF37miXJusTs7FZHXSGLL7hbM9V3TL448knuv87uXoj91DBUSG+PvwoxrnaXssfm vBGwoHI74Wf0ajgJLj0OxCWUdUPgOCbLMKTPj56MViS57+7LNcpYngRbpcrlNfGlLlQ6 pUIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=RX+2BkKKCAU4s+Ah8m4lHqYRuTf1U/7dbWB/3F1u8L0=; b=iDfl+ycQM5I1KWgcErIMOP9Gq0rOGw5tBDImhv20C6jZHTDWm9ZKGlfE+z8fuP28sh 4JZFt6VlqfYuFEpYJF2LvDM/c5RetG/5Xr9BUvIX2qml/CjbzQCFs2gMmV5Pr5wFVahN VNikjX8DgWue6dYOOFHTFQ+9aoqcVSUZRUyyJXcupHjZYnNACEa2wLbxpSndUp+PR1JS p7Lm/TbW3Y0dYd2ROq9hDKPXwd95jeKmnCsLeNBzVbyI47kWzqFh1u2o/tN7VMPsgkCv 5LvROSbT8eV84621om7yJy2XPCuUzyI0VMpJJ0wNbcb44LNOqETH8DUHWTRgZXeKa3eQ 62pQ== X-Gm-Message-State: ANoB5pkPFc8gsJWYj6yq1QMSGDZiCE/Gz2sESss96n2/PLEKyGcZLwBU TjsAaP3eKw7RLJ45X3VGGZ1c9w== X-Google-Smtp-Source: AA0mqf59RtGW5AGp/NdpgdsqedptgXP0jyfIxzrcWrRntZPUGFcM3b3qMWn3xw9FPFyK079XcnUb8w== X-Received: by 2002:a92:dd0a:0:b0:303:6285:46cd with SMTP id n10-20020a92dd0a000000b00303628546cdmr13656566ilm.10.1671040802391; Wed, 14 Dec 2022 10:00:02 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id s3-20020a02b143000000b0038aab3c56c6sm1892892jah.119.2022.12.14.10.00.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Dec 2022 10:00:01 -0800 (PST) From: Tom Tromey To: Lancelot SIX Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Let user C-c when waiting for DWARF index finalization References: <20221206192743.2827834-1-tromey@adacore.com> <20221214144831.5ybamv6tpyrqsi53@ubuntu.lan> X-Attribution: Tom Date: Wed, 14 Dec 2022 11:00:00 -0700 In-Reply-To: <20221214144831.5ybamv6tpyrqsi53@ubuntu.lan> (Lancelot SIX's message of "Wed, 14 Dec 2022 14:49:28 +0000") Message-ID: <87zgbpdfxb.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Lancelot> I think the "ms" suffix from chrono_literals have been introduced= in Lancelot> c++14 which we do not support.=20 Yeah, thanks for pointing that out. I misread the cppreference page and thought they were C++11. Lancelot> I guess that something like this should work for c++11: Lancelot> std::chrono::milliseconds duration { 15 }; I've made this change. Lancelot> I=E2=80=AFstill have on my todo list to ensure that major distros= do have a Lancelot> decent and easily installable c++14 compiler so we can bump this Lancelot> requirement in gdb, but I have not done this yet=E2=80=A6 Yeah, that sounds nice. Tom