From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A4D7B3858D37; Sat, 16 Dec 2023 18:04:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4D7B3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702749870; bh=EHSuSX9lQwxDR82Uizb3/jyo2iwyusbREQ2pZmSPCZo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ihAwJSTqP3buV5DLS7PAw+ATa+894ejMnkB5rh75eISjjLisqdGsLLQGg3kMJcoHG S6L1usj2eScxSppaCgDPZN4NrFx6032/UmY1Nfb4QaOyY7ks8Sl2Lzy57m0Ov+4LhW EzFYfyId1b914jksEuxn7e9k+VbfyjQK8r4ugcCM= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/8724] Cannot call operator<<(ostream&, MyClass&) from gdb Date: Sat, 16 Dec 2023 18:04:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D8724 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #2 from Hannes Domani --- Calling operator<< works just fine for me since at least gdb-8.1: (gdb) p operator<< (cout, obj) $1 =3D (std::ostream &) @0x13f2e3980: --=20 You are receiving this mail because: You are on the CC list for the bug.=