* GDB 6.1.1 2004-05-21-gmt
@ 2004-05-25 21:22 Andrew Cagney
2004-05-25 21:36 ` Randolph Chung
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Andrew Cagney @ 2004-05-25 21:22 UTC (permalink / raw)
To: Randolph Chung, gdb, Joel Brobecker
It's time for that re-spin. It's ment to happen in may so I'd better do
it before the comming weekend :-/
Randolph, Joel, for HP/PA, should the architecture specific changes
(i.e., hp*-{tdep,nat}) be pulled into the branch?
Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 21:22 GDB 6.1.1 2004-05-21-gmt Andrew Cagney
@ 2004-05-25 21:36 ` Randolph Chung
2004-05-25 21:47 ` Joel Brobecker
` (2 subsequent siblings)
3 siblings, 0 replies; 12+ messages in thread
From: Randolph Chung @ 2004-05-25 21:36 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb, Joel Brobecker
In reference to a message from Andrew Cagney, dated May 25:
> It's time for that re-spin. It's ment to happen in may so I'd better do
> it before the comming weekend :-/
>
> Randolph, Joel, for HP/PA, should the architecture specific changes
> (i.e., hp*-{tdep,nat}) be pulled into the branch?
i'm ok with it either way. i also asked drow about this earlier since
debian already has hppa* latest in the debian gdb package; he's ok with
the current arrangement for now.
i still have a few patches that are not yet approved/committed. i'd like
to at least get the one related to global pointers checked in if we are
going to put hppa support into the respin. i believe the hpux test
results are comparible to what we had in the 6.1 timeframe (maybe a
little bit better). hppa-linux support is of course new.... but it is a
lot better than hpux.
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 21:22 GDB 6.1.1 2004-05-21-gmt Andrew Cagney
2004-05-25 21:36 ` Randolph Chung
@ 2004-05-25 21:47 ` Joel Brobecker
2004-05-25 21:53 ` Randolph Chung
2004-05-26 17:58 ` Andrew Cagney
2004-06-07 18:18 ` GDB 6.1.1 2004-05-21-gmt [not] Andrew Cagney
3 siblings, 1 reply; 12+ messages in thread
From: Joel Brobecker @ 2004-05-25 21:47 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Randolph Chung, gdb
> Randolph, Joel, for HP/PA, should the architecture specific changes
> (i.e., hp*-{tdep,nat}) be pulled into the branch?
Thanks to the changes Randolph made, the HP/UX port is in better shape.
I wouldn't argue against pulling the pa-specific files in, except that
I am not sure whether some of them rely on some changes that were made
only in mainline... Randolph?
--
Joel
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 21:47 ` Joel Brobecker
@ 2004-05-25 21:53 ` Randolph Chung
2004-05-25 22:22 ` Andrew Cagney
0 siblings, 1 reply; 12+ messages in thread
From: Randolph Chung @ 2004-05-25 21:53 UTC (permalink / raw)
To: Joel Brobecker; +Cc: Andrew Cagney, gdb
> Thanks to the changes Randolph made, the HP/UX port is in better shape.
> I wouldn't argue against pulling the pa-specific files in, except that
> I am not sure whether some of them rely on some changes that were made
> only in mainline... Randolph?
there are a few arch-indep changes, most of it are just cleanups. the
other ones that come to mind are new and not yet checked in, so we can
discuss what we want to do with them:
- gdbarch change for passing function object into push_dummy_call
- infrun.c changes for trampoline handling
- use inferior_created event for updating dyncall, etc values
if we want to update the hppa support in 6.1 i'd like to see the first
one (gdbarch) go in.... the other ones can wait for 6.2
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 21:53 ` Randolph Chung
@ 2004-05-25 22:22 ` Andrew Cagney
2004-05-25 22:28 ` Randolph Chung
0 siblings, 1 reply; 12+ messages in thread
From: Andrew Cagney @ 2004-05-25 22:22 UTC (permalink / raw)
To: Randolph Chung, Joel Brobecker; +Cc: gdb
>>Thanks to the changes Randolph made, the HP/UX port is in better shape.
>>> I wouldn't argue against pulling the pa-specific files in, except that
>>> I am not sure whether some of them rely on some changes that were made
>>> only in mainline... Randolph?
>
>
> there are a few arch-indep changes, most of it are just cleanups. the
> other ones that come to mind are new and not yet checked in, so we can
> discuss what we want to do with them:
>
> - gdbarch change for passing function object into push_dummy_call
> - infrun.c changes for trampoline handling
> - use inferior_created event for updating dyncall, etc values
>
> if we want to update the hppa support in 6.1 i'd like to see the first
> one (gdbarch) go in.... the other ones can wait for 6.2
There seem to be a significant number of fixes even without this -
basics such as value return and backtraces.
As for the arch and other core changes, they can wait until 6.2.
Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 22:22 ` Andrew Cagney
@ 2004-05-25 22:28 ` Randolph Chung
2004-05-26 17:15 ` Andrew Cagney
2004-05-26 22:13 ` Manoj Iyer
0 siblings, 2 replies; 12+ messages in thread
From: Randolph Chung @ 2004-05-25 22:28 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Joel Brobecker, gdb
> There seem to be a significant number of fixes even without this -
> basics such as value return and backtraces.
>
> As for the arch and other core changes, they can wait until 6.2.
ok... it's just that the gdbarch change will fix MANY problems in the
testsuite. :)
what is the process for getting patches into 6.1? Are they resubmitted
one-by-one, or do i do a wholesale diff of hppa-specific files? There
are about 30 patches from me that has gone into CVS since 6.1.
thanks
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 22:28 ` Randolph Chung
@ 2004-05-26 17:15 ` Andrew Cagney
2004-05-26 18:10 ` Randolph Chung
2004-05-26 22:13 ` Manoj Iyer
1 sibling, 1 reply; 12+ messages in thread
From: Andrew Cagney @ 2004-05-26 17:15 UTC (permalink / raw)
To: Randolph Chung; +Cc: Joel Brobecker, gdb
>>There seem to be a significant number of fixes even without this -
>>> basics such as value return and backtraces.
>>>
>>> As for the arch and other core changes, they can wait until 6.2.
>
>
> ok... it's just that the gdbarch change will fix MANY problems in the
> testsuite. :)
>
> what is the process for getting patches into 6.1? Are they resubmitted
> one-by-one, or do i do a wholesale diff of hppa-specific files? There
> are about 30 patches from me that has gone into CVS since 6.1.
Something like:
$ cp src/gdb/hppa*.[hc] 61/src/gdb ; emacs 61/src/gdb/ChangeLog
For the changelog suggest both mentioning that the stuff is an import
from the mainline and list a concat of the original changelogs (minus
dates et.al.).
Most important though is:
$ emacs 61/src/gdb/NEWS 61/src/gdb/ChangeLog
where there should be a brief of how the update affects (benefits) the
user - mention a few key bug fixes for instance.
When it comes to architecture specific changes GDB is very liberal - the
worst they can do is break that architecture and presumably the person
pulling in the changes is testing it :-)
enjoy,
Andrew
PS: I've some incompatible frame changes on hold waiting for 6.1.1 to
ship - help make these imports easier.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-26 17:15 ` Andrew Cagney
@ 2004-05-26 18:10 ` Randolph Chung
0 siblings, 0 replies; 12+ messages in thread
From: Randolph Chung @ 2004-05-26 18:10 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Joel Brobecker, gdb
> Something like:
>
> $ cp src/gdb/hppa*.[hc] 61/src/gdb ; emacs 61/src/gdb/ChangeLog
ok, i'll try to come up with something.
fwiw, the current status of hppa test results, as far i know, is:
hppa-linux: ~70 FAILs, but depends on a few patches that are not yet
approved
hppa2.0w-hp-hpux11.11 with gcc: ~700 FAILs based on CVS HEAD
hppa2.0w-hp-hpux11.00 with HP ANSI C compiler: ~750 FAILs based on CVS
HEAD
hppa64-hp-hpux11.11 is still very broken.
thanks,
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 22:28 ` Randolph Chung
2004-05-26 17:15 ` Andrew Cagney
@ 2004-05-26 22:13 ` Manoj Iyer
2004-05-27 20:19 ` Andrew Cagney
1 sibling, 1 reply; 12+ messages in thread
From: Manoj Iyer @ 2004-05-26 22:13 UTC (permalink / raw)
To: Randolph Chung; +Cc: Andrew Cagney, Joel Brobecker, gdb
I have similar issues with GDB 6.1 wrt ppc64, there are many changes in
mainline that I would like to have in 6.1, so my question is... When will
6.2 be released?
--
Manoj
On Tue, 25 May 2004, Randolph Chung wrote:
> > There seem to be a significant number of fixes even without this -
> > basics such as value return and backtraces.
> >
> > As for the arch and other core changes, they can wait until 6.2.
>
> ok... it's just that the gdbarch change will fix MANY problems in the
> testsuite. :)
>
> what is the process for getting patches into 6.1? Are they resubmitted
> one-by-one, or do i do a wholesale diff of hppa-specific files? There
> are about 30 patches from me that has gone into CVS since 6.1.
>
> thanks
> randolph
> --
> Randolph Chung
> Debian GNU/Linux Developer, hppa/ia64 ports
> http://www.tausq.org/
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt
2004-05-25 21:22 GDB 6.1.1 2004-05-21-gmt Andrew Cagney
2004-05-25 21:36 ` Randolph Chung
2004-05-25 21:47 ` Joel Brobecker
@ 2004-05-26 17:58 ` Andrew Cagney
2004-06-07 18:18 ` GDB 6.1.1 2004-05-21-gmt [not] Andrew Cagney
3 siblings, 0 replies; 12+ messages in thread
From: Andrew Cagney @ 2004-05-26 17:58 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Randolph Chung, gdb, Joel Brobecker
Just FYI, GDB's ``schedule'' is found at:
http://www.gnu.org/software/gdb/schedule/
of course it is open to negotiation :-)
Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: GDB 6.1.1 2004-05-21-gmt [not]
2004-05-25 21:22 GDB 6.1.1 2004-05-21-gmt Andrew Cagney
` (2 preceding siblings ...)
2004-05-26 17:58 ` Andrew Cagney
@ 2004-06-07 18:18 ` Andrew Cagney
3 siblings, 0 replies; 12+ messages in thread
From: Andrew Cagney @ 2004-06-07 18:18 UTC (permalink / raw)
To: Andrew Cagney, gdb; +Cc: Randolph Chung, Joel Brobecker
> It's time for that re-spin. It's ment to happen in may so I'd better do it before the comming weekend :-/
Having had a false start, I think its time for a re-spin. Last call ....
Andrew
> Randolph, Joel, for HP/PA, should the architecture specific changes (i.e., hp*-{tdep,nat}) be pulled into the branch?
>
> Andrew
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-06-07 18:18 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-25 21:22 GDB 6.1.1 2004-05-21-gmt Andrew Cagney
2004-05-25 21:36 ` Randolph Chung
2004-05-25 21:47 ` Joel Brobecker
2004-05-25 21:53 ` Randolph Chung
2004-05-25 22:22 ` Andrew Cagney
2004-05-25 22:28 ` Randolph Chung
2004-05-26 17:15 ` Andrew Cagney
2004-05-26 18:10 ` Randolph Chung
2004-05-26 22:13 ` Manoj Iyer
2004-05-27 20:19 ` Andrew Cagney
2004-05-26 17:58 ` Andrew Cagney
2004-06-07 18:18 ` GDB 6.1.1 2004-05-21-gmt [not] Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox