From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27405 invoked by alias); 21 Sep 2006 20:51:19 -0000 Received: (qmail 27397 invoked by uid 22791); 21 Sep 2006 20:51:18 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Sep 2006 20:51:13 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 87FD526C65; Thu, 21 Sep 2006 13:51:12 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08673-01-2; Thu, 21 Sep 2006 13:51:11 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id A8EE026C63; Thu, 21 Sep 2006 13:51:11 -0700 (PDT) Received: from 192.168.92.59 ([192.168.92.59]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Thu, 21 Sep 2006 20:52:05 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 21 Sep 2006 13:51:11 -0700 Subject: gdbserver, was Re: remote validation From: Michael Snyder To: Daniel Jacobowitz Cc: Denis PILAT , gdb@sourceware.org In-Reply-To: <20060921143325.GA24126@nevyn.them.org> References: <4512A12F.8020507@st.com> <20060921143325.GA24126@nevyn.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Thu, 21 Sep 2006 20:51:00 -0000 Message-Id: <1158871871.22863.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 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-09/txt/msg00124.txt.bz2 On Thu, 2006-09-21 at 10:33 -0400, Daniel Jacobowitz wrote: > # There's no support for argument-passing (yet). > set_board_info noargs 1 > > # Can't do input (or output) in the current gdbserver. > set_board_info gdb,noinferiorio 1 > > # Can't do hardware watchpoints, in general > set_board_info gdb,no_hardware_watchpoints 1; Not to highjack the thread, but... I'm wondering how much interest / motivation there would be, to get a few of these things (such as infiorior i/o) working in linux/gdbserver?