From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11161 invoked by alias); 16 Apr 2006 06:05:44 -0000 Received: (qmail 11152 invoked by uid 22791); 16 Apr 2006 06:05:44 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Apr 2006 06:05:43 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-209-130.inter.net.il [83.130.209.130]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DDK93732 (AUTH halo1); Sun, 16 Apr 2006 09:05:18 +0300 (IDT) Date: Sun, 16 Apr 2006 06:05:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060415184247.GA10060@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 15 Apr 2006 14:42:47 -0400) Subject: Re: Signal definitions for host=mingw32/target=*-*-* Reply-to: Eli Zaretskii References: <44354465-FF5A-4042-B0C3-10E4823D17E3@monami-software.com> <20060415184247.GA10060@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00208.txt.bz2 > Date: Sat, 15 Apr 2006 14:42:47 -0400 > From: Daniel Jacobowitz > Cc: Masaki MURANAKA , > gdb-patches@sourceware.org > > revision 1.50 > date: 2005/11/28 18:32:32; author: mmitchel; state: Exp; lines: +6 -11 > * remote-sim.c (gdbsim_wait): Pass target signal numbers to > sim_resume. Expect target signal numbers from sim_stop_reason. > > There's still uses of sim_signal_to_host in the simulator, but I don't > quite understand most of them. I think they're all buggy. I went > over Mark's patch carefully at the time, but now I see the result of > sim_signal_to_host being compared against signals from sim_stop_reason, > which uses sim_signal_to_target... Daniel, I'm not sure what you are saying. Are you saying that Mark's patch was wrong in that it introduced bugs that were not there before?