From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20801 invoked by alias); 14 Jan 2008 12:25:41 -0000 Received: (qmail 20786 invoked by uid 22791); 14 Jan 2008 12:25:40 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jan 2008 12:25:17 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CD45F98118; Mon, 14 Jan 2008 12:25:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 54D349833F; Mon, 14 Jan 2008 12:25:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JEONN-0002Iu-3y; Mon, 14 Jan 2008 07:25:13 -0500 Date: Mon, 14 Jan 2008 12:25:00 -0000 From: Daniel Jacobowitz To: Pierre Muller Cc: 'Mark Kettenis' , eliz@gnu.org, gdb-patches@sourceware.org Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? Message-ID: <20080114122513.GA8564@caradoc.them.org> Mail-Followup-To: Pierre Muller , 'Mark Kettenis' , eliz@gnu.org, gdb-patches@sourceware.org References: <200801112113.m0BLDnAF024595@brahms.sibelius.xs4all.nl> <200801121531.m0CFVW8I023504@brahms.sibelius.xs4all.nl> <200801121618.m0CGI27U012957@brahms.sibelius.xs4all.nl> <20080112175817.GA21954@caradoc.them.org> <200801130921.m0D9LDtI008394@brahms.sibelius.xs4all.nl> <003201c85698$6d9ca7e0$48d5f7a0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003201c85698$6d9ca7e0$48d5f7a0$@u-strasbg.fr> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00327.txt.bz2 On Mon, Jan 14, 2008 at 11:30:05AM +0100, Pierre Muller wrote: > I just tested &win32_close > and it does not work.... > I get > Function "" not defined. > Make breakpoint pending ... It would be "break *&win32_close". Did you try that? The * is not part of the expression - it just means that an expression follows. -- Daniel Jacobowitz CodeSourcery