public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/25601] console output unordered when using breakpoint commands
       [not found] <bug-25601-4717@http.sourceware.org/bugzilla/>
@ 2020-08-09 19:13 ` tromey at sourceware dot org
  2020-08-12  6:51 ` noelgrandin at gmail dot com
  2020-08-12 12:17 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2020-08-09 19:13 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=25601

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
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<com::sun::star::drawing::XShape>
const&,
com::sun::star::uno::Reference<com::sun::star::document::XShapeEventListener>
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<com::sun::star::drawing::XShape>
const&,
com::sun::star::uno::Reference<com::sun::star::document::XShapeEventListener>
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=0x621bb40,
xShape=uno::Reference to (SwXGroupShape *) 0x64f8fd0, 

Note this one isn't the non-virtual thunk.

This one prints the args:

this = 0x621bb40
xShape = uno::Reference to (SwXGroupShape *) 0x64f8fd0
xListener = 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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug cli/25601] console output unordered when using breakpoint commands
       [not found] <bug-25601-4717@http.sourceware.org/bugzilla/>
  2020-08-09 19:13 ` [Bug cli/25601] console output unordered when using breakpoint commands tromey at sourceware dot org
@ 2020-08-12  6:51 ` noelgrandin at gmail dot com
  2020-08-12 12:17 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: noelgrandin at gmail dot com @ 2020-08-12  6:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=25601

--- Comment #3 from Noel Grandin <noelgrandin at gmail dot com> ---
My apologies, you are correct

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug cli/25601] console output unordered when using breakpoint commands
       [not found] <bug-25601-4717@http.sourceware.org/bugzilla/>
  2020-08-09 19:13 ` [Bug cli/25601] console output unordered when using breakpoint commands tromey at sourceware dot org
  2020-08-12  6:51 ` noelgrandin at gmail dot com
@ 2020-08-12 12:17 ` tromey at sourceware dot org
  2 siblings, 0 replies; 3+ messages in thread
From: tromey at sourceware dot org @ 2020-08-12 12:17 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=25601

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Noel Grandin from comment #3)
> My apologies, you are correct

No need to apologize!  I'd rather get a bug report, even if in
the end there's nothing to do, than not get one.  Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-12 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-25601-4717@http.sourceware.org/bugzilla/>
2020-08-09 19:13 ` [Bug cli/25601] console output unordered when using breakpoint commands tromey at sourceware dot org
2020-08-12  6:51 ` noelgrandin at gmail dot com
2020-08-12 12:17 ` tromey at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).