bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gun global compat cscope do not "support cs find a" , which means: Find


From: ??????
Subject: gun global compat cscope do not "support cs find a" , which means: Find assignments to this symbol
Date: Mon, 30 Jul 2018 22:42:03 +0800

gun global compat cscope do not "support cs find a" , which means: Find assignments to this symbol


ps: For example, test at linux kernel code tree,
if use cscope database, then do command: cs f a early_boot_irqs_disabled
will show result:
Cscope tag: early_boot_irqs_disabled
   #   line  filename / context / line
   1    519  /home/zhl/mycode/linux_kernel_learn/init/main.c <<start_kernel>>
             early_boot_irqs_disabled = true;
   2    598  /home/zhl/mycode/linux_kernel_learn/init/main.c <<start_kernel>>
             early_boot_irqs_disabled = false;


but when use gtags-cscope compat mode, then do command: cs f a early_boot_irqs_disabled
E259: no matches found for cscope query a early_boot_irqs_disabled of early_boot_irqs_disabled

reply via email to

[Prev in Thread] Current Thread [Next in Thread]