File: vg-entities.xml

package info (click to toggle)
valgrind 1%3A3.12.0~svn20160714-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120,428 kB
  • ctags: 70,855
  • sloc: ansic: 674,645; exp: 26,134; xml: 21,574; asm: 7,570; cpp: 7,567; makefile: 7,380; sh: 6,188; perl: 5,855; haskell: 195
file content (64 lines) | stat: -rw-r--r-- 3,178 bytes parent folder | download
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
54
55
56
57
58
59
60
61
62
63
64
<!-- misc. strings -->
<!ENTITY vg-jemail     "julian@valgrind.org">
<!ENTITY vg-vemail     "valgrind@valgrind.org">
<!ENTITY cl-email      "Josef.Weidendorfer@gmx.de">
<!ENTITY vg-lifespan   "2000-2016">

<!-- valgrind release + version stuff -->
<!ENTITY rel-type    "Release">
<!ENTITY rel-version "3.12.0.SVN">
<!ENTITY rel-date    "?? ??????? 2016">

<!-- where the docs are installed -->
<!ENTITY vg-docs-path  "$INSTALL/share/doc/valgrind/html/index.html">

<!-- valgrind website links used in lots of places in the docs  -->
<!-- kept in here 'cos everytime the website gets changed, it`s -->
<!-- a real pain tracking the links down in the docs            -->
<!ENTITY vg-url        "http://www.valgrind.org/">
<!ENTITY vg-lists-url  "http://www.valgrind.org/support/mailing_lists.html">
<!ENTITY vg-devs-url   "http://www.valgrind.org/info/developers.html">
<!ENTITY vg-repo-url   "http://www.valgrind.org/downloads/repository.html">
<!ENTITY vg-pubs-url   "http://www.valgrind.org/docs/pubs.html">
<!ENTITY vg-docs-url   "http://www.valgrind.org/docs/manual/index.html">
<!ENTITY cl-gui-url    "http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindIndex">

<!-- Some references are used between core manual manual and manpages. -->
<!-- Define them here so the can easily be used in both places.  -->
<!-- See manual-core*.xml and valgrind-manpage.xml -->
<!ENTITY vg-manual-url "http://www.valgrind.org/docs/manual/">

<!ENTITY vg-gdbserver-manual "manual-core-adv">
<!ENTITY vg-gdbserver-ref "gdbserver">
<!ENTITY vg-gdbserver-label "Debugging your program using Valgrind's gdbserver and GDB">
<!ENTITY vg-gdbserver-id "&vg-gdbserver-manual;.&vg-gdbserver-ref;">
<!ENTITY vg-gdbserver-url "&vg-manual-url;&vg-gdbserver-manual;.html#&vg-gdbserver-id;">

<!ENTITY vg-vgdb-manual "manual-core-adv">
<!ENTITY vg-vgdb-ref "vgdb">
<!ENTITY vg-vgdb-label "vgdb">
<!ENTITY vg-vgdb-id "&vg-vgdb-manual;.&vg-vgdb-ref;">
<!ENTITY vg-vgdb-url "&vg-manual-url;&vg-vgdb-manual;.html#&vg-vgdb-id;">

<!ENTITY vg-monitor-manual "manual-core-adv">
<!ENTITY vg-monitor-ref "valgrind-monitor-commands">
<!ENTITY vg-monitor-label "Valgrind monitor commands">
<!ENTITY vg-monitor-id "&vg-monitor-manual;.&vg-monitor-ref;">
<!ENTITY vg-monitor-url "&vg-manual-url;&vg-monitor-manual;.html#&vg-monitor-id;">

<!ENTITY vg-comment-manual "manual-core">
<!ENTITY vg-comment-ref "comment">
<!ENTITY vg-comment-label "The Commentary">
<!ENTITY vg-comment-id "&vg-comment-manual;.&vg-comment-ref;">
<!ENTITY vg-comment-url "&vg-manual-url;&vg-comment-manual;.html#&vg-comment-id;">

<!ENTITY vg-pthreads-perf-sched-manual "manual-core">
<!ENTITY vg-pthreads-perf-sched-ref "pthreads_perf_sched">
<!ENTITY vg-pthreads-perf-sched-label "Scheduling and Multi-Thread Performance">
<!ENTITY vg-pthreads-perf-sched-id "&vg-pthreads-perf-sched-manual;.&vg-pthreads-perf-sched-ref;">
<!ENTITY vg-pthreads-perf-sched-url "&vg-manual-url;&vg-pthreads-perf-sched-manual;.html#&vg-pthreads-perf-sched-id;">


<!ENTITY vg-cg-manual-id "cg-manual">
<!ENTITY vg-cg-manual-label "Cachegrind: a cache and branch-prediction profiler">
<!ENTITY vg-cg-manual-url "&vg-manual-url;&vg-cg-manual-id;.html">