From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42257 invoked by alias); 16 Mar 2015 21:57:18 -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 42248 invoked by uid 89); 16 Mar 2015 21:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: icp-osb-irony-out1.external.iinet.net.au Received: from icp-osb-irony-out1.external.iinet.net.au (HELO icp-osb-irony-out1.external.iinet.net.au) (203.59.1.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Mar 2015 21:57:16 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcBAEBRB1XSVDON/2dsb2JhbAANToNYWoMMwW+FdQKCAwEBAQEBAYUMAQEBBCMVQA0ECw0EBAEBAQICBRYIAwICCQMCAQIBNAkIBg0GAgKIOKwvcJtKAQEBAQEBAQEBAQEBAQEBAQEBARUEgSGJdoR4BoJigUUBBJQljQqNBYQlW4JDAQEB Received: from unknown (HELO [192.168.0.10]) ([210.84.51.141]) by icp-osb-irony-out1.iinet.net.au with ESMTP; 17 Mar 2015 05:57:10 +0800 Message-ID: <550751B6.6080701@netspace.net.au> Date: Mon, 16 Mar 2015 21:57:00 -0000 From: Russell Shaw User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: Re: gdbserver fork References: <5506B557.7050302@netspace.net.au> <5506BA03.2000407@netspace.net.au> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00057.txt.bz2 On 17/03/15 02:59, Breazeal, Don wrote: > >> -----Original Message----- >> From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On >> Behalf Of Russell Shaw >> Sent: Monday, March 16, 2015 4:10 AM >> To: gdb@sourceware.org >> Subject: Re: gdbserver fork >> >> On 16/03/15 21:49, Russell Shaw wrote: >>> Hi, >>> When using gdbserver, set follow-fork-mode doesn't work. >>> >> I found there's patches >> > Russell, > The remote follow fork patches have not been accepted into the mainline yet, but work is continuing on this. Hi, I used to debug by running ddd/gdb on the target and setting DISPLAY so ddd would display on a remote pc. With X going and Wayland coming, gdbserver is more needed. I'll look into how gdbserver works. -- regards, Russell