[OpenWalnut-Dev] Source Exploration

Sebastian Eichelbaum eichelbaum at informatik.uni-leipzig.de
Fri Jan 28 14:04:34 CET 2011


Hi

Want to explore the OW code? Do you need a call-tree for some method? These task could not have been easier with cscope. Just in case you not currently know csope and some related tools, you really should have a look at them. Cscope builds an database by parsing the code. This database contains information about all declared classes, their methods and so on, as well as an inverse index containing information about methods getting called by others. Tools like KScope or seascope help you to browse the code and find the class and method you search. Of course, the very cool VIM users and the not that cool emacs users can use cscope directly in their editor of choice.

Refs:
CScope http://cscope.sourceforge.net/
KScope http://sourceforge.net/projects/kscope/
Seascope http://code.google.com/p/seascope/

Bye

-- 
Dipl.-Inf. Sebastian Eichelbaum
Universität Leipzig
Institut für Informatik
Abteilung Bild- und Signalverarbeitung
PF 100920
D-04009 Leipzig


More information about the OpenWalnut-Dev mailing list