From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18801 invoked by alias); 9 Jul 2007 02:56:25 -0000 Received: (qmail 18793 invoked by uid 22791); 9 Jul 2007 02:56:24 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.180) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jul 2007 02:56:23 +0000 Received: by wa-out-1112.google.com with SMTP id l35so1094373waf for ; Sun, 08 Jul 2007 19:56:21 -0700 (PDT) Received: by 10.114.149.2 with SMTP id w2mr2709338wad.1183949781414; Sun, 08 Jul 2007 19:56:21 -0700 (PDT) Received: by 10.114.107.13 with HTTP; Sun, 8 Jul 2007 19:56:21 -0700 (PDT) Message-ID: Date: Mon, 09 Jul 2007 02:56:00 -0000 From: s88 To: gdb@sourceware.org Subject: early buf termination MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes 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 X-SW-Source: 2007-07/txt/msg00058.txt.bz2 Hi all: I'm implementing a gdb stub for my ARM simulator with TCP connection. As I query the registers information from gdb, I got "fetch_register_using_p: early buf termination" msg. (gdb) info registers r0 fetch_register_using_p: early buf termination (gdb) the gdb client send the packet which contains "$p0#a0" to my gdb server. The gdb server reply 0 (should be $0#something) to the gdb client. Does anyone know the meaning of the "early buf termination"? thanx!! Dave. -- System on Chip Design Lab. Dept. of Computer Science and Information Engineering, National Chung Cheng University E-mail : s88.tw@acm.org