This is the mail archive of the gdb-patches@sourceware.org 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: RFC for: "Re: Regression for gdb.fortran/library-module.exp [Re: [RFA] choose symbol from given block's objfile first.]"


> Just a gdbarch design detail - gdbarch attribute should be a real function so
> that the default (SVR4-compatible) implementation can just ignore the
> context_objfile parameter.  The MS-Windows implementation will unconditionally
> follow context_objfile.  This will not clutter the default code with
> MS-Windows specifics.

I don't understand what you are trying to say regarding the gdbarch
attribute. Do you mean that, instead of a yes/no integer, it should
be a pointer to a function returning the yes/no integer?

-- 
Joel


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