From c8816919518c4d8a86838db7ce3cad1978cd1428 Mon Sep 17 00:00:00 2001 From: frief Date: Sun, 25 May 2003 12:46:27 +0000 Subject: [PATCH] doc/sdccman.lyx: added latex preamble for hyperref package.Using pdflatex this will give you a hyperlinked pdf file with bookmarks. (prepend '%' before /usepackage if this breaks something) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2645 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/sdccman.lyx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index f9964d08..cd0dbf14 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -1,6 +1,9 @@ #LyX 1.2 created this file. For more info see http://www.lyx.org/ \lyxformat 220 \textclass article +\begin_preamble +\usepackage[colorlinks=true,linkcolor=blue]{hyperref} +\end_preamble \language english \inputencoding default \fontscheme pslatex @@ -3276,8 +3279,9 @@ sourcefile.adb - An intermediate file containing debug information needed \newline sourcefile.cdb - An optional file (with ---debug) containing debug information \newline -sourcefile. - (no extension) An optional AOMF51 file containing debug - information (with ---debug) +sourcefile. + - (no extension) An optional AOMF51 file containing debug information (with + ---debug) \newline sourcefile.dump* - Dump file to debug the compiler it self (with ---dumpall) (see section @@ -8568,8 +8572,7 @@ The \SpecialChar \- debug option must be specified for all files for which debug information is to be generated. The complier generates a .adb file for each of these files. - The linker creates the .cdb file from the .adb files and the address - information. + The linker creates the .cdb file from the .adb files and the address information. This .cdb is used by the debugger. \layout Subsection @@ -8578,8 +8581,8 @@ How the Debugger Works When the ---debug option is specified the compiler generates extra symbol information some of which are put into the the assembler source and some - are put into the .adb file. - Then the linker creates the .cdb file from the individual .adb files with + are put into the .adb file. + Then the linker creates the .cdb file from the individual .adb files with the address information for the symbols. The debugger reads the symbolic information generated by the compiler & the address information generated by the linker. -- 2.47.2