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: [RFA] Add la_getstr member to language_defn


> > I was wondering if it wouldn't be more useful to use the c_get_string
> > function as the default rather than the default_get_string stub.
> > What do you guys think?
> 
> I don't have an opinion here, since I know little about how other
> languages represent strings...

I think it's worth a try, but probably Tom and others might want
to comment on that. From my end, for Ada, c_get_string is  a good
intermediate solution until the full solution is implemented.
For the "minimal language", I think that this routine would be
the best we could do. Not sure about m2 and Fortran, but maybe
this can equally help...

-- 
Joel


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