-
Notifications
You must be signed in to change notification settings - Fork 629
/
ctags-lang-systemtap.7.rst.in
53 lines (39 loc) · 1.3 KB
/
ctags-lang-systemtap.7.rst.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. _ctags-lang-systemtap(7):
==============================================================
ctags-lang-systemtap
==============================================================
---------------------------------------------------------------------
Random notes about tagging SystemTap source code with Universal Ctags
---------------------------------------------------------------------
:Version: @VERSION@
:Manual group: Universal Ctags
:Manual section: 7
SYNOPSIS
--------
| **@CTAGS_NAME_EXECUTABLE@** ... --languages=+SystemTap ...
| **@CTAGS_NAME_EXECUTABLE@** ... --language-force=SystemTap ...
| **@CTAGS_NAME_EXECUTABLE@** ... --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"
.. code-block:: SystemTap
%{
#define X 1
%}
"output.tags"
with "--options=NONE -o - --sort=no --extras=+{guest} input.stp"
.. 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>`_ (https://sourceware.org/systemtap/langref/)