Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Pedro Alves <pedro_alves@portugalmail.pt>
To: Joel Brobecker <brobecker@adacore.com>
Cc: Ulrich Weigand <uweigand@de.ibm.com>,
	Eli Zaretskii <eliz@gnu.org>,
	  gdb-patches@sourceware.org
Subject: Re: Support of gdb for Windows 64 native systems
Date: Thu, 18 Oct 2007 04:06:00 -0000	[thread overview]
Message-ID: <471685D3.7060402@portugalmail.pt> (raw)
In-Reply-To: <20071017194708.GC2068@adacore.com>

Joel Brobecker write:
>>>> I will double-check this when I get a chance, but I think the current
>>>> patches should provide relatively complete support. From what I could
>>>> tell, the "attach" feature might not be working (apparently, we need
>>>> to define the "ATTACH_NO_WAIT" macro), and we have to implement IO
>>>> redirection / process creation through a shell. I think these are
>>>> the only two major features that we should be missing.
>> Attaching already works nicelly.
> 
> Since you've played with the resulting debugger, how would you
> categorize the current support? I think it's good enough for
> a NEWS entry already.
> 

Admitelly, I didn't didn't do anything with it besides playing with
it, no serious debugging.
I didn't notice anything lacking, so for me it's good enough.
I quickly tried running the testsuite on it, but for some reason
it refused to work.  So I tried unload.exp manually, and confirmed
that I could step into a dll.

> Do you know of anything else that's missing ...

No, my itch is gone for now :) (but it may come back).

> ... except using a shell
> to do the process creation (which will also allow us to do IO
> redirection)?
> 

I don't think talking about a (unix) shell in a native
Windows gdb makes sense, and I don't know if running through
'cmd /c' has the wanted effect.

There's these 'HANDLE hStdInput, hStdOutput, hStdError' in
STARTUPINFO which may be passed into the CreateProcess call to
redirect io.  Yet another way is to use GetStdHandle/SetStdHandle
much like one uses dup2 on unix.  In both these alternatives
we'll have to do args processing (<,>, etc) ourselves.

But, is this considered a basic feature?  I seldom use it myself.
I don't think it is a show stopper.

Cheers,
Pedro Alves


  reply	other threads:[~2007-10-17 22:00 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <uprzkkrf7.fsf@gnu.org>
     [not found] ` <20071012222842.GD21800@adacore.com>
     [not found]   ` <20071013024116.GB29152@adacore.com>
     [not found]     ` <uk5prl27s.fsf@gnu.org>
     [not found]       ` <20071013154715.GE29152@adacore.com>
     [not found]         ` <4711021C.8010805@portugalmail.pt>
     [not found]           ` <20071013205105.GA13789@adacore.com>
     [not found]             ` <47114BB7.1000501@portugalmail.pt>
     [not found]               ` <20071014051622.GC13789@adacore.com>
     [not found]                 ` <471200C5.6050609@portugalmail.pt>
2007-10-14 18:03                   ` Christopher Faylor
2007-10-14 19:55                     ` Pedro Alves
2007-10-14 22:22                       ` Christopher Faylor
2007-10-14 23:14                         ` Daniel Jacobowitz
2007-10-15 18:54                           ` Christopher Faylor
2007-10-15 19:19                             ` Daniel Jacobowitz
2007-10-16  0:18                               ` Pedro Alves
2007-10-16  4:21                                 ` Eli Zaretskii
2007-10-16  6:40                                   ` Christopher Faylor
2007-10-16 11:57                                     ` Pedro Alves
2007-10-16 12:41                                       ` Eli Zaretskii
2007-10-16 14:35                                       ` Christopher Faylor
2007-10-16 14:41                                         ` Pedro Alves
2007-10-16 15:56                                           ` Daniel Jacobowitz
2007-10-16 16:13                                             ` Christopher Faylor
2007-10-16 16:16                                               ` Eli Zaretskii
2007-10-16 18:23                                                 ` Joel Brobecker
2007-10-16 18:57                                                   ` Ulrich Weigand
2007-10-17 19:47                                                     ` Pedro Alves
2007-10-17 22:00                                                       ` Joel Brobecker
2007-10-18  4:06                                                         ` Pedro Alves [this message]
2007-10-18  4:16                                                           ` Eli Zaretskii
2007-10-18 10:07                                                             ` Joel Brobecker
2007-10-18 20:20                                                               ` Eli Zaretskii
2007-10-19 11:48                                                                 ` Joel Brobecker
2007-10-19 12:09                                                                   ` Daniel Jacobowitz
2007-10-19 12:27                                                                     ` Eli Zaretskii
2007-10-16 20:29                                             ` Pedro Alves
2007-10-14 23:29                         ` Pedro Alves
2007-10-15 18:45                           ` Christopher Faylor
2007-10-15 23:32                             ` Pedro Alves
2007-10-14 21:16                   ` Joel Brobecker
2007-10-14 22:22                     ` Christopher Faylor
2007-10-15  8:58                       ` Pedro Alves
2007-10-15 18:39                         ` Christopher Faylor

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=471685D3.7060402@portugalmail.pt \
    --to=pedro_alves@portugalmail.pt \
    --cc=brobecker@adacore.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=uweigand@de.ibm.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