From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8444 invoked by alias); 10 Apr 2006 17:21:20 -0000 Received: (qmail 8436 invoked by uid 22791); 10 Apr 2006 17:21:20 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 10 Apr 2006 17:21:18 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FT04j-0007Kk-0E for gdb@sourceware.org; Mon, 10 Apr 2006 13:21:17 -0400 Date: Mon, 10 Apr 2006 18:00:00 -0000 From: Daniel Jacobowitz To: gdb@sourceware.org Subject: Cygwin GDB crashes from cvs - solib Message-ID: <20060410172116.GA27907@nevyn.them.org> Mail-Followup-To: gdb@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00118.txt.bz2 Currently win32-nat.c sets in_dynsym_resolve_code and open_symbol_file to NULL. The latter doesn't normally get called, but when it does, it is called unconditionally; the former is called by "step". Should win32-nat provide dummy functions or should the call sites check? Anyone have an opinion? -- Daniel Jacobowitz CodeSourcery