This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFC] *BSD kernel debugging


   Date: Mon, 17 May 2004 15:48:59 -0400
   From: Andrew Cagney <cagney@gnu.org>

   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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]