ctags-lang-systemtap

Random notes about tagging SystemTap source code with Universal Ctags

Version: 6.2.0
Manual group:Universal Ctags
Manual section:7

SYNOPSIS

ctags ... --languages=+SystemTap ...
ctags ... --language-force=SystemTap ...
ctags ... --map-SystemTap=+.stp ...

DESCRIPTION

This man page gathers random notes about tagging SystemTap scripts.

Guests

The SystemTap parser runs CPreProcessor as a guest parser on the areas surrounded by %{ and %}.

"input.stp"

System Message: WARNING/2 (ctags-lang-systemtap.7.rst, line 30)

Cannot analyze code. No Pygments lexer found for "SystemTap".

.. code-block:: SystemTap

        %{
        #define X 1
        %}

"output.tags" with "--options=NONE -o - --sort=no --extras=+{guest} input.stp"

System Message: WARNING/2 (ctags-lang-systemtap.7.rst, line 39)

Cannot analyze code. No Pygments lexer found for "tags".

.. code-block:: tags

        X       input.stp       /^#define X /;" d       file:

VERSIONS

Change since "0.0"

  • New role attached for probe kind

SEE ALSO

ctags(1), SystemTap Language Reference (https://sourceware.org/systemtap/langref/)