From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3620 invoked by alias); 4 Nov 2014 16:14:53 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 3592 invoked by uid 48); 4 Nov 2014 16:14:52 -0000 From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/17549] New: catch load seems to be inferior-specific Date: Tue, 04 Nov 2014 16:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: 7.7 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW 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_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q4/txt/msg00187.txt.bz2 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.