From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24352 invoked by alias); 7 Jul 2008 23:36:54 -0000 Received: (qmail 24341 invoked by uid 22791); 7 Jul 2008 23:36:53 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jul 2008 23:36:36 +0000 Received: (qmail 2153 invoked from network); 7 Jul 2008 23:36:34 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Jul 2008 23:36:34 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Fix Ericsson DICOS inferior function calls Date: Mon, 07 Jul 2008 23:36:00 -0000 User-Agent: KMail/1.9.9 Cc: Mark Kettenis References: <200807072309.56077.pedro@codesourcery.com> <200807072256.m67MuLP2010832@brahms.sibelius.xs4all.nl> In-Reply-To: <200807072256.m67MuLP2010832@brahms.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807080025.14452.pedro@codesourcery.com> 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-07/txt/msg00101.txt.bz2 A Monday 07 July 2008 23:56:21, Mark Kettenis wrote: > I think we should get rid of generic_push_dummy_code(), and instead > require that each target that puts the dummy breakpoint on the stack > provides its own push_dummy_code() function. Could you provide one > for DICOS? Sure, I'll do that. Thanks! -- Pedro Alves