From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7289 invoked by alias); 20 Aug 2006 21:10:50 -0000 Received: (qmail 7278 invoked by uid 22791); 20 Aug 2006 21:10:50 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Aug 2006 21:10:48 +0000 Received: by ug-out-1314.google.com with SMTP id u2so1549154uge for ; Sun, 20 Aug 2006 14:10:45 -0700 (PDT) Received: by 10.67.93.7 with SMTP id v7mr3176550ugl; Sun, 20 Aug 2006 14:10:45 -0700 (PDT) Received: by 10.67.101.17 with HTTP; Sun, 20 Aug 2006 14:10:45 -0700 (PDT) Message-ID: Date: Sun, 20 Aug 2006 21:10:00 -0000 From: "Cai Qian" To: gdb@sourceware.org Subject: Virtual Machine and GDB MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00141.txt.bz2 Hi, How can I communicate a virtual machine (like Java virtual machine) with the host, If I want to use GDB serial protocol? The target backend has been developed for the virtual machine, so simple C code can be complied and run. In addition, I have written a remote stub for the target. Qian