From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11152 invoked by alias); 28 Apr 2003 20:21:16 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11145 invoked from network); 28 Apr 2003 20:21:15 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 28 Apr 2003 20:21:15 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id QAA24303; Mon, 28 Apr 2003 16:19:15 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id QAA12675; Mon, 28 Apr 2003 16:21:14 -0400 Message-ID: <020701c30dc3$bd8cf020$0202040a@catdog> From: "Kris Warkentin" To: "Gdb@Sources.Redhat.Com" Cc: Subject: problem with fetch_link_map_offsets Date: Mon, 28 Apr 2003 20:21:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-04/txt/msg00319.txt.bz2 All of a sudden I'm getting a complaint about "No shared lib support for this OS/ABI" from the new svr4_have_link_map_offsets function. When I initialize my backend tdep file, I set the fetch_link_map_offsets function. If I break on svr4_fetch_link_map_offsets, the first couple times I see that flmo is set to my function, then the third time it's been set back to legacy_fetch_link_map_offsets. I set a break on set_solib_svr4_fetch_link_map_offsets and see it being called with my function but it never gets called again between when I set it and when it shows up as changed. Can someone tell me where to set a watchpoint to catch the gdbarch data being set? I'm still a little shakey on how that all works. cheers, Kris