public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* Fedora 14 branches merge by 2010-07-27
@ 2010-07-07 20:58 Jan Kratochvil
  2010-07-08  1:51 ` Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jan Kratochvil @ 2010-07-07 20:58 UTC (permalink / raw)
  To: archer

Hi,

http://fedoraproject.org/wiki/Schedule
->
2010-07-27 Feature Freeze -- Planning & Development Ends 

FYI Fedora-13 had these Archer branches:
  archer-tromey-delayed-symfile2
  archer-tromey-python
  archer-pmuldoon-next-over-throw2
  archer-jankratochvil-fortran-module2
  archer-jankratochvil-watchpoint2
  archer-jankratochvil-vla
  archer-keiths-expr-cumulative
  archer-jankratochvil-ifunc

Proposal for Fedora-14:

These branches probably remain:
  archer-tromey-delayed-symfile2
  archer-tromey-python (only extracted parts)
  archer-pmuldoon-next-over-throw2
  archer-jankratochvil-watchpoint2
  archer-jankratochvil-vla
  archer-jankratochvil-ifunc

Please comment these branches:
  archer-tromey-optional-psymtab
    = Make psymtabs optional; implement DWARF indexing proposal
  archer-tromey-threaded-dwarf
    = A branch off optional-psymtab that reads indices in background threads.
  archer-tromey-imported-unit
    = Support for DW_TAG_imported_unit. Untested.
  archer-pmuldoon-python-value-infcall
    = Inferior function calls from a Python value.
  archer-swagiaal-upstream
    = A branch to park patches by swagiaal while they get reviewed upstream
  archer-swagiaal-work
    = A development branch for Sami Wagiaalla

I would appreciate if you do on Fedora-14 branches you own:
  merge cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
  (the last common commit before the gdb-7.2 branch)


Thanks,
Jan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27
  2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
@ 2010-07-08  1:51 ` Tom Tromey
  2010-07-08  9:52 ` Phil Muldoon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Tom Tromey @ 2010-07-08  1:51 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: archer

>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> These branches probably remain:
Jan>   archer-tromey-delayed-symfile2

I think this will be obsoleted by the index work.

Jan> Please comment these branches:
Jan>   archer-tromey-optional-psymtab
Jan>     = Make psymtabs optional; implement DWARF indexing proposal

Yes, we should ship this.
I'm still hoping we can get all the patches in upstream soon.
The branch is not really in an ideal state, but I will send a patch
series once it is all ready (or rebase on the version you specified &
push my patch-preparation branch).

Jan>   archer-tromey-threaded-dwarf
Jan>     = A branch off optional-psymtab that reads indices in background threads.

Don't know yet.  It would need a bit of work.

Jan>   archer-tromey-imported-unit
Jan>     = Support for DW_TAG_imported_unit. Untested.

Nope.  We don't need this until the dwarf compressor is done, and even
once it is done we have to test this branch & fix bugs.

Tom

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27
  2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
  2010-07-08  1:51 ` Tom Tromey
@ 2010-07-08  9:52 ` Phil Muldoon
  2010-07-08 15:37 ` Keith Seitz
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Phil Muldoon @ 2010-07-08  9:52 UTC (permalink / raw)
  To: jan.kratochvil; +Cc: archer

> 
> These branches probably remain:
>   archer-tromey-delayed-symfile2
>   archer-tromey-python (only extracted parts)

I'll work on extracting patches from archer-tromey-python

>   archer-pmuldoon-python-value-infcall
>     = Inferior function calls from a Python value.

Wow I completely forgot I ever created that one.  Anyway, it is dead
branch.  If it is in the wiki I'll note it.  (I'm just carrying this
work on via GDB's git.)

Cheers,

Phil

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27
  2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
  2010-07-08  1:51 ` Tom Tromey
  2010-07-08  9:52 ` Phil Muldoon
@ 2010-07-08 15:37 ` Keith Seitz
  2010-07-08 15:43   ` Jan Kratochvil
  2010-07-08 18:35 ` Tom Tromey
  2010-07-09 16:48 ` Fedora 14 branches merge by 2010-07-27 [new list] Jan Kratochvil
  4 siblings, 1 reply; 7+ messages in thread
From: Keith Seitz @ 2010-07-08 15:37 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: archer, Sami Wagiaalla

On 07/07/2010 01:58 PM, Jan Kratochvil wrote:
>    archer-keiths-expr-cumulative

I believe that this branch is (or soon will be) dead. All of the 
improvements I on which I was working on this branch are already upstream.

Sami was asking about terminating the branch, so he must be (at least) 
close to being finished with it.

Keith

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27
  2010-07-08 15:37 ` Keith Seitz
@ 2010-07-08 15:43   ` Jan Kratochvil
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kratochvil @ 2010-07-08 15:43 UTC (permalink / raw)
  To: Keith Seitz; +Cc: archer, Sami Wagiaalla

On Thu, 08 Jul 2010 17:37:49 +0200, Keith Seitz wrote:
> On 07/07/2010 01:58 PM, Jan Kratochvil wrote:
> >   archer-keiths-expr-cumulative
> 
> I believe that this branch is (or soon will be) dead. All of the
> improvements I on which I was working on this branch are already
> upstream.
> 
> Sami was asking about terminating the branch, so he must be (at
> least) close to being finished with it.

It is already listed as "dead" on
	http://sourceware.org/gdb/wiki/ArcherBranchManagement
so I have considered it now fully merged (and I have not listed it for F-14).


Thanks,
Jan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27
  2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
                   ` (2 preceding siblings ...)
  2010-07-08 15:37 ` Keith Seitz
@ 2010-07-08 18:35 ` Tom Tromey
  2010-07-09 16:48 ` Fedora 14 branches merge by 2010-07-27 [new list] Jan Kratochvil
  4 siblings, 0 replies; 7+ messages in thread
From: Tom Tromey @ 2010-07-08 18:35 UTC (permalink / raw)
  To: Jan Kratochvil; +Cc: archer

Jan>   archer-pmuldoon-next-over-throw2

Jan> I would appreciate if you do on Fedora-14 branches you own:
Jan>   merge cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
Jan>   (the last common commit before the gdb-7.2 branch)

I did this merge for archer-pmuldoon-next-over-throw2.
It regtested ok on the compile farm.

Tom

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Fedora 14 branches merge by 2010-07-27 [new list]
  2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
                   ` (3 preceding siblings ...)
  2010-07-08 18:35 ` Tom Tromey
@ 2010-07-09 16:48 ` Jan Kratochvil
  4 siblings, 0 replies; 7+ messages in thread
From: Jan Kratochvil @ 2010-07-09 16:48 UTC (permalink / raw)
  To: archer

On Wed, 07 Jul 2010 22:58:47 +0200, Jan Kratochvil wrote:
> http://fedoraproject.org/wiki/Schedule
> ->
> 2010-07-27 Feature Freeze -- Planning & Development Ends 
[...]

Refresh of the branches list for Fedora-14:

These branches probably remain:
  archer-tromey-python (possibly only extracted parts)
  archer-tromey-optional-psymtab (more fresh patches are at gdb-patches@)
  archer-pmuldoon-next-over-throw2
  archer-jankratochvil-watchpoint2
  archer-jankratochvil-vla
  archer-jankratochvil-ifunc

Not yet decided:
  archer-tromey-threaded-dwarf
    = A branch off optional-psymtab that reads indices in background threads.

For these branches:
  merge cd4c6c46d781fe20f1a73c9e07c0fbc05bfc8a0c
  (the last common commit before the gdb-7.2 branch)


Thanks,
Jan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-09 16:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07 20:58 Fedora 14 branches merge by 2010-07-27 Jan Kratochvil
2010-07-08  1:51 ` Tom Tromey
2010-07-08  9:52 ` Phil Muldoon
2010-07-08 15:37 ` Keith Seitz
2010-07-08 15:43   ` Jan Kratochvil
2010-07-08 18:35 ` Tom Tromey
2010-07-09 16:48 ` Fedora 14 branches merge by 2010-07-27 [new list] Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).