From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F1DB3858D33; Thu, 16 Feb 2023 14:28:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F1DB3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676557687; bh=wT8tJsK0z4ViGbCYGRk65zpZCchPCJ3YSDAQgFqsZ9M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C8klLd5ojTtSN2svX77VntzB0felvXEnqEkHf2KeUBDbGWhO3x7Q6V+a0kHqABs/g mivq+NXCnkMMM/2/tHgR6GPhNFmQ+cOoTLdLml2g5ixpY7V1hOI5tAhAiVqnxQt0T4 wsL3KQ/qXy27/ncQI/yoJYppj4ObXjL2HbDMNxZQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug record/30073] [intel Efficient-core] FAIL: gdb.btrace/exception.exp: flat (pattern 1) Date: Thu, 16 Feb 2023 14:28:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: record X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30073 --- Comment #8 from Tom de Vries --- (In reply to Markus Metzger from comment #7) > (In reply to Tom de Vries from comment #6) >=20 > > record btrace > > continue > > maint btrace packet-history 0, +100 > > #record function-call-history 1 > > #record function-call-history /c 1 >=20 > The maintenance command doesn't fetch the trace itself. We'd need some > other record command before it, e.g. 'info record' or one of the two > commented-out commands. With the two commented out commands added back, I have: ... +continue Breakpoint 3, main () at /data/vries/gdb/src/gdb/testsuite/gdb.btrace/exception.cc:59 59 return ret; /* bp.2 */ +record function-call-history 1 1 main() +record function-call-history /c 1 1 main() +maint btrace packet-history 0, +100 0 begin: 0x40076d, end: 0x400779 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=