Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro@codesourcery.com>
To: gdb@sourceware.org
Cc: Philippe Waille <Philippe.Waille@imag.fr>
Subject: Re: About remote target AF_UNIX socket addition ?
Date: Fri, 27 Mar 2009 14:57:00 -0000	[thread overview]
Message-ID: <200903271457.02867.pedro@codesourcery.com> (raw)
In-Reply-To: <20090327143915.GA18690@otto.imag.fr>

On Friday 27 March 2009 14:39:15, Philippe Waille wrote:

>   The target command allows remote stub access through TCP sockets.
>   Could it be extended to local unix domain (AF_UNIX) sockets as well ?
> 
>   gdb> target remote | some_stub_target                  /* existing  */
>   gdb> target remote tcp:host:ip_port_number             /* existing  */
>   gdb> target remote unix:local_filesystem_port_name     /* suggested */
> 
> 
>   Typical usage :
>   + a set of users perform debugging on a shared POSIX server
>   + each user execute gdb and a target (a processor simulator, for instance),
> both on the local server
>   + the target stub does not offer the remote pipe connection method,
> but allows socket connections.
> 
>   Each user has to be allocated a private port name in order to bind its 
> gdb with its target. It is easier to do in the AF_UNIX local 
> filesystem naming space than in the gloabl TCP/IP port numbering space.

I'm not objecting, but, my knee jerk reaction would be to implement a
netcat/socat-like stub that does stdio <-> unix socket forwarding, so
you'd use:

 target remote | mypipe_to_socket_gateway

-- 
Pedro Alves


  reply	other threads:[~2009-03-27 14:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-27 14:46 Philippe Waille
2009-03-27 14:57 ` Pedro Alves [this message]
2009-03-27 19:51   ` Philippe Waille
2009-03-27 20:01     ` Pedro Alves

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=200903271457.02867.pedro@codesourcery.com \
    --to=pedro@codesourcery.com \
    --cc=Philippe.Waille@imag.fr \
    --cc=gdb@sourceware.org \
    /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