From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26338 invoked by alias); 12 Jan 2011 10:03:47 -0000 Received: (qmail 26329 invoked by uid 22791); 12 Jan 2011 10:03:46 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 10:03:42 +0000 Received: (qmail 4017 invoked from network); 12 Jan 2011 10:03:40 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Jan 2011 10:03:40 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [patch] Add tests for JIT debugging interface Date: Wed, 12 Jan 2011 10:44:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.33-29-realtime; KDE/4.4.5; x86_64; ; ) Cc: Yao Qi , Paul Pluzhnikov References: <20110111232641.AE3D5190C55@elbrus2.mtv.corp.google.com> <4D2D3E94.4070509@codesourcery.com> In-Reply-To: <4D2D3E94.4070509@codesourcery.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101121003.37871.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: 2011-01/txt/msg00252.txt.bz2 On Wednesday 12 January 2011 05:39:32, Yao Qi wrote: > Test cases work well in native GDB. Does gdbserver have JIT debugging > interface also? If not, we probably should skip this test for remote > mode or kfail it. The JIT debugging interface is all implemented in common code, so it should work against remote/gdbserver as well (though I haven't tried it). A gdb_load_shlibs call to copy the shlib to the target appears to be missing though. You want notice it missing if you do the usual gdbserver running on the same machine as gdb testing (*). *) http://sourceware.org/gdb/wiki/TestingGDB#Testing_gdbserver_in_a_native_configuration -- Pedro Alves