From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: cagney@gnu.org Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFC] *BSD kernel debugging Date: Mon, 17 May 2004 21:05:00 -0000 Message-id: <200405172105.i4HL5EkN014166@elgar.kettenis.dyndns.org> References: <200405171132.i4HBW0h5012696@elgar.kettenis.dyndns.org> <40A9172B.9000300@gnu.org> X-SW-Source: 2004-05/msg00512.html Date: Mon, 17 May 2004 15:48:59 -0400 From: Andrew Cagney Can the deck chairs be re-arange a little here? Instead of having: bsd_kvm_supply_pcb picked up by accident, add an _initialize to the *-nat.c files where they can do something more explicit vis: _initialize_foobsd_nat () { add_bsd_kvm_target (foobsd_kvm_supply_pcb); } That seems a mighty fine plan. Consider it done. Mark