This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

Reading of ecos.db file


Hi,

When we open the administration from the tools menu, it retrieves all
the packages from the ecos.db file. I am trying to find the function
which reads this file.

After lot of debugging I found the following function in interp.cxx file.
int result = Tcl_EvalFile(tcl_interp, CDL_TCL_CONST_CAST(char*,
script.c_str()));

Can anyone highlight me as to which function reads through the ecos.db file.

Thanks,

Puneet

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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