From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14782 invoked by alias); 17 Jun 2005 16:46:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14771 invoked by uid 22791); 17 Jun 2005 16:46:08 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.203) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 17 Jun 2005 16:46:08 +0000 Received: by zproxy.gmail.com with SMTP id 8so782194nzo for ; Fri, 17 Jun 2005 09:46:06 -0700 (PDT) Received: by 10.36.24.6 with SMTP id 6mr1503652nzx; Fri, 17 Jun 2005 09:46:06 -0700 (PDT) Received: by 10.36.68.6 with HTTP; Fri, 17 Jun 2005 09:46:06 -0700 (PDT) Message-ID: <6097c49050617094663e3d3ed@mail.gmail.com> Date: Fri, 17 Jun 2005 16:46:00 -0000 From: Maxim Osipov Reply-To: maxim@mox.ru To: gdb@sources.redhat.com Subject: mips n64 gdbserver Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-06/txt/msg00186.txt.bz2 Hello, I'm trying to debug using gdb/gdbserver on my mips64 -mabi=3D64 target, but fail to connect. Below are the protocol logs: GDB: Remote debugging using 192.168.0.10:9658 Sending packet: $Hc-1#09...Ack Packet received: OK Sending packet: $qC#b4...Ack Packet received: Sending packet: $qOffsets#4b...Ack Packet received: Sending packet: $?#3f...Ack Packet received: T0525:00000055;1d:000000ff; Couldn't establish connection to remote target Reply contains invalid hex digit 59 gdbserver: Listening on port 9658 Remote debugging from host 192.168.0.2 [getpkt: discarding char '+'] getpkt ("Hc-1"); [sending ack] [sent ack] putpkt ("$OK#9a"); [looking for ack] [received '+' (0x2b)] getpkt ("qC"); [sending ack] [sent ack] putpkt ("$#00"); [looking for ack] [received '+' (0x2b)] getpkt ("qOffsets"); [sending ack] [sent ack] putpkt ("$#00"); [looking for ack] [received '+' (0x2b)] getpkt ("?"); [sending ack] [sent ack] putpkt ("$T0525:00000055;1d:000000ff;#15"); [looking for ack] [received '+' (0x2b)] readchar: Got EOF [getpkt: discarding char '=FF'] Remote side has terminated connection. GDBserver will reopen the connectio= n. Listening on port 9658 So, the question - is N64 ABI supported by gdbserver? If so, could you give me a hint, what this problem could be? Best regards, Maxim