From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1188 invoked by alias); 29 Sep 2010 09:02:37 -0000 Received: (qmail 1170 invoked by uid 48); 29 Sep 2010 09:02:37 -0000 Date: Wed, 29 Sep 2010 09:02:00 -0000 Message-ID: <20100929090237.1169.qmail@sourceware.org> From: "pedro at codesourcery dot com" To: gdb-prs@sourceware.org In-Reply-To: <20100929083538.12071.jan.kratochvil@redhat.com> References: <20100929083538.12071.jan.kratochvil@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug corefiles/12071] Regression: just a core file started to ask on quit X-Bugzilla-Reason: CC 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 X-SW-Source: 2010-q3/txt/msg00538.txt.bz2 ------- Additional Comments From pedro at codesourcery dot com 2010-09-29 09:02 ------- Yeah, the problem is that this no longer works since that patch: int have_live_inferiors (void) { struct target_ops *t; /* The check on stratum suffices, as GDB doesn't currently support multiple target interfaces. */ if (have_inferiors ()) for (t = current_target.beneath; t != NULL; t = t->beneath) if (t->to_stratum == process_stratum) return 1; return 0; } since cores are process_stratum now. -- http://sourceware.org/bugzilla/show_bug.cgi?id=12071 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.