From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9275 invoked by alias); 14 Dec 2013 03:39:41 -0000 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 Received: (qmail 9255 invoked by uid 89); 14 Dec 2013 03:39:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f175.google.com Received: from mail-ob0-f175.google.com (HELO mail-ob0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 14 Dec 2013 03:39:35 +0000 Received: by mail-ob0-f175.google.com with SMTP id uz6so2822745obc.34 for ; Fri, 13 Dec 2013 19:39:34 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.95.135 with SMTP id dk7mr3998526oeb.11.1386992374091; Fri, 13 Dec 2013 19:39:34 -0800 (PST) Received: by 10.76.9.170 with HTTP; Fri, 13 Dec 2013 19:39:34 -0800 (PST) Date: Sat, 14 Dec 2013 03:39:00 -0000 Message-ID: Subject: Re: Multi-packet gdb server request/response - problem? From: Ivo Raisr To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00023.txt.bz2 >>> At some point in the debugging session (not sure when but it does not matter), >>> I think gdb kicks in the OS-specific functions. For solaris, they are >>> found in sol-thread.c. >> >> That's the (or a) problem. They shouldn't. sol-thread.c should only >> be active for native Solaris debugging. > > That tiny patch seems to solve the problem! > I will run the gdb's test suite to check if it does not introduce any > regression and let you know. No regressions found by the test suite. Good. I filed the following bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16329 Could we get it fixed in the 7.6.x branch as well? I.