This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug breakpoints/17549] New: catch load seems to be inferior-specific


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

            Bug ID: 17549
           Summary: catch load seems to be inferior-specific
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at sourceware dot org

I am debugging firefox in multi-inferior mode.

I did a "catch exec" to catch when the child process
execs.  Then I did "catch load" -- but since I forgot again
about bug #13700, I did this with the parent inferior
selected.

My catchpoint never triggered, even though the child
process loaded many shared libraries.

I think "catch load" should not be inferior-specific.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]