public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Maxim Osipov <maxim.osipov@gmail.com>
To: gdb@sources.redhat.com
Subject: mips n64 gdbserver
Date: Fri, 17 Jun 2005 16:46:00 -0000	[thread overview]
Message-ID: <6097c49050617094663e3d3ed@mail.gmail.com> (raw)

Hello,

I'm trying to debug using gdb/gdbserver on my mips64 -mabi=64 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 'ÿ']
Remote side has terminated connection.  GDBserver will reopen the connection.
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

             reply	other threads:[~2005-06-17 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-17 16:46 Maxim Osipov [this message]
2005-06-17 17:17 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6097c49050617094663e3d3ed@mail.gmail.com \
    --to=maxim.osipov@gmail.com \
    --cc=gdb@sources.redhat.com \
    --cc=maxim@mox.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).