From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16981 invoked by alias); 23 Oct 2015 19:32:25 -0000 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 Received: (qmail 16967 invoked by uid 89); 23 Oct 2015 19:32:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: smtp-a02.blackberry.com Received: from smtp-a02.blackberry.com (HELO smtp-a02.blackberry.com) (208.65.78.91) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Oct 2015 19:32:23 +0000 Received: from mhs101cnc.rim.net ([10.65.141.79]) by mhs213cnc-app.rim.net with ESMTP; 23 Oct 2015 15:32:21 -0400 Received: from unknown (HELO [10.222.109.89]) ([10.65.140.254]) by mhs101cnc.rim.net with ESMTP; 23 Oct 2015 19:32:21 +0000 Subject: Re: [PATCH 0/3] Fix nto, spu and win32 builds of GDBServer. To: Antoine Tremblay , Pedro Alves , gdb-patches@sourceware.org References: <1445543917-16839-1-git-send-email-antoine.tremblay@ericsson.com> <562A4C9F.9000404@redhat.com> <562A6CFF.8090100@ericsson.com> Newsgroups: gmane.comp.gdb.patches From: Aleksandar Ristovski Message-ID: <562A8B45.2000503@qnx.com> Date: Sun, 25 Oct 2015 02:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <562A6CFF.8090100@ericsson.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00509.txt.bz2 Message-ID: <20151025024200.sFa-qDHRxLlOIemuo5PM-jNQ5RVaQnqNnV-oVDHjUnk@z> On 15-10-23 01:23 PM, Antoine Tremblay wrote: > 2nd patch fixes nto,spu and win32 builds. nto: I was going to submit the removal of set_breakpoint_data call, but you beat me to it. Build for nto gdbserver is fixed, thank you. --- Aleksandar Ristovski