From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30739 invoked by alias); 3 Jul 2003 14:59:59 -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 30732 invoked from network); 3 Jul 2003 14:59:58 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 3 Jul 2003 14:59:58 -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 KAA06343 for ; Thu, 3 Jul 2003 10:51:48 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id KAA19095 for ; Thu, 3 Jul 2003 10:59:57 -0400 Message-ID: <008001c34173$d6d20b40$0202040a@catdog> From: "Kris Warkentin" To: "Gdb@Sources.Redhat.Com" Subject: mipsbe solib event breakpoint endian? Date: Thu, 03 Jul 2003 14:59: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-07/txt/msg00062.txt.bz2 I'm having a problem with debugging on a mips big endian target. Mipsle works fine but on mipsbe it looks like the solib-event breakpoint is cross-endian. I don't have a target available right at this moment to show you the exact output but it's trying to set the breakpoint at some freaking huge number that doesn't look right at all. I'm assuming that it's reading the memory from the target but not flipping it for some reason. Now obviously this works for PowerPC so the functionality must be there. Can anyone tell me if I'm barking up the wrong tree? cheers, Kris