Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Implementing symbols

Hi guys!
 
I’m still trying to implement the symbol part for the SDCC..
 
I find the symbols_win32.c code very confusing and I have a hard time breaking it down to my version.
 
For example get_symbol_name() when does it return the name of a basic type (basic_type_info)?
 
What I have already is the symbol2id and id2symbol part. Local and global symbols can already be displayed in Eclipse but I have no idea how I have to implement the whole type-system.
 
What do I have to do to display name, type and value of an integer in Eclipse?
 
Could somebody deliver some guidance?
 
Thank you and best regards,
Stefan
 

Back to the top