From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 911D43857C4A; Sun, 9 Aug 2020 19:13:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 911D43857C4A From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/25601] console output unordered when using breakpoint commands Date: Sun, 09 Aug 2020 19:13:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: 8.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2020 19:13:21 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25601 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- I looked through the output and I don't think there's a bug here. The breakpoint is hit here: Thread 1 "soffice.bin" hit Breakpoint 1, 0x00007fffd1665444 in non-virtual thunk to (anonymous namespace)::SwDrawModellListener_Impl::addShapeEventListener(com::sun::star= ::uno::Reference const&, com::sun::star::uno::Reference const&) () from /home/noel/libo/instdir/program/../program/libswlo.so Then info args: No symbol table info available. Followed by the bt: #0 0x00007fffd1665444 in non-virtual thunk to (anonymous namespace)::SwDrawModellListener_Impl::addShapeEventListener(com::sun::star= ::uno::Reference const&, com::sun::star::uno::Reference const&) () at /home/noel/libo/instdir/program/../program/libswlo.so [...] Then it is hit again: Thread 1 "soffice.bin" hit Breakpoint 1, (anonymous namespace)::SwDrawModellListener_Impl::addShapeEventListener (this=3D0x621b= b40, xShape=3Duno::Reference to (SwXGroupShape *) 0x64f8fd0,=20 Note this one isn't the non-virtual thunk. This one prints the args: this =3D 0x621bb40 xShape =3D uno::Reference to (SwXGroupShape *) 0x64f8fd0 xListener =3D uno::Reference to (accessibility::AccessibleShape *) 0x64fa6f8 ... and then the bt. You can try "disable 1.2" to disable the non-virtual thunk breakpoint. Or you can try setting the breakpoint with (gdb) break accmap.cxx:183 If this analysis is in error, please reopen the bug. Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.=