Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
To: Min ZOU <zou.min@renesas.com>
Cc: gdb@sources.redhat.com
Subject: Re: serial port conflicts
Date: Wed, 26 Jan 2005 10:47:00 -0000	[thread overview]
Message-ID: <41F77519.2040808@codito.com> (raw)
In-Reply-To: <41F7611C.9010009@renesas.com>

Hi,

> Hi,
> 
> I have implemented a gdb stub for a SH2 target based on "sh-stub.c" from 
> GDB-v3.6 source. Now some basic features like step, break, cont, memory 
> read/write, etc. are tested successfully.
> 
> The gdb stub and gdb on host communicate via remote serial protocol. 
> However I have a problem to debug an application program, which accesses 
> the same serial port used by gdb, e.g. I/O functions like "putstring()", 
> "getchar()", etc. In my case, "putstring()" cannot display any message 
> in gdb console, and "getchar()" cannot receive any input.

1. The IO activities would finally map down into a call to write / read 
/ open etc.  . Modify the write / read / open in your library to take 
care of the File IO extensions in the serial protocol if used with the 
GDB remote protocol.

2. Use 2 different serial ports (if you have them) . One for the console 
output and the other for the remote debugging.  This might be simpler ;-)


HTH
cheers
Ramana

-- 
Ramana Radhakrishnan
GNU Tools
codito ergo sum (www.codito.com)


      reply	other threads:[~2005-01-26 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-26  9:18 Min ZOU
2005-01-26 10:47 ` Ramana Radhakrishnan [this message]

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=41F77519.2040808@codito.com \
    --to=ramana.radhakrishnan@codito.com \
    --cc=gdb@sources.redhat.com \
    --cc=zou.min@renesas.com \
    /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