Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@redhat.com>
To: Kris Warkentin <kewarken@qnx.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: patch to add QNX NTO i386 support
Date: Wed, 05 Feb 2003 02:55:00 -0000	[thread overview]
Message-ID: <3E407CFA.3020308@redhat.com> (raw)
In-Reply-To: <006801c2ccb6$519f8c40$2a00a8c0@dash>


>> The file nm-nto.h should not be needed.  Instead define it's only macro
>>   local to remote-nto.c.  (Disclaimer, you're breaking new ground with
>> this one.  Some existing targets  don't have xm-*.h files, but I think
>> you're first with the no-*.h file).
> 
> 
> Not sure what you mean by no-*.h but I see what you mean about some of the
> short files.

tipo.  s/no/nm/.

>> >     * config/i386/nto.mh: New file
> 
>>
>> Yes, you need this, you've a native support.
> 
> 
> Cool.  I got ONE thing right. ;-)

GDB's things to do today includes break the .mh files into .mh, .mn.
At present what you see doesn't make much sense :-)


>> Can you expand on how these relate to each other?
> 
> 
> Do you want details in the ChangeLog entry other than 'new file'?  I wasn't
> sure.

Not really.  A full of contributors doesn't hurt.  However, from the 
FSF's point of view, the file only comes into existance when it is 
approved - it has no prior history.

> Yeah.  All the original code and filenames used 'qnx' and I partially
> refactored to 'nto' since it seemed more appropriate to use the OS rather
> than the company.  I suppose it wouldn't hurt to do the rest of it.

I think your decision to use nto was a good one - definitly more 
logical.  Yes, now before things get committed, is the time to finish it 
off with s/qnx/nto/.

> Thanks for all the feedback.  You've certainly given me some more work to
> keep me occupied.  You're probably right about some of the code being
> redundant.  Much of this stuff was brought forward from gdb 4.17 so there
> may be many more redundancies.  (you should have seen how much we had ripped
> out already ;-)

SNAFU.

Every branched GDB I've seen has breed superfulous[sp] changes - you 
should see the original version of the interp patch before Elena and 
then I attacked it with avengence ...

Much thanks for going through that code and stripping the unnecessary 
stuff out.  It is much easier for all concerned, saving frustration on 
both ends - the reviewer having to reject junk code out of hand, and the 
contributor wondering why their mega jumbo patch (hey it works right? 
:-) isn't simply accepted.

Andrew



  parent reply	other threads:[~2003-02-05  2:55 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-03 20:19 Kris Warkentin
2003-02-04  7:23 ` Eli Zaretskii
2003-02-04 13:33   ` Kris Warkentin
2003-02-04 13:53     ` Kris Warkentin
2003-02-04 19:59       ` Eli Zaretskii
2003-02-04 20:12         ` Kris Warkentin
2003-02-05  5:50           ` Eli Zaretskii
2003-02-04 22:02 ` Andrew Cagney
2003-02-05  1:29   ` Kris Warkentin
2003-02-05  2:40     ` Andrew Cagney
2003-02-05  2:59       ` Andrew Cagney
2003-02-05 12:31         ` Kris Warkentin
2003-02-05  2:55     ` Andrew Cagney [this message]
2003-02-05 17:15   ` Kris Warkentin
2003-02-05 18:46     ` Andrew Cagney
2003-02-07  1:48   ` Kris Warkentin
2003-02-07 19:22     ` Mark Kettenis
2003-02-07 20:08       ` Kris Warkentin
2003-02-07 21:59         ` Andrew Cagney
2003-02-11 18:11           ` Kris Warkentin
2003-02-11 18:41             ` patch to add HAVE_CONTINUABLE_BREAKPOINT to target_ops Kris Warkentin
2003-02-12 22:18       ` patch to add QNX NTO i386 support Kris Warkentin
2003-02-12 22:44         ` Daniel Jacobowitz
2003-02-13  0:52           ` Kris Warkentin
2003-02-13 22:21         ` Mark Kettenis
2003-02-13 22:29           ` Kris Warkentin
2003-02-13 22:53             ` Mark Kettenis
2003-02-13 23:55               ` Kris Warkentin
2003-02-14  0:01                 ` Kris Warkentin
2003-02-13 21:56       ` Kris Warkentin
2003-02-13 22:08         ` Daniel Jacobowitz
2003-02-13 22:25           ` Kris Warkentin
2003-02-13 22:29             ` Daniel Jacobowitz
2003-02-13 23:48               ` Kris Warkentin
2003-02-14  0:03                 ` Daniel Jacobowitz
2003-02-14  0:09                   ` Kris Warkentin
2003-02-14  0:13                     ` Daniel Jacobowitz
2003-02-14  0:35                       ` Kris Warkentin
2003-02-17 14:58                         ` Andrew Cagney
2003-02-17 15:44                           ` Daniel Jacobowitz
2003-02-17 16:45                             ` Andrew Cagney
2003-02-17 18:54                               ` Kris Warkentin
2003-02-18 21:26                                 ` Andrew Cagney
2003-02-18 22:30                                   ` Kris Warkentin
2003-02-20  0:42                                     ` Andrew Cagney
2003-02-27 19:02                             ` Kris Warkentin
2003-02-27 19:56                               ` Andrew Cagney
2003-02-27 20:02                               ` Daniel Jacobowitz
2003-02-27 20:10                                 ` Andrew Cagney
2003-02-27 20:11                                 ` Kris Warkentin
2003-02-27 20:23                                   ` Andrew Cagney
2003-02-27 20:28                                     ` Kris Warkentin
2003-02-05 20:48 ` Mark Kettenis
2003-02-05 21:23   ` Kris Warkentin
2003-02-05 21:43     ` Kris Warkentin
2003-02-05 22:24       ` Mark Kettenis
2003-02-06 15:13         ` Kris Warkentin
2003-02-06 18:19           ` Andrew Cagney
2003-02-05 22:48     ` Mark Kettenis
2003-02-06 15:08       ` Kris Warkentin

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=3E407CFA.3020308@redhat.com \
    --to=ac131313@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=kewarken@qnx.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