From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78582 invoked by alias); 24 Jul 2015 06:14:19 -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 78567 invoked by uid 89); 24 Jul 2015 06:14:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mga01.intel.com Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jul 2015 06:14:17 +0000 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 23 Jul 2015 23:14:16 -0700 X-ExtLoop1: 1 Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jul 2015 23:14:12 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 24 Jul 2015 14:13:30 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.126]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.45]) with mapi id 14.03.0224.002; Fri, 24 Jul 2015 14:13:28 +0800 From: "Ding, Fei" To: "gdb@sourceware.org" Subject: Communicate gdb with other process Date: Fri, 24 Jul 2015 06:14:00 -0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00040.txt.bz2 Hi, there: I'd like to make Gdbserver communicate with other process, such as: Gdb<=3D=3D=3D>Gdbserver<=3D=3D=3D>MyProgram Gdbserver and MyProgram will run on the same device. Any suggestion for implementation? Thanks && BRs Fei