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]

Re: RFA: relax restrictions on per-architecture data registration


Jim,

To follow up my previous post.  All I think is needed is for the code in 
arch-utils.c:initialize_current_architecture():


   if (GDB_MULTI_ARCH)
     {
       if (! gdbarch_update_p (info))
         {
           internal_error (__FILE__, __LINE__,
                           "initialize_current_architecture: Selection 
of initial architecture
failed");
         }
     }

to be tweeked so that, when there is no multi-arch, the data vector is 
still initialized.

	Andrew


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