Hi,
> Could you give me some hints on how to index global variable
> definition/declaration and function declaration as object (not symbol) with
> gtags?

You can achieve it by rewriting the source code of the C parser:
libparser/C.c

To generate a definition tag, you should use PUT(PARSER_DEF, ...).

Good luck.
--
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3

_______________________________________________
Help-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-global

Reply via email to