From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16832 invoked by alias); 19 Feb 2013 16:41:38 -0000 Received: (qmail 16594 invoked by uid 22791); 19 Feb 2013 16:41:33 -0000 X-SWARE-Spam-Status: No, hits=-4.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ob0-f178.google.com (HELO mail-ob0-f178.google.com) (209.85.214.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 16:41:23 +0000 Received: by mail-ob0-f178.google.com with SMTP id wd20so6858620obb.9 for ; Tue, 19 Feb 2013 08:41:23 -0800 (PST) X-Received: by 10.182.54.103 with SMTP id i7mr7778449obp.62.1361292083086; Tue, 19 Feb 2013 08:41:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.46.133 with HTTP; Tue, 19 Feb 2013 08:40:42 -0800 (PST) From: Hui Zhu Date: Tue, 19 Feb 2013 16:41:00 -0000 Message-ID: Subject: [Discussion] add a build option for test to gdbserver To: gdb@sourceware.org Cc: sanimir.agovic@intel.com, Stan Shebs Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00081.txt.bz2 Hi guys, There are more and more function add to the target remote to support different gdbstub. Some of them can add a this function to gdbserver. Then the testsuite for it can just test with gdbserver. For example: tracepoint. But some function is hard to achieve or not very useful for gdbsever. I just work on some patches just have this function for example: TD breakpoint. TA. So I suggest what about add a build option for test to gdbserver? this option just for test. It maybe just send some fake package back to GDB remote or something. Then we can easier write test for this remote patches. Thanks, Hui