| <!-- 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-2014"> |
| |
| <!-- valgrind release + version stuff --> |
| <!ENTITY rel-type "Release"> |
| <!ENTITY rel-version "3.11.0.SVN"> |
| <!ENTITY rel-date "?? ??????? 2015"> |
| |
| <!-- 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"> |