From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 652C63971C67; Thu, 10 Sep 2020 10:22:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 652C63971C67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599733356; bh=8ymHGQoPrECwmHG1vEsja8Kn+cpkzCsLwPLqoHgn4XY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Cbb6qX6jCP26Nn3Yvu5nsPhhJkxL36iH+VvuoLZbiH4eeJXJdW/HWKMvREl4KTZF9 I7aOhOrdcUn8JGk3wpSA6ffPGmfp0VN1FZ9MrwL/ZAQLn/C7ehQSau0nIEr0QbZ/+l 69XZhD0SNc1YIUzsF9fe9pcM6QWffBLNezHiS6U0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/96997] [10/11 Regression] step over in gdb always stops in basic_string(const _CharT* __s, const _Alloc& __a = _Alloc()) Date: Thu, 10 Sep 2020 10:22:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2020 10:22:36 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96997 --- Comment #6 from Jonathan Wakely --- It wouldn't solve the general problem, but I REALLY REALLY wish I could mark the std::allocator constructors and destructors with something like __attribute__((always_inline,artificial)) so they NEVER show up in the debugger, but it doesn't work. They're completely uninteresting when debugg= ing.=