summaryrefslogtreecommitdiffstats
path: root/kdbg
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-06-13 21:47:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 10:41:03 +0200
commitae6f04289851574f38aedbd4666f7154cc67cad3 (patch)
treec8066d830ea80b8858878fce8e346473f135030c /kdbg
parentc9d8d7c859171b71180fd448aa53dd40e5e40c7e (diff)
downloadkdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.tar.gz
kdbg-ae6f04289851574f38aedbd4666f7154cc67cad3.zip
Remove CMakeLists.txt for doc
Move doc directory up a level from kdbg/doc Add macro call to source root CMakeLists.txt Remove tde_conditional_add_subdirectory() macro call for doc Signed-off-by: Ray-V <ray-v@inbox.lv>
Diffstat (limited to 'kdbg')
-rw-r--r--kdbg/CMakeLists.txt1
-rw-r--r--kdbg/doc/CMakeLists.txt1
-rw-r--r--kdbg/doc/de/CMakeLists.txt8
-rw-r--r--kdbg/doc/de/argspwdenv.html50
-rw-r--r--kdbg/doc/de/breakptlist.html82
-rw-r--r--kdbg/doc/de/globaloptions.html72
-rw-r--r--kdbg/doc/de/howdoi.html83
-rw-r--r--kdbg/doc/de/index.html190
-rw-r--r--kdbg/doc/de/localvars.html25
-rw-r--r--kdbg/doc/de/memory.html29
-rw-r--r--kdbg/doc/de/pgmoutput.html52
-rw-r--r--kdbg/doc/de/pgmsettings.html83
-rw-r--r--kdbg/doc/de/registers.html37
-rw-r--r--kdbg/doc/de/sourcecode.html30
-rw-r--r--kdbg/doc/de/stack.html25
-rw-r--r--kdbg/doc/de/threads.html44
-rw-r--r--kdbg/doc/de/tips.html45
-rw-r--r--kdbg/doc/de/watches.html27
-rw-r--r--kdbg/doc/en/CMakeLists.txt8
-rw-r--r--kdbg/doc/en/argspwdenv.html42
-rw-r--r--kdbg/doc/en/breakptlist.html93
-rw-r--r--kdbg/doc/en/globaloptions.html78
-rw-r--r--kdbg/doc/en/howdoi.html76
-rw-r--r--kdbg/doc/en/index.html185
-rw-r--r--kdbg/doc/en/invocation.html34
-rw-r--r--kdbg/doc/en/localvars.html28
-rw-r--r--kdbg/doc/en/memory.html26
-rw-r--r--kdbg/doc/en/pgmoutput.html46
-rw-r--r--kdbg/doc/en/pgmsettings.html81
-rw-r--r--kdbg/doc/en/registers.html35
-rw-r--r--kdbg/doc/en/sourcecode.html28
-rw-r--r--kdbg/doc/en/stack.html23
-rw-r--r--kdbg/doc/en/threads.html42
-rw-r--r--kdbg/doc/en/tips.html47
-rw-r--r--kdbg/doc/en/types.html183
-rw-r--r--kdbg/doc/en/watches.html28
-rw-r--r--kdbg/doc/en/xslt.html24
-rw-r--r--kdbg/doc/man/kdbg.192
-rw-r--r--kdbg/doc/ru/CMakeLists.txt8
-rw-r--r--kdbg/doc/ru/argspwdenv.html43
-rw-r--r--kdbg/doc/ru/breakptlist.html68
-rw-r--r--kdbg/doc/ru/globaloptions.html72
-rw-r--r--kdbg/doc/ru/howdoi.html78
-rw-r--r--kdbg/doc/ru/index.html177
-rw-r--r--kdbg/doc/ru/localvars.html19
-rw-r--r--kdbg/doc/ru/memory.html26
-rw-r--r--kdbg/doc/ru/pgmoutput.html43
-rw-r--r--kdbg/doc/ru/pgmsettings.html73
-rw-r--r--kdbg/doc/ru/registers.html31
-rw-r--r--kdbg/doc/ru/sourcecode.html31
-rw-r--r--kdbg/doc/ru/stack.html23
-rw-r--r--kdbg/doc/ru/threads.html38
-rw-r--r--kdbg/doc/ru/tips.html43
-rw-r--r--kdbg/doc/ru/types.html126
-rw-r--r--kdbg/doc/ru/watches.html20
55 files changed, 0 insertions, 3002 deletions
diff --git a/kdbg/CMakeLists.txt b/kdbg/CMakeLists.txt
index 01aa14f..ed203f5 100644
--- a/kdbg/CMakeLists.txt
+++ b/kdbg/CMakeLists.txt
@@ -1,4 +1,3 @@
-tde_conditional_add_subdirectory( BUILD_DOC doc )
tde_conditional_add_subdirectory( BUILD_TESTPROGS testprogs )
add_subdirectory( typetables )
diff --git a/kdbg/doc/CMakeLists.txt b/kdbg/doc/CMakeLists.txt
deleted file mode 100644
index fde3c3e..0000000
--- a/kdbg/doc/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-tde_add_project_docs()
diff --git a/kdbg/doc/de/CMakeLists.txt b/kdbg/doc/de/CMakeLists.txt
deleted file mode 100644
index b77b646..0000000
--- a/kdbg/doc/de/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-file( GLOB _htmls RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
-
-install(
- FILES ${_htmls}
- DESTINATION ${HTML_INSTALL_DIR}/de/${PROJECT_NAME}
-)
-
-
diff --git a/kdbg/doc/de/argspwdenv.html b/kdbg/doc/de/argspwdenv.html
deleted file mode 100644
index 696221f..0000000
--- a/kdbg/doc/de/argspwdenv.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Argumente, Arbeitsverzeichnis, Umgebungsvariablen</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h3>
-<a NAME="Environment"></a>Programmargumente, Arbeitsverzeichnis, Umgebungsvariablen
-setzen</h3>
-Mit <i>Ausf&uuml;hren|Argumente</i> &ouml;ffnen Sie einen Dialog, in dem
-Sie Programmargumente, das Arbeitsverzeichnis sowie Umgebungsvariablen
-setzen k&ouml;nnen.
-<h3>
-Programmargumente</h3>
-In der obersten Eingabezeile k&ouml;nnen Sie die Programmargumente eingeben,
-die an das Programm &uuml;bergeben werden sollen. Diese werden beim n&auml;chsten
-Programmstart verwendet.
-<h3>
-Arbeitsverzeichnis</h3>
-Im Eingabefeld darunter k&ouml;nnen Sie das Arbeitsverzeichnis angeben.
-Dieses wird sofort an gdb &uuml;bergeben, sobald Sie <i>OK</i> dr&uuml;cken.
-Das Programm verwendet das neue Arbeitsverzeichnis allerdings erst beim
-n&auml;chsten Start.
-<p>Das Arbeitsverzeichnis gilt auch f&uuml;r gdb selbst! Das angegebene
-Arbeitsverzeichnis wird sofort an gdb weitergegeben, d.h. gdb wird die
-neue Einstellung verwenden, sobald Sie <i>OK</i> dr&uuml;cken. Das kann
-einen Einfluss darauf haben, ob gdb Quellcodedateien findet.
-<h3>
-Umgebungsvariablen</h3>
-Im Bereich f&uuml;r Umgebungsvariablen k&ouml;nnen Sie einen Ausdruck in
-der Form
-<tt>VARIABLE=Wert</tt> eingeben und dann <i>&Auml;ndern</i> klicken,
-um der Umgebungsvariablen <tt>VARIABLE</tt> einen <tt>Wert</tt> zuzuweisen.
-Um eine Variable zu entfernen, w&auml;hlen Sie diese zuerst aus der Liste
-darunter aus und klicken dan <i>L&ouml;schen</i>. Um einen Wert zu &auml;ndern,
-geben Sie einfach den neuen Wert ein und klicken <i>&Auml;ndern</i>. Wenn
-Sie den Namen der Variable &auml;ndern und <i>&Auml;ndern</i> clicken,
-erzeugen Sie eine neue Variable! Die neuen Umgebungsvariablen werden erst
-beim n&auml;chsten Programmstart verwendet.
-<p>Wenn Sie glibc2 unter Linux verwenden, ist es sehr wichtig, dass Sie
-der Umgebungsvariablen <tt>LD_BIND_NOW</tt> den Wert <tt>1</tt> zuweisen.
-Wenn diese Variable nicht gesetzt ist, k&ouml;nnen solche Funktionen nicht
-betreten werden, die von der Bibliothek <tt>libc</tt> und anderen Shared
-Libraries importiert werden.
-</body>
-</html>
diff --git a/kdbg/doc/de/breakptlist.html b/kdbg/doc/de/breakptlist.html
deleted file mode 100644
index 0acb4d2..0000000
--- a/kdbg/doc/de/breakptlist.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Haltepunkte</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Die Liste der Haltepunkte</h1>
-Die Liste der Haltepunkte zeigt alle gesetzten Haltepunkte und Watchpoints
-und erm&ouml;glicht, diese zu manipulieren. Die Liste der Haltepunkte k&ouml;nnen
-Sie mit dem Men&uuml;punkt <i>Ansicht|Haltepunkte</i> anzeigen.
-<h2>
-Die &Uuml;bersicht</h2>
-F&uuml;r jeden Haltepunkt wird folgendes angezeigt:
-<ul>
-<li>
-der Ort,</li>
-
-<li>
-die Anzahl der Stopps,</li>
-
-<li>
-die Anzahl der n&auml;chsten zu ignorierenden Stopps (falls gesetzt)</li>
-
-<li>
-die Haltebedingung (falls gesetzt).</li>
-</ul>
-Das Piktogramm links zeigt an, ob der Haltepunkt aktiviert (tiefroter Punkt)
-oder deaktiviert (hellroter Punkt) ist, ob es sich um einen tempor&auml;ren
-Haltepunkt handelt (eine winzige Uhr ist sichtbar) und ob der Haltepunkt
-bedingt ist (ein Fragezeichen ist sichtbar).
-<p>Watchpoints werden durch ein Brillensymbol gekennzeichnet.
-<h2>
-Haltepunkte manipulieren</h2>
-<a NAME="StopProg"></a>Beachten Sie bitte, dass Haltepunkte und Watchpoints
-nicht manipuliert werden k&ouml;nnen solange das zu debuggende Programm
-l&auml;uft. Wenn das Programm bereits gestartet wurde, muss es zuerst angehalten
-werden - entweder indem es auf einen bereits gesetzten Haltepunkt trifft
-oder "gewaltsam" indem Sie <i>Ausf&uuml;hrung|Unterbrechen</i> w&auml;hlen.
-Dadurch wird das Programm nicht beendet, sondern nur unterbrochen. Sie
-k&ouml;nnen die Haltepunkte jetzt ver&auml;ndern. W&auml;hlen Sie danach
-<i>Ausf&uuml;hrung|Ausf&uuml;hren</i>,
-um das Programm fortzusetzen.
-<p>Am einfachsten kann ein Haltepunkt im <a href="sourcecode.html">Quellcode-Fenster</a>
-gesetzt werden. Wenn Sie den genauen Dateinamen und die Zeilennummer einer
-Funktion nicht kennen, k&ouml;nnen Sie den Funktionsnamen im Feld &uuml;ber
-der Liste eingeben und <i>Haltepunkt</i> w&auml;hlen.
-<p>Sie k&ouml;nnen eine Haltepunkt in der Liste ausw&auml;hlen seine Zustand
-mittels <i>Deaktivieren</i> oder <i>Aktivieren</i> &auml;ndern. Oder Sie
-klicken auf den Haltepunkt mit der mittleren Maustaste - genau so, wie
-Sie im Quellcode-Fenster Haltepunkte aktivieren und deaktivieren.
-<p>Sie k&ouml;nnen eine Bedingung setzen (sodass das Programm nur stehen
-bleibt, wenn die Bedingung erf&uuml;llt ist) oder die Anzahl der zu ignorierenden
-Stopps setzen (sodass das Programm die n&auml;chsten n Male nicht stehen
-bleibt, die es &uuml;ber diesen Haltepunkt l&auml;uft). Dazu w&auml;hlen
-sie den Schalter <i>Bedingt</i> und geben die Anzahl der zu ignorierenden
-Treffer und/oder die Bedingung ein.
-<h2>
-Watchpoints manipulieren</h2>
-Watchpoints sind den Haltepunkten &auml;hnlich, nur dass das Programm angehalten
-wird, sobald sich der Inhalt einer Speicherstelle &auml;ndert. Ebenso wie
-Haltepunkte k&ouml;nnen Watchpoints nicht manipuliert werden, solange das
-Programm l&auml;uft. Weitere Hinweise dazu <a href="#StopProg">siehe oben</a>.
-<p>Einen Watchpoint k&ouml;nnen Sie setzen, indem Sie einen Ausdruck im
-Feld &uuml;ber der Liste eingeben und <i>Watchpoint</i> klicken. Das Programm
-wird dann angehalten, sobald sich der Wert des Ausdrucks &auml;ndert. Beachten
-Sie, dass Sie Watchpoints, die eine lokale Variable ben&ouml;tigen, nur
-setzen k&ouml;nnen, wenn das Programm von einem Haltepunkt (oder mittels
-Ausf&uuml;hrung|Unterbrechen) angehalten wurde.
-<p>Zum Entfernen eines Watchpoints w&auml;hlen Sie diesen in der Liste
-aus und klicken <i>Entfernen</i>. Falls der Ausdruck eine lokale Variable
-enth&auml;lt, wird der Watchpoint automatisch entfernt, sobald das Programm
-die aktive Funktion verl&auml;sst.
-<p>Wie mit Haltepunkten k&ouml;nnen Sie eine Bedingung oder eine Anzahl
-zu ignorierender Stopps setzen, indem Sie den Watchpoint ausw&auml;hlen
-und <i>Bedingt</i> klicken.
-</body>
-</html>
diff --git a/kdbg/doc/de/globaloptions.html b/kdbg/doc/de/globaloptions.html
deleted file mode 100644
index 4c0de83..0000000
--- a/kdbg/doc/de/globaloptions.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Globale Einstellungen</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Globale Einstellungen</h1>
-Mit dem Men&uuml;punkt <i>Datei|Globale Einstellungen</i> k&ouml;nnen Sie
-folgende Optionen einstellen:
-<ul>
-<li>
-den Befehl, mit dem gdb aufgerufen wird;</li>
-
-<li>
-den Befehl, der das Fenster f&uuml;r die Programmausgabe &ouml;ffnet,</li>
-
-<li>
-ob KDbg in den Vordergrund kommen soll, sobald das Programm stoppt, und
-eine Verz&ouml;gerung, wann er sich wieder zur&uuml;ckzieht,</li>
-
-<li>
-die Tabulatorweite.</li>
-</ul>
-
-<h4>
-Aufruf von gdb</h4>
-
-<blockquote>Wenn Sie eine alternative Version von gdb verwenden wollen,
-geben sie diese unter <i>Aufruf von GDB</i> an. Die Standardeinstellung
-ist <tt>gdb --fullname --nx</tt>. Achtung: Sie m&uuml;ssen jedenfalls diese
-beiden Argumente &uuml;bergeben; wenn Sie sie weglassen, kann KDbg nicht
-funktionieren. Wenn Sie das Eingabefeld leer lassen, wird die Standardeinstellung
-verwendet.</blockquote>
-
-<h4>
-Aufruf eines Terminal-Emulators</h4>
-
-<blockquote>Falls Sie ein anderes Terminal-Programm verwenden wollen, das
-die Ausgabe des Programms anzeigt, geben Sie dieses unter <i>Terminal f&uuml;r
-die Programmausgabe</i> an. Die Standardeinstellung ist <tt>xterm -name
-kdbgio -title %T -e sh -c %C</tt>. In diesem Eintrag wird <tt>%T</tt> durch
-eine &Uuml;berschrift und <tt>%C</tt> durch ein Bourne-Shell-Skript ersetzt,
-das in eine Endlosschleife landet, damit sich das Fenster nicht schlie&szlig;t.
-(Keine Sorge, das Skript frisst keine CPU-Zeit, sondern ruft einfach nur
-<tt>sleep
-3600</tt> in einer Schleife auf :) Eine alternative f&uuml;r diesen Eintrag
-w&auml;re zm Beispiel <tt>konsole --name kdbgio --caption %T -e
-sh -c %C</tt>.</blockquote>
-
-<h4>
-In den Vordergrund</h4>
-
-<blockquote>Sie k&ouml;nnen angeben, ob das KDbg-Fenster in den Vordergrund
-gebracht werden soll, sobald das kontrollierte Programm anh&auml;lt (bei
-einem Breakpoint oder wegen eines Signals). Das Fenster wird allerdings
-nicht aktiviert (zumindest nicht unter KWM, dem Window Manger von KDE).
-Manche Benutzer werden dieses Verhalten als st&ouml;rend empfinden, weshalb
-diese Option standardm&auml;ssig ausgeschaltet ist.</blockquote>
-
-<blockquote>Wenn diese Option eingeschaltet ist, zieht sich das KDbg-Fenster
-auch wieder in den Hintergrund zur&uuml;ck, sobald das Programm fortgesetzt
-wird. Allerdings geschieht das erst nach einer Verz&ouml;gerung, die ebenfalls
-angegeben werden kann. Dadurch wird verhindert, dass das Fenster st&auml;ndig
-nach hinten und vorne blinkt, sobald Sie einen Einzelschritt-Befehl absetzen.</blockquote>
-
-</body>
-</html>
diff --git a/kdbg/doc/de/howdoi.html b/kdbg/doc/de/howdoi.html
deleted file mode 100644
index 87d08ae..0000000
--- a/kdbg/doc/de/howdoi.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Wie kann ich...?</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Wie kann ich...?</h1>
-
-<h4>
-... eine Haltepunkt setzen?</h4>
-Daf&uuml;r gibt's mehrere M&ouml;glichkeiten:
-<ul>
-<li>
-Sie k&ouml;nnen im <a href="sourcecode.html">Quellcode-Fenster</a> in den
-"aktiven Bereich" am linken Ende der Zeile klicken.</li>
-
-<li>
-Sie k&ouml;nnen im Quellcode-Fenster eine Zeile ausw&auml;hlen und dann
-im Men&uuml; <i>Haltepunkt</i> eine Auswahl treffen.</li>
-
-<li>
-Sie k&ouml;nnen einen Haltepunkt in der <a href="breakptlist.html">Liste
-der Haltepunkte</a> setzen.</li>
-</ul>
-Wenn Sie keinen Haltepunkt setzen k&ouml;nnen, k&ouml;nnte es sein, dass
-das Programm gerade l&auml;uft. Sie k&ouml;nnen keine Haltepunkte setzen,
-solange das Programm l&auml;uft. Halten Sie es zuerst mit <i>Ausf&uuml;hrung|Unterbrechen</i>
-an. Falls Sie dann noch immer keine Haltepunkte setzen k&ouml;nnen, versichern
-Sie sich, dass Sie das Programm mit Debug-Information &uuml;bersetzt <i>und
-gebunden</i> haben.
-<h4>
-... den Wert einer globalen Variablen oder eines beliebigen Ausdrucks anzeigen?</h4>
-Benutzen Sie das <a href="watches.html">Ausdr&uuml;cke-Fenster</a>.
-<h4>
-... Watchpoints setzen?</h4>
-Watchpoints k&ouml;nnen &uuml;ber die <a href="breakptlist.html">Liste
-der Haltepunkte</a> bearbeitet werden.
-<h4>
-... einen Core-Dump benutzen?</h4>
-Laden Sie zuerst das Programm mittels <i>Datei|Programm</i>, dann geben
-Sie den Core-Dump mittels <i>Datei|Core dump</i> an.
-<h4>
-... ein Programm debuggen, das sich in eine Endlosschleife verlaufen hat?</h4>
-Starten Sie das Programm und lassen Sie es laufen, bis es in die Endlosschleife
-gelangt. Dann schalten Sie um zu KDbg und w&auml;hlen <i>Ausf&uuml;hrung|Unterbrechen</i>.
-Hiermit haben Sie das Programm <i>in flagranti</i> erwischt!
-<h4>
-... erreichen, dass das Programm einigemale &uuml;ber einen Haltepunkt
-dr&uuml;berl&auml;uft, ohne anzuhalten?</h4>
-In der <a href="breakptlist.html">Liste der Haltepunkte</a> w&auml;hlen
-Sie den Haltepunkt; dann klicken Sie <i>Bedingt</i> und geben die Anzahl
-in <i>Ignoriere n&auml;chste Treffer</i> an.
-<h4>
-... eine Umgebungsvariable f&uuml;r das Programm setzen?</h4>
-W&auml;hlen Sie <i>Ausf&uuml;hrung|Argumente</i> und geben die Umgebungsvariable
-im <a href="argspwdenv.html#Environment">Argumente-Dialog</a> an.
-<h4>
-... ein Arbeitsverzeichnis f&uuml;r das Programm w&auml;hlen?</h4>
-W&auml;hlen Sie <i>Ausf&uuml;hrung|Argumente</i> und geben das Arbeitsverzeichnis
-im <a href="argspwdenv.html#Environment">Argumente-Dialog</a> an.
-<h4>
-... das Terminal-Fenster los werden?</h4>
-W&auml;hlen Sie <i>Datei|Einstellungen</i> und schalten auf das Register
-<a href="pgmsettings.html#output">Ausgabe</a>
-um. W&auml;hlen Sie <i>Nur Ausgabe, einfache Terminalemulation</i> und
-klicken Sie <i>OK</i>. Nun m&uuml;ssen Sie das Programm neu laden (am einfachsten
-w&auml;hlen Sie es aus der Liste unter <i>Datei|Zuletzt ge&ouml;ffnete
-Programme</i>). Die Programmausgaben werden nun in das eingebaute <a href="pgmoutput.html">Ausgabefenster</a>
-geschrieben und stdin ist auf <tt>/dev/null</tt> umgeleitet.
-<p>Sie m&uuml;ssen diese Einstellungen f&uuml;r jedes neue Programm wiederholen,
-das Sie debuggen.
-<p><b><i>Wichtig:</i></b> Sie sollten dies nicht tun, falls Ihr Programm
-Eingaben vom Terminal (normalerweise stdin) erwartet oder falls mehr als
-nur einfache Terminalemultionen ben&ouml;tigt werden (mehr als nur Wagenr&uuml;cklauf
-und Zeilenvorschub). Das eingebaute Ausgabefenster unterst&uuml;tzt keine
-Eingaben oder Terminalemulationen.
-</body>
-</html>
diff --git a/kdbg/doc/de/index.html b/kdbg/doc/de/index.html
deleted file mode 100644
index 5a69b7e..0000000
--- a/kdbg/doc/de/index.html
+++ /dev/null
@@ -1,190 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-
-<h1>
-KDbg - Benutzerhandbuch</h1>
-
-<h2>
-Inhalt</h2>
-
-<ul>
-<li>
-<a href="#Introduction">Einleitung</a></li>
-
-<li>
-<a href="#UsingKDbg">Mit KDbg arbeiten</a></li>
-
-<li>
-<a href="#InfoWindows">Die Informationsfenster von KDbg</a></li>
-
-<li>
-<a href="#TipsTricks">Tipps und so weiter</a></li>
-
-<li>
-F&uuml;r Fortgeschrittene: <a href="../../en/kdbg/types.html">Typentabellen</a>
-(nur Englisch)</li>
-
-<li>
-<a href="#KnownProblems">Bekannte Probleme</a></li>
-
-<li>
-<a href="#Author">Autor</a></li>
-</ul>
-
-<hr>
-<h2>
-<a NAME="Introduction"></a>Einleitung</h2>
-KDbg ist eine grafische Benutzeroberfl&auml;che f&uuml;r <tt>gdb</tt>,
-den GNU-Debugger.
-<p>Das bedeutet, dass KDbg selbst nicht der Debugger ist. Vielmehr kommuniziert
-KDbg mit <tt>gdb</tt>, indem Befehlszeilen and diesen geschickt werden
-und die Ausgabe, wie z.B. Variablenwerte, entgegengenommen werden. Die
-Men&uuml;befehle und Mausklicks werden in <tt>gdb</tt>-Befehle umgesetzt,
-und die Ausgabe von <tt>gdb</tt> wird in (mehr oder weniger) sichtbare
-Information umgesetzt, wie zum Beispiel die Struktur von Variablen.
-<p>Eine Folge davon ist, dass KDbg vollst&auml;ndig von den F&auml;higkeiten
-des verwendeten Befehlszeilendebuggers, <tt>gdb</tt>, abh&auml;ngig ist.
-KDbg kann nicht mehr als <tt>gdb</tt> leisten. Wenn Sie zum Beispiel einen
-<tt>gdb</tt>
-haben, der Programme mit Threads nicht unterst&uuml;tzt, dann kann auch
-KDbg das nicht (obwohl ein Threads-Fenster vorhanden ist).
-<h2>
-<a NAME="UsingKDbg"></a>Mit KDbg arbeiten</h2>
-Bevor Sie mit der Arbeit beginnen, sollten Sie die <a href="globaloptions.html">globalen
-Einstellungen</a> pr&uuml;fen, indem Sie <i>Datei|Globale Einstellungen</i>
-aufrufen.
-<h4>
-Ein zu debuggendes Program angeben</h4>
-Um ein Programm zu debuggen, w&auml;hlen Sie <i>Datei|Programm</i>. Wenn
-Sie das Programm schon einmal debuggt haben, k&ouml;nnen Sie es auch aus
-der Liste unter <i>Datei|Zuletzt g&ouml;ffnete Programme</i> w&auml;hlen.
-Das Programm wird jetzt geladen.
-<p>Wenn Sie einen Core-Dump verwenden wollen, m&uuml;ssen Sie zuerst das
-Programm, das den Core-Dump erzeugt hat wie gerade erw&auml;hnt laden,
-dann w&auml;hlen Sie <i>Datei|Core dump</i> aus dem Men&uuml;. KDbg zeigt
-die Stelle an, die den Core-Dump verursacht hat.
-<p>Sie k&ouml;nnen nun Haltepunkte setzen, indem Sie die Eintr&auml;ge
-im Men&uuml; <i>Haltepunkt</i> oder im Rechte-Maus-Men&uuml; oder in der
-<a href="breakptlist.html">Liste
-der Haltepunkte</a> verwenden.
-<p>Sie k&ouml;nnen auch <a href="pgmsettings.html">programmspezifische
-Einstellungen</a> vornehmen, indem Sie <i>Datei|Einstellungen</i> w&auml;hlen.
-<h4>
-Das Programm ausf&uuml;hren</h4>
-Nun f&uuml;hren Sie das Programm aus, indem Sie <i>Ausf&uuml;hrung|Ausf&uuml;hren</i>
-w&auml;hlen. Das Programm arbeitet nun wie gew&ouml;hnlich, bis es beendet
-wird, auf einen Haltepunkt oder Watchpoint trifft, oder ein Signal empf&auml;ngt.
-<p>Sie k&ouml;nnen das Programm mit Argumenten ausf&uuml;hren, ein Arbeitsverzeichnis
-festlegen und auch Umgebungsvariablen definieren. Dazu w&auml;hlen Sie
-<i>Ausf&uuml;hrung|Argumente</i>
-und machen Ihre Angaben im <a href="argspwdenv.html">Programmargumente-Dialog</a>.
-<p>Weiters k&ouml;nnen Sie sich in ein Programm einh&auml;ngen (<i>attachen</i>),
-das bereits ausgef&uuml;hrt wird. Dazu laden Sie das Programm zuerst wie
-oben beschrieben, dann w&auml;hlen Sie <i>Ausf&uuml;hrung|Attachen</i>.
-Geben Sie die Prozessnummer an und klicken Sie <i>OK</i>. Das Programm
-wird jetzt angehalten (aber nicht beendet), und der derzeitige Stand des
-Programms wird im <a href="sourcecode.html">Quellcode-Fenster</a> angezeigt.
-<h4>
-Das Programm wurde angehalten - was nun?</h4>
-Wenn das Programm an einem Haltepunkt, Watchpoint oder wegen eines Signals
-angehalten wird, zeigt das <a href="sourcecode.html">Quellcode-Fenster</a>
-die Zeile, in der das Programm gerade arbeitete. Es passiert h&auml;ufig,
-dass das Programm wegen eine Signals (oftmals <tt>SIGSEGV</tt>, Speicherzugriffsfehler)
-in einer Funktion angehalten wird, die sich nicht in jenem Programmteil
-befindet, den Sie geschrieben haben. In diesem Fall betrachten Sie das
-<a href="stack.html">Stack-Fenster</a>
-genauer: Suchen Sie nach einer Funktion, die Sie geschrieben haben (beginnen
-Sie am oberen Ende) und klicken Sie darauf. Das bringt Sie an eine Stelle,
-an der Sie mit der Suche nach dem tats&auml;chlichen Programmfehler beginnen
-k&ouml;nnen.
-<p>Im Men&uuml; <i>Ausf&uuml;hrung</i> finden Sie Befehle, die Sie zum
-Ausf&uuml;hren und schrittweisen Abarbeiten des Programms verwenden. Weiters
-k&ouml;nnen Sie das laufende Programm unterbrechen. Die wichtigen Befehle
-k&ouml;nnen auch mit Funktionstasten gegeben werden. Zum effizienten Arbeiten
-empfehle ich, dass Sie sich diese Tasten eingew&ouml;hnen.
-<br><font size=-1>Diese Funktionen sind nicht konfigurierbar, aber vielleicht
-wollen Sie ein St&uuml;ckchen Code beisteuern, mit dem das geht?</font>
-<p>Im Men&uuml; <i>Haltepunkt</i> finden Sie Befehle zum Setzen, Entfernen,
-Aktivieren und Inaktivieren von permanenten und tempor&auml;ren Haltepunkten.
-Nat&uuml;rlich k&ouml;nnen Sie auch eine <a href="breakptlist.html">Liste
-der Haltepunkte</a> anzeigen. Sie k&ouml;nnen einen Haltepunkt auch setzen,
-indem Sie mit der Maus in den Freiraum links der entsprechenden Quellcode-Zeile
-klicken (mit der linken Maustaste); weiters k&ouml;nnen sie einen vorhandenen
-Haltepunkt mit der mittleren Maustaste aktivieren und deaktivieren.
-<p>Das Zahnrad in der Werkzeugleiste zeigt an, ob <tt>gdb</tt> gerade arbeitet:
-Dies ist der Fall, wenn es rotiert. Solange es schnell rotiert, nimmt KDbg
-kein Eingaben an; wenn es langsam rotiert, aktualisiert KDbg gerade alle
-Variablenanzeigen.
-<h2>
-<a NAME="InfoWindows"></a>Die Informationsfenster von KDbg</h2>
-KDbg zeigt Information in einer Reihe verschiedener Fenster an. Im Men&uuml;
-<i>Ansicht</i>
-finden Sie die Befehle, die diese Fenster anzeigen und schliessen. Es handelt
-sich dabei um <i>dockende</i> Fenster, sodass Sie deren Anordnung beliebig
-ver&auml;ndern k&ouml;nnen.
-<ul>
-<li>
-<a href="sourcecode.html">Das Quellcode-Fenster</a></li>
-
-<li>
-<a href="localvars.html">Lokale Variablen</a></li>
-
-<li>
-<a href="stack.html">Der Programm-Stack</a></li>
-
-<li>
-<a href="watches.html">Ausdr&uuml;cke (<i>Watches</i>)</a></li>
-
-<li>
-<a href="breakptlist.html">Die Liste der Haltepunkte</a></li>
-
-<li>
-<a href="pgmoutput.html">Das Programmausgabefenster</a></li>
-
-<li>
-<a href="registers.html">Die Registerinhalt</a></li>
-
-<li>
-<a href="memory.html">Der Speicherinhalt</a></li>
-
-<li>
-<a href="threads.html">Die Programm-Threads</a></li>
-</ul>
-
-<h2>
-<a NAME="TipsTricks"></a>Tipps und so weiter</h2>
-
-<ul>
-<li>
-<a href="tips.html">Tipps</a></li>
-
-<li>
-<a href="howdoi.html">Wie kann ich...?</a></li>
-</ul>
-
-<h2>
-<a NAME="KnownProblems"></a>Bekannte Probleme</h2>
-<tt>gdb </tt>4.16 hat Probleme bei der Handhabung von C++-Klassen mit virtuellen
-Basisklassen. (Diese kommen h&auml;ufig in CORBA-Programmen vor.) Gdb st&uuml;rzt
-dabei h&auml;ufig aufgrund eines Speicherzugriffsfehlers ab. KDbg erkennt,
-wenn <tt>gdb</tt> unerwartet beendet wird. Leider l&auml;sst sich nicht
-wirklich was dagegen unternehmen. Sie m&uuml;ssen <tt>gdb</tt> mittels
-<i>Datei|Programm</i>
-neu starten, das hei&szlig;t auch f&uuml;r die Debug-Sitzung zur&uuml;ck
-an den Start :-(.
-<p>Die Typerkennung von KDbg arbeitet nur, wenn die Bibilotheken dynamisch
-ins Programm gebunden sind.
-<h2>
-<a NAME="Author"></a>Autor</h2>
-KDbg wurde von <a href="mailto:j6t@kdbg.org">Johannes Sixt</a>
-mit vielen weiteren Helfern geschrieben.
-<br>Die KDbg-Homepage befindet sich unter <a href="http://www.kdbg.org/">http://www.kdbg.org/</a>.
-</body>
-</html>
diff --git a/kdbg/doc/de/localvars.html b/kdbg/doc/de/localvars.html
deleted file mode 100644
index 8b1d36c..0000000
--- a/kdbg/doc/de/localvars.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.2.18-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Lokale Variablen</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Lokale Variablen</h1>
-Mittels <i>Ansicht|Lokale Variablen</i> wird das Fenster f&uuml;r die lokalen
-Variablen angezeigt. Darin wird der Inhalt der lokalen Variablen des aktiven
-Stack-Frames angezeigt.
-<p>Das im <a href="stack.html">Stack-Fenster</a> ausgew&auml;hlte Frame
-bestimmt die lokalen Variablen, die hier angezeigt werden.
-<p>Sobald das Programm angehalten wird (z.B. durch einen Haltepunkt), wird
-die Anzeige aktualisiert. Variablenwerte, die sich seit dem letzten Anhalten
-ge&auml;ndert haben, werden rot hervorgehoben.
-<p>Sie k&ouml;nnen die ausgew&auml;hlte Variable oder Struktur-Member in
-das <a href="watches.html">Ausdr&uuml;ckefenster</a> kopieren, indem Sie
-mittels der rechten Maustaste das kleine Kontextmen&uuml; aufrufen.
-</body>
-</html>
diff --git a/kdbg/doc/de/memory.html b/kdbg/doc/de/memory.html
deleted file mode 100644
index 06a2a5e..0000000
--- a/kdbg/doc/de/memory.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Speicherinhalt</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Der Speicherinhalt</h1>
-Das Fenster zur Anzeige des Speicherinhalts k&ouml;nnen Sie mittels <i>Ansicht|Speicher</i>
-aufrufen. Es zeigt den Inhalt des Speichers des Programms an beliebigen
-Adressen an.
-<p>Um Speicherinhalt anzuzeigen, geben Sie eine Adresse an. Die Adresse
-braucht nicht in Hexadezimalform eingegeben werden und es kann sich auch
-um einen beliebigen Ausdruck handeln.
-<p>Sie k&ouml;nnen ein Format w&auml;hlen, wie der Speicherinhalt dargestellt
-werden soll, indem Sie die entsprechenden Optionen im Rechte-Maus-Men&uuml;
-w&auml;hlen.
-<p>Die zuletzt verwendeten Adressen werden zwischengespeichert und k&ouml;nnen
-&uuml;ber die Popup-Liste ausgew&auml;hlt werden. Bitte beachten Sie, dass
-zusammen mit der Adresse auch das Darstellungsformat gespeichert wird.
-<p>Wenn Sie keinen Speicherinhalt ansehen wollen, empfehlen wir, dass Sie
-die Adresse l&ouml;schen, damit kein Speicherinhalt angezeigt wird - dadurch
-arbeitet KDbg etwas schneller.
-</body>
-</html>
diff --git a/kdbg/doc/de/pgmoutput.html b/kdbg/doc/de/pgmoutput.html
deleted file mode 100644
index 65cf563..0000000
--- a/kdbg/doc/de/pgmoutput.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Programmausgabe</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Das Programmausgabefenster</h1>
-Das Programmausgabefenster wird mit <i>Ansicht|Ausgabe</i> ge&ouml;ffnet.
-Das Ausgabefenster zeichnet den Text auf, den das Programm auf <tt>stdout</tt>
-und <tt>stderr</tt> ausgibt.
-<p>Das Ausgabefenster l&auml;sst keine Eingabe zu und unterst&uuml;tzt
-nur eine &auml;u&szlig;erst minimale Terminalemulation: Lediglich <tt>\n</tt>
-(Zeilenvorschub, line-feed), <tt>\t</tt> (horizontaler Tabulator) und
-<tt>\r</tt> (Wagenr&uuml;cklauf, carriage-return) werden behandelt.
-Das reicht im Allgemeinen f&uuml;r Programme mit grafischer Benutzeroberfl&auml;che
-aus, die nur Debug-Ausgaben schreiben.
-<p>Wenn ein Programm zum ersten Mal in KDbg geladen wird, wird dieses Ausgabefenster
-<i>nicht</i> benutzt. Der Grund daf&uuml;r ist, dass KDbg nicht wissen
-kann, ob das Programm eine ausgefeilte Terminalemulation ben&ouml;tigt
-oder ob es Eingaben &uuml;ber das Terminal erwartet. Deshalb wird standardm&auml;ssig
-ein Terminalemulator verwendet. Um die Ausgaben in das Ausgabefenster umzuleiten,
-gehen sie wie folgt vor:
-<ol>
-<li>
-Rufen Sie mittels <i>Datei|Einstellungen</i> die <a href="pgmsettings.html">programmspezifischen
-Einstellungen</a> auf.</li>
-
-<li>
-Schalten Sie auf das Register <i>Ausgabe</i> um.</li>
-
-<li>
-W&auml;hlen Sie <i>Nur Ausgabe, einfache Terminalemulation</i> und klicken
-Sie <i>OK</i>.</li>
-
-<li>
-Laden Sie das Programm erneut, indem Sie es aus der Liste unter <i>Datei|Zuletzt
-ge&ouml;ffnete Programme</i> w&auml;hlen.</li>
-</ol>
-Sie k&ouml;nnen den Inhalt des Fensters jederzeit l&ouml;schen, indem Sie
-<i>L&ouml;schen</i> aus dem Popup-Men&uuml; w&auml;hlen, das Sie mit der
-rechten Maustaste aufrufen k&ouml;nnen.
-<p>Falls die letzte Zeile des Ausgabefensters sichtbar ist, verschiebt
-sich der Fensterinhalt automatisch, sodass die letzte Zeile immer sichtbar
-bleibt, wenn neuer Text ankommt. Wenn Sie hingegen den Fensterinhalt verschieben,
-sodass die letzte Zeile nicht sichtbar ist, bleibt der sichtbare Teil unver&auml;ndert.
-</body>
-</html>
diff --git a/kdbg/doc/de/pgmsettings.html b/kdbg/doc/de/pgmsettings.html
deleted file mode 100644
index b6a163e..0000000
--- a/kdbg/doc/de/pgmsettings.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <title>KDbg - Benutzerhandbuch - Programmspezifische Einstellungen</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Programmspezifische Einstellungen</h1>
-In diesem Dialog k&ouml;nnen programmspezifischen Einstellungen getroffen
-werden. Der Dialog wird mittels <i>Datei|Einstellungen</i> aufgerufen.
-Die Einstellungen werden nur auf das geladene Programm angewendet und bleiben
-&uuml;ber Sitzungen hinweg erhalten.
-<blockquote><b><i>Wichtiger Hinweis:</i></b> Die getroffenen Einstellungen
-werden erst wirksam, wenn das Programm das <i>n&auml;chste Mal geladen</i>
-wird. Das bedeutet, dass Sie nach dem Dr&uuml;cken von OK in diesem Dialog
-das Programm erneut laden m&uuml;ssen (mittels <i>Datei|Programm</i>)!!</blockquote>
-
-<ul>
-<li>
-<a href="#driver">Debugger</a></li>
-
-<li>
-<a href="#output">Ausgabe</a></li>
-</ul>
-
-<h2>
-<a NAME="driver"></a>Debugger</h2>
-Hier kann der Debugger gew&auml;hlt werden, der f&uuml;r dieses Programm
-verwendet werden soll.
-<h4>
-Aufruf von GDB</h4>
-
-<blockquote>Geben Sie den Befehl an, mit dem <tt>gdb</tt> aufgerufen werden
-soll. Wenn Sie das Feld leer lassen, wird die <a href="globaloptions.html">globale
-Einstellung</a> &uuml;bernommen. Wenn Sie cross-compilieren oder remote
-debuggen, werden Sie hier einen <tt>gdb</tt>-Befehl angeben, der f&uuml;r
-die Zielplattform geeignet ist. Die Standardeinstellung ist <tt>gdb&nbsp;--fullname&nbsp;--nx</tt>.
-Sie m&uuml;ssen auf jeden Fall auch diese Optionen angeben, andernfalls
-funktioniert KDbg nicht.</blockquote>
-
-<h2>
-<a NAME="output"></a>Ausgabe</h2>
-Hier geben Sie an, unter welcher Terminalemulation das Programm arbeitet.
-<h4>
-Keine Ein- und Ausgabe</h4>
-
-<blockquote>W&auml;hlen Sie diese Option, falls Ihr Programm keine Eingabe
-vom Terminal erwartet und Sie keine Ausgabe sehen wollen, die auf <tt>stdout</tt>
-oder <tt>stderr</tt> geschrieben wird. Alle drei Standardkan&auml;le (<tt>stdin</tt>,
-<tt>stdout</tt>
-und <tt>stderr</tt>) werden praktisch nach <tt>/dev/null</tt> umgeleitet.</blockquote>
-
-<h4>
-Nur Ausgabe, einfache Terminalemulation</h4>
-
-<blockquote>W&auml;hlen Sie diese Option, falls Ihr Programm keine Eingabe
-vom Terminal erwartet (<tt>stdin</tt> wird nach <tt>/dev/null</tt> umgeleitet)
-und die Ausgabe, die auf <tt>stdout</tt> und <tt>stderr</tt> geschrieben
-wird, keine besondere Terminalemulation erfordert. Die Ausgabe wird im
-<a href="pgmoutput.html">Ausgabefenster</a>
-angezeigt.
-<br><i>Wichtig:</i> Die eingebaute Terminalemulation interpretiert nur
-den Zeilenvorschub <tt>\n</tt> (line-feed, ASCII 10) als Zeilenumbruch.
-Das Zeichen f&uuml;r den Wager&uuml;cklauf <tt>\r</tt> (carriage-return,
-ASCII 13) wird <i>nicht</i> behandelt. Das ist ausreichend f&uuml;r Debug-Ausgaben,
-wie sie h&auml;ufig beim Programmierern grafischer Benutzeroberfl&auml;chen
-verwendet wird.</blockquote>
-
-<h4>
-Volle Terminalemulation</h4>
-
-<blockquote>W&auml;hlen Sie diese Option, falls Ihr Programm Eingaben &uuml;ber
-<tt>stdin</tt>
-liest oder falls die Ausgabe auf <tt>stdout</tt> oder <tt>stderr</tt> Terminalemulation
-erfordert. Ein Terminalemulator kann in den <a href="globaloptions.html">globalen
-Einstellungen</a> angegeben werden.</blockquote>
-
-</body>
-</html>
diff --git a/kdbg/doc/de/registers.html b/kdbg/doc/de/registers.html
deleted file mode 100644
index 2d99bcb..0000000
--- a/kdbg/doc/de/registers.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Registerinhalt</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Der Registerinhalt</h1>
-Das Fenster zur Anzeige des Registerinhalts wird mittels <i>Ansicht|Register</i>
-angezeigt. Jedesmal, wenn das Programm angehalten wird, zeigt Kdbg hier
-den Inhalt der CPU-Register an.
-<p>Das Fenster ist in 3 Spalten aufgeteilt:
-<ol>
-<li>
-Die Spalte <i>Register</i> zeigt die Namen der Register.</li>
-
-<li>
-Die Spalte <i>Wert</i> zeigt den Inhalt der Register in einer mehr oder
-weniger rohen Form an. Diese rohe Form wird &uuml;blicherweise in Hexadezimaldarstellung
-angezeigt, selbst der Inhalt der Flie&szlig;kommaregister.</li>
-
-<li>
-Die Spalte <i>Dekodierter Wert</i> zeigt den Inhalt der Register in dekotierter
-Form an. Bei den arithmetischen Registern ist das meist eine vorzeichenbehaftete
-Dezimalzahl, bei Flie&szlig;kommaregistern wird die Flie&szlig;kommazahl
-angezeigt, die Flag-Register werden manchmal die gesetzten Flags in Worten
-dargestellt (h&auml;ngt von der verwendeten Version von <tt>gdb</tt> ab).</li>
-</ol>
-Durch Klicken mit der rechten Maustaste k&ouml;nnen Sie ein Kontextmen&uuml;
-aufrufen, &uuml;ber das Sie die Darstellung der Werte in der zweiten Spalte
-w&auml;hlen k&ouml;nnen.
-</body>
-</html>
diff --git a/kdbg/doc/de/sourcecode.html b/kdbg/doc/de/sourcecode.html
deleted file mode 100644
index 56b462f..0000000
--- a/kdbg/doc/de/sourcecode.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Quellcode</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Das Quellcode-Fenster</h1>
-Das Quellcode-Fenster ist das Hauptfenster und ist immer sichtbar.
-<p>Das Quellcode-Fenster zeigt den Quellcode von Programmen an. Am linken
-Rand jeder Zeile befindet sich ein "aktiver Bereich". Dort wird ein mit
-einem Pfeil angezeigt, an welcher Stelle das Programm gerade ausgef&uuml;hrt
-wird. Weiters wird hier angezeigt, an welchen Stellen Haltepunkte gesetzt
-sind.
-<p>Neue Haltepunkte k&ouml;nnen gesetzt werden, indem Sie mit der linken
-Maustaste in den aktiven Bereich klicken. Mit der mittleren Maustaste k&ouml;nnen
-Sie vorhandene Haltepunkte aktivieren und deaktivieren.
-<p>Das kleine Pluszeichen '+' zwischen dem "aktiven Bereich" und der Quellcodezeile
-zeigt den Assembler-Code der Quellcodezeile an, wenn Sie darauf klicken.
-Dabei wird das Zeichen zu einem Minus '-', das den Assemblercode wieder
-verbirgt, wenn Sie darauf klicken.
-<p>Meistens werden Quellcode-Dateien automatisch ge&ouml;ffnet. Sie k&ouml;nnen
-Dateien manuell &ouml;ffnen, indem Sie <i>Datei|Quellcode &ouml;ffnen</i>
-w&auml;hlen oder <i>Quellcode &ouml;ffnen</i> aus dem Rechte-Maus-Men&uuml;.
-</body>
-</html>
diff --git a/kdbg/doc/de/stack.html b/kdbg/doc/de/stack.html
deleted file mode 100644
index ae6e576..0000000
--- a/kdbg/doc/de/stack.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Stack</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Das Stack-Fenster</h1>
-Das Stack-Fenster wird mittels <i>Ansicht|Stack</i> angezeigt. Hierin wird
-der Call-Stack (Backtrace, Stack-Frames) angezeigt, d.h. die Funktionen,
-die das Programm im Augenblick betreten und noch nicht verlassen hat.
-<p>Das innerste Frame (in dem sich das Programm gerade befindet) befindet
-sich an erster Stelle.
-<p>Sie k&ouml;nnen in ein anderes Stack-Frame umschalten, indem Sie einfach
-auf die entsprechende Zeile klicken. Das <a href="sourcecode.html">Quellcode-Fenster</a>
-zeigt die Stelle an, in der der Aufruf in das n&auml;chst-innere Frame
-stattfand; die Anzeige der <a href="localvars.html">lokalen Variablen</a>
-und die <a href="watches.html">Ausdr&uuml;cke</a> werden umgeschaltet,
-sodass die lokalen Variablen des gew&auml;hlten Frames angezeigt werden.
-</body>
-</html>
diff --git a/kdbg/doc/de/threads.html b/kdbg/doc/de/threads.html
deleted file mode 100644
index 924eea4..0000000
--- a/kdbg/doc/de/threads.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Threads</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Die Programm-Threads</h1>
-Das Fenster mit der Liste der Programm-Threas wird mittels <i>Ansicht|Threads</i>
-aufgerufen. Dieses Fenster listet die aktiven Threads des Programms auf.
-<p><b><i>Wichtig:</i></b> Das Debuggen von Programm-Threads muss von der
-verwendeten <tt>gdb</tt>-Version unterst&uuml;tzt werden - es handelt sich
-hierbei nicht um ein Feature von KDbg. F&uuml;r Linux-Systeme (i386) funktioniert
-<tt>gdb5</tt>
-am besten.
-<p>Der Inhalt des Fensters wird jedesmal erneuert, wenn das Programm vom
-Debugger angehalten wird. (Das heisst, dass <i>nicht</i> der aktuelle Zustand
-des Programms angezeigt wird, w&auml;hrend es l&auml;uft.)
-<p>Die erste Spalte zeigt die Thread-ID an, die zweite Spalte zeigt die
-Stelle, an der der Thread gerade abgearbeitet wird.
-<p>Die Markierung am Zeilenanfang benennt den <i>aktiven</i> Thread:
-<ul>
-<li>
-Das&nbsp; <a href="stack.html">Stack-Fenster</a> zeigt den Call-Stack des
-aktiven Threads.</li>
-
-<li>
-Das <a href="localvars.html">Fenster mit den lokalen Variablen</a> zeigt
-die lokalen Variablen des aktiven Threads.</li>
-
-<li>
-Das <a href="watches.html">Ausdr&uuml;cke-Fenster</a> verwendet zur Evaluierung
-der Ausdr&uuml;cke die lokalen Variablen des aktiven Threads.</li>
-</ul>
-Indem Sie auf einen Thread klicken, wechseln Sie den aktiven Thread und
-die genannten Fenster werden entsprechend auf den aktuellen Stand gebracht.
-Ausserdem schaltet das <a href="sourcecode.html">Quellcode-Fenster</a>
-zu der Programmstelle um, an der der aktive Thread angehalten wurde.
-</body>
-</html>
diff --git a/kdbg/doc/de/tips.html b/kdbg/doc/de/tips.html
deleted file mode 100644
index f27e5a3..0000000
--- a/kdbg/doc/de/tips.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; Linux 2.2.16-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Tipps</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h2>
-Tipps und Tricks</h2>
-
-<ul>
-<li>
-Setzen Sie immer die Umgebungsvariable <tt>LD_BIND_NOW=1</tt> auf glibc2-Systems.
-Wie Umgebungsvariablen gesetzt werden, wird <a href="argspwdenv.html#Environment">hier
-erkl&auml;rt</a>.</li>
-
-<li>
-Sie k&ouml;nnen Haltepunkte als Lesezeichen verwenden: Setzen Sie einfach
-einen Haltepunkt und deaktivieren Sie diesen. Sp&auml;ter k&ouml;nnen Sie
-rasch an die entsprechende Stelle zur&uuml;ckkehren, indem Sie in der Liste
-der Haltepunkte doppel-klicken (oder&nbsp; <i>Code anzeigen</i> klicken).
-Da sich KDbg alle Haltepunkte &uuml;ber Sitzungen hinaus merkt, werden
-sie sofort wieder gesetzt, sobald sie das entsprechende Programm das n&auml;chste
-Mal debuggen.</li>
-
-<li>
-Auf folgende Weise k&ouml;nnen Sie Programmvariablen &auml;ndern: Im Watch-Bereich
-(rechts unten) geben Sie eine Zuweisung ein, z.B. <tt>var.member=17</tt>
-und Klicken <i>Neu</i>. Die entsprechende Variable wird sofort ge&auml;ndert.
-Sie sollten die Variable nun sofort l&ouml;schen (indem Sie sie ausw&auml;hlen
-und <i>Entf</i> klicken). Das ist notwendig, weil der Ausdruck (d.h die
-Zuweisung) sonst bei jedem Programmstopp ausgewertet wird.</li>
-
-<li>
-Sie k&ouml;nnen Werte im Watch-Bereich in den verschiedenen Formaten anzeigen
-lassen, die gdb versteht. Z.B. zeigt <tt>/x&nbsp;var.member</tt> die Variable
-<tt>var.member</tt>
-in hexadezimaler Notation an.</li>
-</ul>
-
-</body>
-</html>
diff --git a/kdbg/doc/de/watches.html b/kdbg/doc/de/watches.html
deleted file mode 100644
index 8de3d4b..0000000
--- a/kdbg/doc/de/watches.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.76 [en] (X11; U; Linux 2.2.18-SMP i686) [Netscape]">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Benutzerhandbuch - Ausdr&uuml;cke</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">Inhalt</a>
-<h1>
-Ausdr&uuml;cke (Watches)</h1>
-Das Watches-Fenster wird mittels <i>Ansicht|Ausdr&uuml;cke</i> angezeigt.
-Dieses zeigt beliebige Ausdr&uuml;cke an (diese bezeichnet man auch als
-<i>Watches</i>).
-<p>Ein neuer Ausdruck wird hinzugef&uuml;gt, indem dieser im Eingabefeld
-eingegeben wird und dann auf <i>Neu</i> geklickt wird. Um einen Ausdruck
-zu entfernen, klicken Sie diesen an (an der Wurzel des entsprechenden Baums)
-und klicken dann auf <i>Entf</i>.
-<p>Sie k&ouml;nnen auch eine Variable oder einen Struktur-Member aus dem
-<a href="localvars.html">Lokale-Variablen-Fenster</a> her&uuml;berkopieren,
-indem Sie das dortige Kontextmen&uuml; zuhilfe nehmen.
-<p>Die eingegeben Ausdr&uuml;cke werden zwischen Sitzungen gespeichert.
-Wir empfehlen, Ausdr&uuml;cke zu entfernen, die nicht mehr ben&ouml;tigt,
-weil das die Arbeitsgeschwindigkeit von KDbg steigert.
-</body>
-</html>
diff --git a/kdbg/doc/en/CMakeLists.txt b/kdbg/doc/en/CMakeLists.txt
deleted file mode 100644
index 378feb9..0000000
--- a/kdbg/doc/en/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-file( GLOB _htmls RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
-
-install(
- FILES ${_htmls}
- DESTINATION ${HTML_INSTALL_DIR}/en/${PROJECT_NAME}
-)
-
-
diff --git a/kdbg/doc/en/argspwdenv.html b/kdbg/doc/en/argspwdenv.html
deleted file mode 100644
index 22482f0..0000000
--- a/kdbg/doc/en/argspwdenv.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Arguments, Environment</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-Specifying program arguments, working directory, environment variables</h1>
-<p>Choose <i>Execution|Arguments</i> to open a dialog where you can set program
-arguments, the working directory for your program, and environment variables.</p>
-<h2><a name="PgmArgs"></a>Tab Arguments</h2>
-<p>In the edit box enter the arguments that shall be passed on to your
-program. <i>Insert file name</i> lets you browse for a file;
-the file name will be <em>inserted</em> in the edit box (at the cursor position).</p>
-<p>Next time the program is started, the new arguments will be used.</p>
-<h2><a name="WorkingDir"></a>Tab Working Directory</h2>
-<p>In the edit box you can specify the working directory for your program.
-<i>Browse</i> lets you browse for a directory.
-Your program will use the new directory only when it is run the next time.</p>
-<p>The working directory also applies to gdb itself! The directory that
-you specify will be passed to gdb immediately, i.e. gdb will work with
-the new setting as soon as you press <i>OK</i>. This can influence whether
-source code files are found.</p>
-<h2><a name="Environment"></a>Tab Environment</h2>
-<p>In the Environment tab you can set environment variables that the program
-sees in addition to those that it inherits.
-In the edit box type in an expression of the form <tt>VARIABLE=value</tt>
-to set the environment variable <tt>VARIABLE</tt> to the value <tt>value</tt>,
-and click <i>Modify</i>. To remove a variable, select it from the list
-below and click <i>Delete</i>. To change the value, edit the value in the
-edit field and click <i>Modify</i>. If you change the name of the variable
-and click <i>Modify</i>, you add a new variable! The new environment variables
-will be used by your program the next time it is run.</p>
-<h2>Tab xsldbg Settings</h2>
-<p>This tab is only available when a <a href="xslt.html">XSLT script is
-debugged</a>. Here you can specify various flags that influence the
-XSL translation and XSLDBG.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/breakptlist.html b/kdbg/doc/en/breakptlist.html
deleted file mode 100644
index fb1c18e..0000000
--- a/kdbg/doc/en/breakptlist.html
+++ /dev/null
@@ -1,93 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Breakpoint list</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Breakpoint List</h1>
-<p>The breakpoint list displays all breakpoints and watchpoints that are set
-and allows you to manipulate them. It can be displayed using <i>View|Breakpoints</i>.</p>
-<h2>
-The list of breakpoints</h2>
-<p>For each breakpoint the following is shown:</p>
-<ul>
-<li>
-the breakpoint location,</li>
-
-<li>
-the hit count,</li>
-
-<li>
-the ignore count if set,</li>
-
-<li>
-the condition if set.</li>
-</ul>
-<p>The icon in front of the entry indicates whether the breakpoint is enabled
-(a red dot) or disabled (a bright red dot), whether the breakpoint is temporary
-(a tiny clock is overlaid), whether the breakpoint is conditional (a
-tiny question mark is overlaid), or whether the breakpoint is <em>orphaned</em>
-(a 'x' is overlaid).</p>
-<p>Watchpoints are indicated by an eye glas icon in front of the line.</p>
-<h2>
-<A name="orphanedbp"></A>Orphaned breakpoints</h2>
-<p><em>Orphaned breakpoints</em> are breakpoints that gdb cannot implant
-immediately. Orphaned breakpoints occur if you try to set a breakpoint in a file
-that is not part of the executable. In particular, this is the case if the file
-belongs to a shared library or dynamically loaded module: When the executable
-is loaded, gdb does not yet know about dynamic modules and, hence, cannot set
-breakpoints there. However, KDbg does not forget about requests to set
-breakpoints in dynamic modules: It tries to set orphaned breakpoints each time
-that the program stops. When the breakpoint can be set successfully, it turns
-into a normal breakpoint.</p>
-<p>But there is an important consequence: Orphaned breakpoints are not effective,
-and the program will <em>not</em> stop there. The remedy is to set a breakpoint
-in the executable at the earliest possible point after which it is known that
-the dynamic module is loaded. For shared libraries this is usually in <tt>main()</tt>
-and for dynamically loaded modules it is after the call to <tt>dlopen()</tt>
-(or equivalent). When the program stops at this breakpoint the orphaned
-breakpoints from the dynamic module are set and become effective.</p>
-<h2>
-Manipulating breakpoints</h2>
-<p><a name="StopProg"></a>It is important to note that breakpoints and watchpoints
-cannot be manipulated while the program is running. If the program has
-already been started, it must stop first - either by hitting a breakpoint
-that is already set or forcefully by choosing <i>Execution|Break</i>. Note
-that this will not terminate the program, it just interrupts it. You can
-now manipulate the breakpoints; then choose <i>Execution|Continue</i> to
-let the program continue.</p>
-<p>To set a breakpoint on a specific source line, it is easiest to do this
-in the source code window. If you don't know the exact file and line number
-of a function, you can set the breakpoint by typing the function name in
-the edit box above the list and click <i>Add Breakpoint</i>.</p>
-<p>You can disable and enable breakpoints by selecting them in the list
-and clicking <i>Disable</i> or <i>Enable</i>. Or you simply click on the
-breakpoint in the list using the middle mouse button - just like you enable
-and disable breakpoints in the source window.</p>
-<p>You can set a condition on a breakpoint (so that the program is only
-stopped if the condition is true) or set an ignore count (so that the program
-is not stopped the next n times that the breakpoint is hit). To do that,
-press the <i>Conditional</i> button and enter the condition and/or ignore
-count.</p>
-<h2>
-Manipulating watchpoints</h2>
-<p>Watchpoints are a like breakpoints, except that they interrupt the program
-when the value of a memory location changes. As with breakpoints, watchpoints
-cannot be manipulated while the program is running. See <a href="#StopProg">above</a>
-for more information.</p>
-<p>To set a watchpoint, type an expression in the edit box above the list,
-then click <i>Add Watchpoint</i>. The program will stop when the value
-of the expression changes. Note that watchpoints that involve local variables
-can only be set when the program is stopped in a breakpoint (or has been
-interrupted by <i>Execution|Break</i>).</p>
-<p>To remove the watchpoint, select it from the list and click <i>Remove</i>.
-If the expression involves a local variable, the watchpoint will be removed
-automatically when the program leaves the current frame.</p>
-<p>You can set a condition and an ignore count on the watchpoint just like
-on breakpoints by selecting it and clicking <i>Conditional</i>.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/globaloptions.html b/kdbg/doc/en/globaloptions.html
deleted file mode 100644
index 52faaab..0000000
--- a/kdbg/doc/en/globaloptions.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Global Options</title>
-</head>
-<body text="#000000" bgcolor="#ffffff">
-<p><a href="index.html">Contents</a></p>
-<h1>
-Global Options Dialog</h1>
-<p>To specify some global options, choose <i>Settings|Global Options</i>. You
-can set the following:</p>
-<ul>
-<li>
-the command by which gdb is invoked,</li>
-
-<li>
-the command that opens a terminal for the program's output,</li>
-
-<li>
-whether the KDbg shall pop into the foreground when the program stops and
-a timeout when it shall go back again,</li>
-
-<li>
-the tab width,</li>
-
-<li>
-filters for source file names.</li>
-</ul>
-
-<h4>
-How to invoke gdb</h4>
-
-<blockquote>If you want to use a different version of gdb, you can specify
-it under
-<i>How to invoke GDB</i>. The default command is <tt>gdb --fullname
---nx</tt>. Be sure to also specify these options if you change the gdb
-executable. If you leave them away, KDbg will not work. If you messed up
-the entry, you can clear it to revert to the default setting.</blockquote>
-
-<h4>
-How to invoke a terminal emulator</h4>
-
-<blockquote>If you want to use a different terminal program to show the
-output of the program, specify it under <i>Terminal for program output</i>.
-The default setting is <tt>xterm -name kdbgio -title %T -e sh -c %C</tt>.
-In this entry,
-<tt>%T</tt> will be replaced by a title string, <tt>%C</tt>
-will be replaced by a Bourne shell script that loops infinitely so that
-the terminal window doesn't close. (No, it doesn't use CPU, it calls <tt>sleep
-3600</tt> in a loop :) An alternative for this setting could be <tt>konsole
---name kdbgio --caption %T -e sh -c %C</tt>.</blockquote>
-
-<h4>
-Pop into foreground</h4>
-
-<blockquote>You can specify whether the KDbg window shall move itself into
-the foreground as soon as the program being debugged stops (at a breakpoint
-or due to a signal). The KDbg window is not activated, however (at least
-under KWM, the KDE window manager). Some users may feel that this behavior
-is intrusive, so this option is off by default.</blockquote>
-
-<blockquote>If this option is on, KDbg will also retreat itself into the
-background when the program is continued by any command, but it does so
-only after a timeout that can be specified. This avoids that the debugger
-window flashes back and forth each time you click any of the <i>Step</i>
-commands.</blockquote>
-
-<h4>
-File filters</h4>
-
-<blockquote>You can specify wildcards for source files and header files,
-which are used in the file dialog of the <i>File|Open Source</i>
-command.</blockquote>
-
-</body>
-</html>
diff --git a/kdbg/doc/en/howdoi.html b/kdbg/doc/en/howdoi.html
deleted file mode 100644
index 6191144..0000000
--- a/kdbg/doc/en/howdoi.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - How Do I...?</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-How Do I...?</h1>
-
-<h4>
-... set breakpoints?</h4>
-<p>There's more than one way to set a breakpoint:</p>
-<ul>
-<li>
-You can set it in the source window by clicking on the "active area" at
-the far left of the line.</li>
-
-<li>
-You can set it by selecting the line in the source window and choosing
-an option from the <i>Breakpoint</i> menu.</li>
-
-<li>
-You can set it in the <a href="breakptlist.html">breakpoint list</a>.</li>
-</ul>
-<p>If you can't set breakpoints, maybe the program is currently running. You
-can't set breakpoints while the program is running. Stop it first using
-<i>Execution|Break</i>.
-If you still can't set breakpoints, make sure that you have compiled <em>and
-linked</em> your program with debugging information enabled.</p>
-<h4>
-... display the value of a global variable or an arbitrary expression?</h4>
-<p>Use the <A href="watches.html">Watch window</A>.</p>
-<h4>
-... set watchpoints?</h4>
-<p>Watchpoints are manipulated in the <a href="breakptlist.html">breakpoint
-list</a>.</p>
-<h4>
-... use a core dump?</h4>
-<p>First load the executable using <i>File|Executable</i>, then specify the
-core dump using <i>File|Core dump</i>.</p>
-<h4>
-... debug a program that's caught in an endless loop?</h4>
-<p>Start the program and let it run until it is in the endless loop. Then
-switch to KDbg and choose <i>Execution|Break</i>. You've just caught the
-nasty program <em>in flagranti</em>!</p>
-<h4>
-... achieve that the program passes over a breakpoint a number of times
-before it stops?</h4>
-<p>In the <a href="breakptlist.html">breakpoint list</a> select the breakpoint;
-then click <i>Conditional</i> and specify the number of times to skip the
-breakpoint in the <i>Ignore count</i> field.</p>
-<h4>
-... set environment variables for the executable?</h4>
-<p>Select <i>Execution|Arguments</i> and specify the environment variables
-in the <a href="argspwdenv.html#Environment">program arguments dialog</a>.</p>
-<h4>
-... set a working directory for the executable?</h4>
-<p>Select <i>Execution|Arguments</i> and specify the working directory in
-the <a href="argspwdenv.html#WorkingDir">program arguments dialog</a>.</p>
-<h4>
-... get rid of this terminal window?</h4>
-<p>Select <i>Settings|This Program</i> and switch to the <a href="pgmsettings.html#output">Output</a> tab.
-Select <i>Only output, simple terminal emulation</i> and click <i>OK</i>.
-Now restart the program (choose it from the list under <i>File|Recent Executables</i>).
-The program output goes now to the built-in <a href="pgmoutput.html">output
-window</a> and stdin is redirected to <tt>/dev/null</tt>.</p>
-<p>You must do this for every new program that you debug.</p>
-<p><b><i>Important:</i></b> You should not do this if your program expects
-input from the terminal (usually stdin) or if its output requires nifty
-terminal emulation (more than carriage-return and line-feed). The built-in
-output window does not support input and terminal emulation.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/index.html b/kdbg/doc/en/index.html
deleted file mode 100644
index 454cd08..0000000
--- a/kdbg/doc/en/index.html
+++ /dev/null
@@ -1,185 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-
-<h1>
-KDbg - User's Manual</h1>
-
-<h2>
-Contents</h2>
-
-<ul>
-<li>
-<a href="#Introduction">Introduction</a></li>
-
-<li>
-<a href="#UsingKDbg">Using KDbg</a></li>
-
-<li>
-<a href="#InfoWindows">KDbg's information windows</a></li>
-
-<li>
-<a href="#Tips">Tips and such</a></li>
-
-<li>
-Advanced topic: <a href="types.html">Type tables</a></li>
-
-<li>
-<a href="invocation.html">How to invoke KDbg from the command line</a></li>
-
-<li>
-<a href="#Author">Author</a></li>
-</ul>
-
-<hr>
-<h2>
-<a name="Introduction"></a>Introduction</h2>
-<p>KDbg is a front-end for <tt>gdb</tt>, the GNU debugger.</p>
-<p>This means that KDbg itself is not the debugger. Rather, it communicates
-with <tt>gdb</tt>, a command line debugger, by sending commands to it and
-receiving the output, such as variable values. The menu commands and mouse
-clicks are translated into <tt>gdb</tt> commands, and the output of <tt>gdb</tt>
-is translated into (more or less) visible information, such as structured
-variable contents.</p>
-<p>The upshot of all this is that KDbg completely relies on the capabilities
-of the underlying command line debugger, <tt>gdb</tt>. KDbg can do no more
-than <tt>gdb</tt> can. For example, if you have a <tt>gdb</tt> that does
-not supports debugging of threaded programs, KDbg cannot, either (even
-though it offers a threads window).</p>
-<h2>
-<a name="UsingKDbg"></a>Using KDbg</h2>
-<p>Before you start using KDbg, you may want to review the options in the
-<a href="globaloptions.html">Global Options</a> dialog that you invoke
-with <i>Settings|Global Options</i>.</p>
-<h4>
-Specifying a debugging target</h4>
-<p>To debug a program, choose <i>File|Executable</i> from the menu. If you
-have debugged the program earlier, you can choose it from <i>File|Recent
-Executables</i>. The program is loaded.</p>
-<p>If you want to debug a core dump, you must first load the executable
-that produced the core dump, then choose
-<i>File|Core Dump</i> from the
-menu. Now KDbg goes to the point in the program that caused the core dump.</p>
-<p>You can now set breakpoints, using the <i>Breakpoint</i> menu, the right
-mouse button menu, or the <a href="breakptlist.html">breakpoint window</a>.</p>
-<p>You can also choose program specific settings that apply only to the
-currently loaded executable using <i>Settings|This Program</i>, in the
-<a href="pgmsettings.html">Program Settings</a> dialog.</p>
-<p>Furthermore, it is possible to <a href="xslt.html">debug XSLT scripts</a>.</p>
-<h4>
-Running the program</h4>
-<p>Now run the program by selecting <i>Execution|Run</i>. The program now
-executes as usual until it either exits, hits a breakpoint or watchpoint,
-or receives a signal.</p>
-<p>You can run the program with arguments, set a working directory, or
-set environment variables. To do this, choose <i>Execution|Arguments</i>
-and specify your options in the <a href="argspwdenv.html">Program Arguments</a>
-dialog (before you start the program).</p>
-<p>You can also attach to a program that is currently running. To do this,
-first load the executable file like above. Then choose <i>Execution|Attach</i>.
-From the list processes specify the one you want to attach to
-and click <i>OK</i>. The running program is
-halted (not terminated), and the current point of execution is displayed
-in the source window.</p>
-<p><font size="-1">On some systems the list of processes may not be available.
-In this case a simple edit box is available where the process number can be
-specified.</font></p>
-<h4>
-The program stopped - now what?</h4>
-<p>When the program stops at a breakpoint, watchpoint, or due to a signal,
-the <a href="sourcecode.html">source code window</a> displays the line
-where the program stopped. It is very common that the program stops due
-to a signal (usually a <tt>SIGSEGV</tt>, segmentation violation) in a function
-that is not part of the program, that you have written. In this case you
-investigate the <a href="stack.html">stack window</a> and look for a function
-that you have written (start at the top of the list) and click on it. This
-will bring you to a location that you can start your search for the real
-bug.</p>
-<p>In the menu <i>Execution</i> you find the commands that you need to
-run
-the program, step through code, and to interrupt the program (<i>Break</i>)
-while it is running. The important commands (<i>Run</i> and all kinds of
-<i>Step</i>) are bound to function keys. For efficient debugging it is
-strongly recommend that you get used to using them. You can use
-<i>Settings|Configure Shortcuts</i> if you want to bind the functions
-to different keys.</p>
-<p>In the menu <i>Breakpoint</i> you find commands to set, clear, disable,
-and enable permanent and temporary breakpoints. You can display a list
-of breakpoints in the <a href="breakptlist.html">breakpoints window</a>.
-You can also set a breakpoint by clicking at the left end of the source
-line (using the left mouse button), and you can enable and disable a breakpoint
-by clicking it using the middle mouse button.</p>
-<p>The animation in the toolbar indicates whether the program
-is running. It stops when the program stopped in a breakpoint or for
-some other reason or when the program exited. This animated button is a shortcut
-for <i>Execution|Break</i>.</p>
-<h2>
-<a name="InfoWindows"></a>KDbg's information windows</h2>
-<p>KDbg displays information and accepts commands in number of different windows.
-In the menu <i>View</i> you find commands to show and hide these windows.
-They are docking windows, which means that you can drag them around and
-arrange them in any manner you like.</p>
-<ul>
-<li>
-<a href="sourcecode.html">The source code window</a></li>
-
-<li>
-<a href="localvars.html">The local variables window</a></li>
-
-<li>
-<a href="stack.html">The stack window</a></li>
-
-<li>
-<a href="watches.html">The watched expressions window</a></li>
-
-<li>
-<a href="breakptlist.html">The breakpoint list</a></li>
-
-<li>
-<a href="pgmoutput.html">The output window</a></li>
-
-<li>
-<a href="registers.html">The register dump window</a></li>
-
-<li>
-<a href="memory.html">The memory dump window</a></li>
-
-<li>
-<a href="threads.html">The threads window</a></li>
-</ul>
-
-<h2>
-<a name="Tips"></a>Tips and such</h2>
-<p>The following topics give some useful hints on using KDbg.</p>
-<ul>
-<li>
-<a href="tips.html">Tips and Tricks</a></li>
-
-<li>
-<a href="howdoi.html">How do I...?</a></li>
-</ul>
-
-<h2>
-<a name="Author"></a>Author</h2>
-<p>KDbg is written by <a href="mailto:j6t@kdbg.org">Johannes Sixt</a>
-with contributions from these people (in no particular order):</p>
-<ul>
-<li>Keith Isdale</li>
-<li>Ben Burton</li>
-<li>Daniel Thor Kristjansson</li>
-<li>Matthew Allen</li>
-<li>Ron Lerech</li>
-<li>Neil Butterworth</li>
-<li>Thomas Sparr</li>
-<li>Max Judin</li>
-<li>Johnny Chan</li>
-<li>Ilmar S. Habibulin</li>
-</ul>
-<p>KDbg homepage is at <a href="http://www.kdbg.org/">http://www.kdbg.org/</a>.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/invocation.html b/kdbg/doc/en/invocation.html
deleted file mode 100644
index 2f99dd0..0000000
--- a/kdbg/doc/en/invocation.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - Invocation</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>Invoking KDbg from the command line</h1>
-<p><pre>
-Usage: kdbg [TQt-options] [KDE-options] [options] [program] [core]
-
-Generic options:
- --help Show help about options
- --help-qt Show TQt specific options
- --help-kde Show KDE specific options
- --help-all Show all options
- --author Show author information
- -v, --version Show version information
- --license Show license information
- -- End of options
-
-Options:
- -t &lt;file&gt; transcript of conversation with the debugger
- -r &lt;device&gt; remote debugging via &lt;device&gt;
- -l &lt;language&gt; specify language: C, XSLT []
- -p &lt;pid&gt; specify PID of process to debug
-
-Arguments:
- program path of executable to debug
- core a core file to use
-</pre></p></body>
-</html>
diff --git a/kdbg/doc/en/localvars.html b/kdbg/doc/en/localvars.html
deleted file mode 100644
index 1461f70..0000000
--- a/kdbg/doc/en/localvars.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Local Variables</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Local Variables Window</h1>
-<p>The local variables window is opened using <i>View|Locals</i>. The local
-variables window displays the contents of the local variables at the currently
-selected stack frame.</p>
-<p>The set of local variables that are displayed is determined by the stack
-frame that is selected in the <A href="stack.html">stack window</A>.</p>
-<p>Variable values that changed between stops of the program are displayed
-in red color.</p>
-<p>The values of most variables can be changed. For this purpose, press F2
-while the input focus is in the window or choose <i>Edit value</i> from the
-context menu. Then edit the value and hit Enter. Note that you cannot modify
-the strings that <tt>char*</tt> values point to in this way, just the pointer
-value.</p>
-<p>Using the context menu you can move
-the active variable or structure member to the <a href="watches.html">watched
-expressions window</a>.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/memory.html b/kdbg/doc/en/memory.html
deleted file mode 100644
index 75693f9..0000000
--- a/kdbg/doc/en/memory.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Memory Dump</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Memory Dump Window</h1>
-<p>The memory dump window is displayed using <i>View|Memory</i>. It displays
-the contents of the program's memory at arbitrary adresses.</p>
-<p>To display memory contents, enter an address in the edit field. The
-address need not be given in hexadecimal form - it can be an expression.</p>
-<p>You can specifiy a format how the memory contents shall be displayed
-by chooseing the appropriate options from the popup menu that you invoke
-by clicking the right mouse button.</p>
-<p>A number of address expressions are remembered. You can recall such
-an expression from the drop-down list. Please note that the address expression
-is remembered together with the format.</p>
-<p>If you don't need to investigate memory contents, it is recommended
-that you clear the expression so that no memory dump is displayed - this
-speeds up the debugging process.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/pgmoutput.html b/kdbg/doc/en/pgmoutput.html
deleted file mode 100644
index 3e18902..0000000
--- a/kdbg/doc/en/pgmoutput.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Program Output</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Program Output Window</h1>
-<p>The program output window is displayed using <i>View|Output</i>. The output
-window captures text that is written to stdout and stderr by the program
-being debugged.</p>
-<p>The output window does not allow to type input for the program and it
-features only minimal terminal emulation: <tt>\n</tt> (line-feed),
-<tt>\t</tt> (horizontal tab), and <tt>\r</tt> (carriage-return)
-are treated. These capabilities are usually sufficient to debug GUI programs
-which only write debugging output to stdout and stderr.</p>
-<p>When a program is debugged with KDbg for the first time, the program
-output window is <em>not</em> used. The reason for this is that KDbg cannot
-know whether the program requires sophisticated terminal emulation or if
-it expects input through a terminal. So, a terminal emulator program is
-used by default. In order to redirect the output to the output window,
-you must do the following:</p>
-<ol>
-<li>
-Open the <a href="pgmsettings.html">Settings dialog</a> by selecting <i>Settings|This Program</i>.</li>
-
-<li>
-Switch to the <i>Output</i> tab.</li>
-
-<li>
-Choose <i>Only output, simple terminal emulation</i> and click <i>OK</i>.</li>
-
-<li>
-Reload the program by selecting it from the list in <i>File|Recent Executables</i>.</li>
-</ol>
-<p>You can clear the contents of the output window by selecting <i>Clear</i>
-from the popup menu that appears when you click the right mouse button.</p>
-<p>If the last line of the output is visible, the window always scrolls
-automatically so that the last line remains visible when new output arrives.
-If, however, you manually scroll up so that the last line is not visible,
-the visible portion of text will not change.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/pgmsettings.html b/kdbg/doc/en/pgmsettings.html
deleted file mode 100644
index 64225fb..0000000
--- a/kdbg/doc/en/pgmsettings.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Program Settings</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Program Settings Dialog</h1>
-<p>In this dialog, program specific settings can be selected. It is invoked
-by <i>Settings|This Program</i>. The settings apply only to the currently loaded
-executable and will be saved across sessions.</p>
-<blockquote><b><i>Important note:</i></b> The chosen settings will only
-apply the next time the executable is loaded into KDbg. This means that
-after pressing
-<i>OK</i> in this dialog, you must reload the executable
-using <i>File|Recent Executables</i>!!</blockquote>
-
-<ul>
-<li>
-<a href="#driver">Debugger</a></li>
-
-<li>
-<a href="#output">Output</a></li>
-</ul>
-
-<h2>
-<a name="driver"></a>Debugger</h2>
-<p>In this section, the debugger to be used for the program can be chosen.</p>
-<h4>
-How to invoke GDB</h4>
-
-<blockquote>Enter the command to invoke gdb. Leave this field empty to
-use the default gdb command as specified in the <a href="globaloptions.html">global
-options</a>. When you are cross-compiling and remote-debugging, you will
-probably want to use a different gdb suitable for the target platform.
-The default command is <tt>gdb --fullname --nx</tt>. Be sure to specify
-at least <tt>--fullname</tt> if you change the gdb command.
-If you remove this command switch, KDbg will not work.
-</blockquote>
-
-<h2>
-<a name="output"></a>Output</h2>
-<p>In this section, the terminal emulation under which the program will run
-can be selected.</p>
-<h4>
-No input and output</h4>
-
-<blockquote>Check this option if your program does not receive input from
-the terminal and you do not want to see the output that the program writes
-to <tt>stdout</tt> and <tt>stderr</tt> (if any). All three standard channels
-(<tt>stdin</tt>, <tt>stdout</tt>, and <tt>stderr</tt>) are effectively
-redirected to <tt>/dev/null</tt>.</blockquote>
-
-<h4>
-Only output, simple terminal emulation</h4>
-
-<blockquote>Check this option if your program does not receive input from
-the terminal (<tt>stdin</tt> will be redirected to <tt>/dev/null</tt>),
-and the output that it writes to <tt>stdout</tt> and <tt>stderr</tt> does
-not require sophisticated terminal emulation. The output will be shown
-in the <a href="pgmoutput.html">Output window</a>.
-<br><i>Important:</i> The integrated terminal emulator will only interpret
-the line-feed character <tt>\n</tt> (ASCII 10) to break lines. It will
-<em>not</em>
-handle the carriage-return character <tt>\r</tt> (ASCII 13). This is sufficient
-for displaying plain debugging output that is often used by developers
-of GUI programs.</blockquote>
-
-<h4>
-Full terminal emulation</h4>
-
-<blockquote>Check this option if your program reads input from <tt>stdin</tt>
-or if the output to <tt>stdout</tt> or <tt>stderr</tt> requires terminal
-emulation. A terminal emulator will be invoked as specified in the <a href="globaloptions.html">global
-options</a>.</blockquote>
-
-</body>
-</html>
diff --git a/kdbg/doc/en/registers.html b/kdbg/doc/en/registers.html
deleted file mode 100644
index fc9fb5b..0000000
--- a/kdbg/doc/en/registers.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Register Dump</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Register Dump Window</h1>
-<p>Whenever the program stops, KDbg displays the contents of the CPU registers
-in the register dump window. To display this window, choose <i>View|Registers</i>.</p>
-<p>The registers are grouped by the kind of register. The window contains 3 columns:</p>
-<ol>
-<li>
-The column <i>Register</i> displays the register name.</li>
-
-<li>
-The column <i>Value</i> displays the contents of the registers in a more
-or less raw form. The raw form is usually displayed as hexadecimal numbers,
-even the contents of floating point registers.</li>
-
-<li>
-The column <i>Decoded value</i> displays the contents of the registers
-in a decoded form. For arithmetic registers this is generally a signed
-decimal value, floating point registers are displayed as floating point
-numbers, the flag registers are sometimes decoded into named flags.</li>
-</ol>
-<p>By clicking the right mouse button a context menu is popped up which lets
-you select how the value in the third column is displayed.
-You can change the type to use for all registers of a group at once if you
-choose the format for the group header.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/sourcecode.html b/kdbg/doc/en/sourcecode.html
deleted file mode 100644
index 9d1bb7f..0000000
--- a/kdbg/doc/en/sourcecode.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Source Code</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Source Code Window</h1>
-<p>The source code window is the main window and is always visible.</p>
-<p>The source code window displays program source code. At the left of
-each source line is an "active area". It displays a pointer to indicate
-which source line the program currently executes, and it indicates on which
-source lines breakpoints have been set.</p>
-<p>New breakpoints can be set by clicking into the active area with the
-left mouse button. An existing breakpoint can be enabled and disabled by
-clicking with the middle mouse button.</p>
-<p>The tiny plus '+' between the "active area" and the source line can
-be clicked on. If you do so, the source line's assembler code will be displayed.
-The plus turns into a minus '-', which, if clicked, will hide the disassembled
-code.</p>
-<p>Mostly, source code windows are opened automatically. To open a new
-source file manually, click the right mouse button and choose <i>Open Source</i>
-or choose <i>File|Open Source</i>.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/stack.html b/kdbg/doc/en/stack.html
deleted file mode 100644
index 0db570b..0000000
--- a/kdbg/doc/en/stack.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Stack</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Stack Window</h1>
-<p>The stack window is displayed using <i>View|Stack</i>. The stack window
-lists the stack frames, i.e. the functions that the program has entered,
-but not yet left.</p>
-<p>The innermost frame (where the program currently executes) is shown
-at the top.</p>
-<p>To switch to a different stack frame, simply click on that stack frame.
-The <a href="sourcecode.html">source window</a> displays the source line
-where the function invocation took place and the <a href="localvars.html">local
-variables window</a> and the <a href="watches.html">watch window</a> change
-to reflect the local variables of the selected stack frame.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/threads.html b/kdbg/doc/en/threads.html
deleted file mode 100644
index 3f0d7fb..0000000
--- a/kdbg/doc/en/threads.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Threads</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Threads Window</h1>
-<p>The threads window is displayed using <i>View|Threads</i>. The threads
-window lists the active threads of the program.</p>
-<p><b><i>Note:</i></b> Debugging threaded programs must be supported by
-the version of gdb that is used - it is not a feature of KDbg. For Linux
-systems this works best with gdb5 and later. However, at the time of this writing gdb
-still poorly supports threads on NPTL- (New Posix Threads Library) enabled
-systems (glibc 2.3.x and kernel 2.6.x).</p>
-<p>The contents of the threads window are updated every time the program
-is stopped by the debugger. (That is, the window does <em>not</em> reflect
-the state while the program is running.)</p>
-<p>The first column shows the thread ID, the second column identifies the
-location where the thread currently executes.</p>
-<p>The marker in front of the line tells which thread currently is <em>active</em>:</p>
-<ul>
-<li>
-The <a href="stack.html">stack window</a> displays the active threads's
-backtrace.</li>
-
-<li>
-The <a href="localvars.html">local variables</a> window displays the active
-thread's local variables.</li>
-
-<li>
-The <a href="watches.html">watch window</a> uses the active thread's local
-variables to evaluate the expressions.</li>
-</ul>
-<p>By clicking a listed thread, the active thread is switched, and the corresponding
-windows are updated. In particular, the <a href="sourcecode.html">source
-window</a> displays the location where the active thread is currently halted.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/tips.html b/kdbg/doc/en/tips.html
deleted file mode 100644
index 6a0292a..0000000
--- a/kdbg/doc/en/tips.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Tips and Tricks</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-Tips and Tricks</h1>
-
-<ul>
-<li>
-You can use breakpoints as bookmarks: Just set a breakpoint and disable
-it. Later, you can quickly come back to that breakpoint by double-clicking
-it in the breakpoint list (or select it and click <i>View Code</i>). Since
-breakpoints are persistent (i.e. KDbg remembers them across invocations
-of a program), you get them back next time you invoke KDbg for that particular
-program.</li>
-
-<li>
-You can display a value in the watch section in different ways by prepending
-gdb's format specifiers in front of the variable to display. E.g. <tt>/x
-var.member</tt> displays the <tt>var.member</tt> in hexadecimal notation.</li>
-
-<li>
-You can set breakpoints in a source files that belong to a shared library.
-Such breakpoints will be marked as <em>orphaned</em> if the program is not active.
-<A href="breakptlist.html#orphanedbp">Orphaned breakpoints</A> are not effective.
-In order to make them effective, the program must stop at a time when the shared
-library is loaded. For this it is usually sufficient to set a breakpoint in
-<tt>main()</tt>. At the time when this breakpoint is hit, the orphaned breakpoints
-in the shared library become effective.</li>
-
-<li>
-Debugging multi-threaded programs on NPTL-enabled Linux systems (kernel 2.6.x
-or later and glibc 2.3.x or later) may sometimes fails; gdb stops the program
-at unexpected instances. In this case the following may help (using bash):
-<pre>
-LD_ASSUME_KERNEL=2.4.19 kdbg myprogram
-</pre>I.e. you run KDbg from the command line such that the old
-Linuxthreads implementation is used.</li>
-</ul>
-
-</body>
-</html>
diff --git a/kdbg/doc/en/types.html b/kdbg/doc/en/types.html
deleted file mode 100644
index 6f233a3..0000000
--- a/kdbg/doc/en/types.html
+++ /dev/null
@@ -1,183 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Type Tables</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-KDbg's Type Table</h1>
-<p>KDbg can display a short description of structured types, so
-that it is not necessary to expand the variable in the <a href="localvars.html">local
-variables window</a> or <a href="watches.html">watched expressions window</a>.
-The information which member variable is displayed is stored in <em>type
-tables</em>. There is generally one type table per shared library.</p>
-
-<p>KDbg's default type tables are located under <tt>$prefix/share/apps/kdbg/types</tt>.
-User defined type tables can be placed in <tt>${TDEHOME}/share/apps/kdbg/types</tt>, where
-<tt>${TDEHOME}</tt> is <tt>~/.kde</tt> if it is not a defined environment variable.
-The file names end with <tt>.kdbgtt</tt>. Example: The type table for <tt>libtqt.so</tt>
-is named <tt>qt.kdbgtt</tt>.
-User defined type tables override the type tables provided by the system.</p>
-<p>A type table file obeys the regular KDE configuration file syntax. The
-file has the following groups:</p>
-<ul>
-<li>
-A group <tt>[Type Table]</tt> which lists the types and information how
-the debugger can identify whether the program is linked against the library.</li>
-
-<li>
-A group for each type which has information about how the value of such
-a type is displayed by KDbg.</li>
-</ul>
-<p>In order to determine which type tables apply to the program being debugged
-KDbg lists the shared libraries it is linked to. Then it matches the names
-against the <tt>ShlibRE</tt> entries of all type tables. Those that match
-are used. If a type appears in several type tables, it is unspecified which
-one will be used.</p>
-<p>KDbg's type recognition only works for libraries that are linked dynamically
-to the program being debugged.</p>
-<h2>
-The <tt>[Type Table]</tt> group</h2>
-<p>This group contains the following entries:</p>
-<ul>
-<li>
-<tt>Types1</tt>, <tt>Types2</tt>, etc. These entries name the types,
-separated by commas.
-Each of the entries can list any number of types. The entries must be numbered
-consecutively (KDbg stops reading at the first gap), although an entry may be
-empty (i.e. contain no type at all).
-Sometimes the order in which the names are listed is important
-(see <tt>Alias</tt> types below).</li>
-
-<li>
-<tt>ShlibRE</tt>. KDbg uses this entry to determine if the type table applies
-to the program being debugged. For this purpose KDbg determines the shared
-libraries to which the program is linked. If any of the libraries matches
-this entry, the type table applies. The regular expression is a TQt-regular
-expression (the metacharacters <tt>.*?[]^$\</tt> are recognized in the
-usual way, but there is no possibility to group characters.)</li>
-
-<li>
-<tt>LibDisplayName</tt>. This entry is used in lists where the available
-type tables are listed to identify this type table.
-
-<br><font size=-1>This is not used currently.</font></li>
-
-<li>
-<tt>EnableBuiltin</tt> lists extensions that must be enabled if this
-library is used. Currently, two builtins are supported:
-<ul>
-<li>
-<tt>TQString::Data</tt> is used to display unicode strings of TQt's <tt>TQString</tt>
-class. See below.</li>
-<li><tt>TQCharIsShort</tt> is used only in connection with <tt>TQString::Data</tt>
-to specify that a unicode character is stored in an object of type <tt>short</tt>.
-See <tt>qt3.kdbgtt</tt> for examples.</li></ul></li>
-</ul>
-
-<p>In the case of regular types the names of types should follow the output of the
-<tt>whatis</tt> gdb command less any <tt>const</tt>, <i>spaces</i>, or trailing
-<tt>&</tt>.
-If the type contains a a comma in its name, it must be escaped with a backslash.
-But note that the comma should not be escaped in the type's group (which is described
-in the next section).
-</p>
-<p>In the case of template types the name can be arbitrary because the type's group
-will mention the template name and a type parameter list.</p>
-
-<h2>
-The type's group</h2>
-<p>There is one group for each type that is named exactly as the type. <font size=-1>At
-the moment C++ template classes are not supported.</font> Each group contains
-the following entries:</p>
-<ul>
-<li>An optional <tt>Template</tt> entry that specifies the exact template type
-name as it is reported by gdb's <tt>whatis</tt> command. However, it is
-possible to replace template parameter types at the top-most level by an
-asterisk&nbsp;<tt>*</tt>, which acts as a wildcard: It matches <b>one</b>
-template type argument that is reported by <tt>whatis</tt> (except that an
-asterisk in the last position matches all remaining template type arguments).
-</li>
-<li>
-<tt>Display</tt> determines how the value of the type is displayed by KDbg.
-The string must contain 1 to 5 percent characters '<tt>%</tt>'. These are
-replaced by the results of the expressions printed by the <tt>Expr</tt><i>x</i>
-entries.</li>
-
-<li>
-One or more of <tt>Expr1</tt>, <tt>Expr2</tt>, etc. Each of them must contain
-one or more <tt>%s</tt> sequence, which will be replaced by the expression
-whose value is investigated. The so constructed expression is submitted
-to gdb, and the result substituted back for the corresponding percent character
-in the <tt>Display</tt> string.</li>
-
-<li>
-An optional <tt>FunctionGuard</tt><i>x</i> that is associated with the corresponding <tt>Expr</tt><i>x</i>.
-If the evaluation of the resulting gdb expression returns an error, the corresponding expression from <tt>Expr</tt><i>x</i> is not evaluated. (This is used to guard function calls.)
-<li>
-<tt>Alias</tt> names an alias type. If this entry is present, the type
-is treated like the specified type. That alias type must appear before
-this type in the <tt>Types</tt><i>x</i> entries in the <tt>Type Table</tt>.</li>
-</ul>
-<p><font size=-1>Currently the number of expressions per type is limited to
-5. This can easily be changed if it's too restrictive, but I recommend
-not to go to that limit at all - it will slow down the debugging process.</font></p>
-<p>KDbg recognizes a special extension that is used to display TQt 2.x's and TQt 3.x's
-unicode strings: If an <tt>Expr</tt><i>x</i> is prepended with <tt>/TQString::Data</tt>,
-it is assumed that the result of the expression is a pointer to a <tt>TQString::Data</tt>.
-The value displayed is the unicode string that this instance of <tt>TQString::Data</tt>
-represents (which can be <tt>TQString::null</tt> if it is TQt's well-defined
-null string or <tt>(null)</tt> if the <tt>unicode</tt> member is the null
-pointer). See <tt>qt2.kdbgtt</tt> for examples.</p>
-<p>Tip: It is not necessary to define derived types if they ought to be
-treated the same as the base class - KDbg can deduce derived types and
-uses the type specification of the (leftmost) base class. You can use the
-<tt>Alias</tt>
-entry to quickly specify that a type should be treated like a non-leftmost
-base class for a multiple-inheritance class.</p>
-<h2>
-An example</h2>
-<p>The example shows how <tt>TQString</tt> and <tt>TQRect</tt> are defined
-in <tt>qt3.kdbgtt</tt>. Furthermore, the template type <tt>TQValueVector</tt>
-is defined. This example applies to TQt 3.x, which is located in shared library
-whose name ends in <tt>libtqt-mt.so.3</tt>.</p>
-<pre>[Type Table]
-Types1=TQString,TQRect
-Types2=TQValueVector
-LibDisplayName=libtqt 3.x
-ShlibRE=libtqt-mt\.so\.3$
-EnableBuiltin=TQString::Data,TQCharIsShort
-
-[TQString]
-Display={ % }
-Expr1=/TQString::Data (%s).d
-
-[TQValueVector]
-Template=TQValueVector<*>
-Display={ size=% shared=% capacity=% }
-Expr1=($tmp=(%s).sh)->finish-$tmp->start
-Expr2=(%s).sh->count
-Expr3=($tmp=(%s).sh)->end-$tmp->start
-
-[TQRect]
-Display={ tl=(%,%) br=(%,%) }
-Expr1=(%s).x1
-Expr2=(%s).y1
-Expr3=(%s).x2
-Expr4=(%s).y2</pre>
-<p>This example shows these features:</p>
-<ul>
-<li>The name of the template type, <tt>TQValueVector</tt> is irrelevant.
-The exact type name is specified under the <tt>Template=</tt> entry.
-It specifies a single wildcard so that it applies to all specializations.
-</li>
-<li>In order to evaluate the expression that was supplied in the <tt>%s</tt>
-only once, the result is stored in a temporary gdb variable and reused later in
-the same expression.</li>
-<li>Note that it is safer to wrap the <tt>%s</tt> in parentheses.</li>
-</ul>
-</body>
-</html>
diff --git a/kdbg/doc/en/watches.html b/kdbg/doc/en/watches.html
deleted file mode 100644
index 395cc61..0000000
--- a/kdbg/doc/en/watches.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Watched Expressions</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>
-The Watched Expressions Window</h1>
-<p>The watched expressions window is opened using <i>View|Watched Expressions</i>.
-It displays arbitrary expressions.</p>
-<p>To add an expression, type it into the edit field and press Enter or
-click <i>Add</i>. To remove an expression, click on it (choose the root
-of the expression) and click <i>Del</i>.</p>
-<p>You can also move a variable or structure member from the <a href="localvars.html">local
-variables window</a> to this window using the context menu in the local
-variables window.</p>
-<p>The values of most expressions can be changed. For this purpose, press F2
-while the input focus is in the window. Then edit the value and hit Enter.
-Note that you cannot modify the strings that <tt>char*</tt> values point
-to in this way, just the pointer value.</p>
-<p>Watched expressions are stored across debugging sessions. It is recommended
-that you remove expressions that your don't need any longer because that
-speeds up the debugging process.</p>
-</body>
-</html>
diff --git a/kdbg/doc/en/xslt.html b/kdbg/doc/en/xslt.html
deleted file mode 100644
index fdc5ec3..0000000
--- a/kdbg/doc/en/xslt.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - User's Manual - Debugging XSLT scripts</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF">
-<p><a href="index.html">Contents</a></p>
-<h1>Debugging XSLT scripts</h1>
-<p>KDbg allows to debug XSLT (XML stylesheet translation) scripts using
-<a href="http://xsldbg.sourceforge.net/">xsldbg</a>, which must be available
-on your system.</p>
-<h2>Specifying the script and an XML file to transform</h2>
-<p>XSLT mode is automatically entered if a &quot;program&quot; is loaded
-that has a file name that ends in <tt>.xsl</tt>. In addition, the
-<A href="invocation.html">command line option</A> <tt>-l XSL</tt> can be
-specified to explicitly choose this mode.</p>
-<p>To debug an XSLT script it is necessary to specify an XML data file
-that the script can transform. This is done in the
-<a href="argspwdenv.html">Program Arguments</a> dialog, where the XML
-file is specified in the <em>Program Arguments</em> edit box.</p>
-</body>
-</html>
diff --git a/kdbg/doc/man/kdbg.1 b/kdbg/doc/man/kdbg.1
deleted file mode 100644
index 588ef94..0000000
--- a/kdbg/doc/man/kdbg.1
+++ /dev/null
@@ -1,92 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH KDBG 1 "March 25, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-kdbg \- a graphical debugger interface
-.SH SYNOPSIS
-.B kdbg
-[ \fIgeneric-options\fP ]
-[ \fB\-t\fP \fIfile\fP ] [ \fB\-r\fP \fIdevice\fP ]
-[ \fB\-l\fP \fIlanguage\fP ] [ \fB\-p\fP \fIpid\fP ]
-[ \fIprogram\fP ] [ \fIcore\fP ]
-.SH DESCRIPTION
-\fBKDbg\fP is a graphical user interface to \fBgdb\fP, the GNU debugger. It
-provides an intuitive interface for setting breakpoints, inspecting
-variables, stepping through code and much more. KDbg requires TDE but
-you can of course debug any program.
-.PP
-KDbg can also debug XSLT (XML stylesheet translation) scripts by
-interfacing with \fBxsldbg\fP. Debian users must install the \fIkxsldbg\fP
-package to make use of this feature.
-.PP
-You can pass KDbg the path of the executable to debug (\fIprogram\fP) or
-a core dump to debug (\fIcore\fP).
-.PP
-Features of KDbg include:
-.PP
-.RS
-Inspection of variable values in a tree structure.
-.PP
-Direct member: For certain compound data types the most important
-member values are displayed next to the variable name, so that it is
-not necessary to expand the subtree of that variable in order to see
-the member value. KDbg can also display Qt's QString values, which
-are Unicode strings.
-.PP
-Debugger at your finger tips: The basic debugger functions (step,
-next, run, finish, until, set/clear/enable/disable breakpoint) are
-bound to function keys F5 through F10. Quick and easy.
-.PP
-View source code, search text, set program arguments and environment
-variables, display arbitrary expressions.
-.PP
-Debugging of core dumps, attaching to running processes is possible.
-.PP
-Conditional breakpoints.
-.RE
-.SH OPTIONS
-Below are the kdbg-specific options.
-For a full summary of options, run \fIkdbg \-\-help\fP.
-.TP
-\fB\-t\fP \fIfile\fP
-Write a transcript of the conversation with the debugger to the given
-file.
-.TP
-\fB\-r\fP \fIdevice\fP
-Use remote debugging via the given device.
-.TP
-\fB\-l\fP \fIlanguage\fP
-Specify the language of the program/script to debug.
-This must be either \fIC\fP (for a C/C++ program) or
-\fIXSL\fP (for an XSLT script).
-If this option is not passed then KDbg will try to deduce the language
-from the given filename.
-.TP
-\fB\-p\fP \fIpid\fP
-Attach to the process with the given process ID.
-.SH SEE ALSO
-.BR gdb (1),
-.BR xsldbg (1).
-.PP
-Full user documentation is available through the TDE Help Centre.
-Alternatively the HTML documentation can be viewed directly from
-\fI/opt/trinity/share/doc/tde/HTML/<lang>/kdbg/\fP.
-.SH AUTHOR
-KDbg was written by Johannes Sixt <Johannes.Sixt@telecom.at>.
-.br
-This manual page was prepared by Ben Burton <bab@debian.org>
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/kdbg/doc/ru/CMakeLists.txt b/kdbg/doc/ru/CMakeLists.txt
deleted file mode 100644
index e983b81..0000000
--- a/kdbg/doc/ru/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-file( GLOB _htmls RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.html )
-
-install(
- FILES ${_htmls}
- DESTINATION ${HTML_INSTALL_DIR}/ru/${PROJECT_NAME}
-)
-
-
diff --git a/kdbg/doc/ru/argspwdenv.html b/kdbg/doc/ru/argspwdenv.html
deleted file mode 100644
index 9108a91..0000000
--- a/kdbg/doc/ru/argspwdenv.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - áÒÇÕÍÅÎÔÙ, ïËÒÕÖÅÎÉÅ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>õËÁÚÁÎÉÅ ÁÒÇÕÍÅÎÔÏ× ÐÒÏÇÒÁÍÍÙ, ÒÁÂÏÞÅÇÏ ËÁÔÁÌÏÇÁ, ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ</h1>
-÷ÙÂÅÒÉÔÅ ÐÕÎËÔ ÍÅÎÀ <i>éÓÐÏÌÎÅÎÉÅ|áÒÇÕÍÅÎÔÙ</i> ÄÌÑ ×ÙÚÏ×Á ÄÉÁÌÏÇÏ×ÏÇÏ ÏËÎÁ, ×
-ËÏÔÏÒÏÍ ×Ù ÓÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÁÒÇÕÍÅÎÔÙ ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÙ, ÅÅ ÒÁÂÏÞÉÊ
-ËÁÔÁÌÏÇ É ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ.
-<h2>
-<a NAME="PgmArgs"></a>áÒÇÕÍÅÎÔÙ ÐÒÏÇÒÁÍÍ</h2>
-÷ ÓÁÍÏÊ ×ÅÒÈÎÅÊ ÓÔÒÏËÅ ××ÏÄÁ ÕËÁÖÉÔÅ ÁÒÇÕÍÅÎÔÙ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ, ËÏÔÏÒÙÅ ÄÏÌÖÎÙ
-ÂÙÔØ ÐÅÒÅÄÁÎÙ ÐÒÏÇÒÁÍÍÅ. üÔÉ ÁÒÇÕÍÅÎÔÙ ÂÕÄÕÔ ÉÓÐÏÌØÚÏ×ÁÎÙ ÐÒÉ ÓÌÅÄÕÀÝÉÅÍ
-ÚÁÐÕÓËÅ ÐÒÏÇÒÁÍÍÙ.
-<h2>
-<a NAME="WorkingDir"></a>òÁÂÏÞÉÊ ËÁÔÁÌÏÇ</h2>
-îÉÖÅ ÒÁÓÐÏÌÏÖÅÎÁ ÓÔÒÏËÁ ××ÏÄÁ, × ËÏÔÏÒÏÊ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÒÁÂÏÞÉÊ ËÁÔÁÌÏÇ
-ÐÒÏÇÒÁÍÍÙ. ðÒÏÇÒÁÍÍÁ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ × ÕËÁÚÁÎÎÏÍ ËÁÔÁÌÏÇÅ ÐÒÉ ÓÌÅÄÕÀÝÅÍ ÚÁÐÕÓËÅ.
-<p>òÁÂÏÞÉÊ ËÁÔÁÌÏÇ ÔÁËÖÅ ÄÅÊÓÔ×ÕÅÔ É ÄÌÑ gdb! õËÁÚÁÎÎÙÊ ×ÁÍÉ ËÁÔÁÌÏÇ ÂÕÄÅÔ
-ÎÅÍÅÄÌÅÎÎÏ ÐÅÒÅÄÁÎ gdb É ×ÓÔÕÐÉÔ × ÓÉÌÕ ËÁË ÔÏÌØËÏ ×Ù ÎÁÖÍÅÔÅ <i>OK</i>. üÔÏ
-ÍÏÖÅÔ ÐÏ×ÌÉÑÔØ ÎÁ ÐÏÉÓË ÆÁÊÌÏ× ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×.
-<h2>
-<a NAME="Environment"></a>ðÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ</h2>
-÷ ÓÅËÃÉÉ ÐÅÒÅÍÅÎÎÙÈ ÏËÒÕÖÅÎÉÑ ××ÅÄÉÔÅ ×ÙÒÁÖÅÎÉÅ × ×ÉÄÅ <tt>VARIABLE=value</tt>
-ÄÌÑ ÕÓÔÁÎÏ×ËÉ ÐÅÒÅÍÅÎÎÏÊ ÏËÒÕÖÅÎÉÑ <tt>VARIABLE</tt> × ÚÎÁÞÅÎÉÅ <tt>value</tt>
-É ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>éÚÍÅÎÉÔØ</i>. äÌÑ ÕÄÁÌÅÎÉÑ ÐÅÒÅÍÅÎÎÏÊ, ×ÙÂÅÒÉÔÅ ÅÅ ×
-ÓÐÉÓËÅ É ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>õÄÁÌÉÔØ</i>. äÌÑ ÉÚÍÅÎÅÎÉÑ ÚÎÁÞÅÎÉÑ ÐÅÒÅÍÅÎÎÏÊ,
-×ÙÂÅÒÉÔÅ ÅÅ ÉÚ ÓÐÉÓËÁ, ÏÔÒÅÄÁËÔÉÒÕÊÔÅ ÅÅ ÚÎÁÞÅÎÉÅ × ÐÏÌÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ É
-ËÌÉËÎÉÔÅ ÐÏ ËÎÏÐËÅ <i>éÚÍÅÎÉÔØ</i>. åÓÌÉ ×Ù ÉÚÍÅÎÉÔÅ ÉÍÑ ÐÅÒÅÍÅÎÎÏÊ É ËÌÉËÎÉÔÅ
-ÐÏ ËÎÏÐËÅ <i>éÚÍÅÎÉÔØ</i>, ÔÏ ×Ù ÄÏÂÁ×ÉÔÅ ÎÏ×ÕÀ ÐÅÒÅÍÅÎÎÕÀ! îÏ×ÙÅ ÐÅÒÅÍÅÎÎÙÅ
-ÏËÒÕÖÅÎÉÑ ÂÕÄÕÔ ÉÓÐÏÌØÚÏ×ÁÎÙ ×ÁÛÅÊ ÐÒÏÇÒÁÍÍÏÊ ÐÒÉ ÓÌÅÄÕÀÝÅÍ ÚÁÐÕÓËÅ.
-<p>åÓÌÉ × Linux ×Ù ÉÓÐÏÌØÚÕÅÔÅ ÂÉÂÌÉÏÔÅËÕ glibc2, ÔÏ ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÕÓÔÁÎÏ×ÉÔØ
-ÐÅÒÅÍÅÎÎÕÀ ÏËÒÕÖÅÎÉÑ <tt>LD_BIND_NOW</tt>. ïÞÅÎØ ×ÁÖÎÏ, ÞÔÏÂÙ ×Ù ÕÓÔÁÎÏ×ÉÌÉ
-ÚÎÁÞÅÎÉÅ ÜÔÏÊ ÐÅÒÅÍÅÎÎÏÊ × <tt>1</tt> ÄÌÑ ×ÓÅÈ ÓÅÓÓÉÊ ÏÔÌÁÄËÉ. åÓÌÉ ÏÎÁ ÎÅ
-ÂÕÄÅÔ ÕÓÔÁÎÏ×ÌÅÎÁ, ÔÏ gdb ÎÅ ÓÍÏÖÅÔ ÏÓÕÝÅÓÔ×ÌÑÔØ ÐÏÛÁÇÏ×ÕÀ ÏÔÌÁÄËÕ (× É ÉÚ)
-ÓÉÓÔÅÍÎÙÈ ÆÕÎËÃÉÊ, ÉÍÐÏÒÔÉÒÕÅÍÙÈ ÉÚ ÒÁÚÄÅÌÑÅÍÙÈ ÂÉÂÌÉÏÔÅË <tt>libc</tt> É
-ÏÓÔÁÌØÎÙÈ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/breakptlist.html b/kdbg/doc/ru/breakptlist.html
deleted file mode 100644
index b3007b3..0000000
--- a/kdbg/doc/ru/breakptlist.html
+++ /dev/null
@@ -1,68 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - óÐÉÓÏË ÔÏÞÅË ÏÓÔÁÎÏ×Á</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>óÐÉÓÏË ÔÏÞÅË ÏÓÔÁÎÏ×Á</h1>
-óÐÉÓÏË ÔÏÞÅË ÏÓÔÁÎÏ×Á ÏÔÏÂÒÁÖÁÅÔ ×ÓÅ ÕÓÔÁÎÏ×ÌÅÎÎÙÅ ÔÏÞËÉ ÏÓÔÁÎÏ×Á É ÐÒÏÓÍÏÔÒÁ É
-ÐÏÚ×ÏÌÑÅÔ ÍÁÎÉÐÕÌÉÒÏ×ÁÔØ ÉÍÉ. ïÎ ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ ÐÏÓÒÅÄÓÔ×ÏÍ ÐÕÎËÔÁ ÍÅÎÀ
-<i>÷ÉÄ|ôÏÞËÉ ÏÓÔÁÎÏ×Á</i>.
-<h2>ðÅÒÅÞÅÎØ ÔÏÞÅË ÏÓÔÁÎÏ×Á</h2>
-äÌÑ ËÁÖÄÏÊ ÔÏÞËÉ ÏÓÔÁÎÏ×Á ÏÔÏÂÒÁÖÁÅÔÓÑ ÓÌÅÄÕÀÝÅÅ:
-<ul>
-<li>ÍÅÓÔÏÎÁÈÏÖÄÅÎÉÅ ÔÏÞËÉ ÏÓÔÁÎÏ×Á,</li>
-
-<li>ÓÞÅÔÞÉË ÏÓÔÁÎÏ×ÏË ÎÁ ÜÔÏÊ ÔÏÞËÅ,</li>
-
-<li>ÓÞÅÔÞÉË ÐÒÏÐÕÓËÏ× ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ÅÓÌÉ ÕËÁÚÁÎ,</li>
-
-<li>ÕÓÌÏ×ÉÅ ÏÓÔÁÎÏ×Á, ÅÓÌÉ ÕËÁÚÎÏ.</li>
-</ul>
-éËÏÎËÁ ÎÁÐÒÏÔÉ× ÚÁÐÉÓÉ ÕËÁÚÁÙ×ÁÅÔ ÓÏÓÔÏÑÎÉÅ ÔÏÞËÉ ÏÓÔÁÎÏ×Á: ×ËÌÀÞÅÎÁ - ËÒÁÓÎÁÑ
-ÔÏÞËÁ, ×ÙËÌÀÞÅÎÁ - Ó×ÅÔÌÏ-ËÒÁÓÎÁÑ ÔÏÞËÁ, ×ÒÅÍÅÎÎÁÑ ÔÏÞËÁ ÏÓÔÁÎÏ×Á - ÍÁÌÅÎØËÉÅ
-ÞÁÓÙ ÉÌÉ ÕÓÌÏ×ÎÁÑ ÔÏÞËÁ ÏÓÔÁÎÏ×Á - ÍÁÌÅÎØËÉÊ ÚÎÁË ×ÏÐÒÏÓÁ.
-<p>ôÏÞËÉ ÐÒÏÓÍÏÔÒÁ ÏÂÏÚÎÁÞÁÀÔÓÑ ÉËÏÎËÏÊ ÌÕÐÙ ÎÁÐÒÏÔÉ× ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÊ ÚÁÐÉÓÉ.
-<h2>õÐÒÁ×ÌÅÎÉÅ ÔÏÞËÁÍÉ ÏÓÔÁÎÏ×Á</h2>
-<a NAME="StopProg"></a>îÅÏÂÈÏÄÉÍÏ ÏÔÍÅÔÉÔØ, ÞÔÏ ÔÏÞËÁÍÉ ÏÓÔÁÎÏ×Á É ÐÒÏÓÍÏÔÒÁ
-ÎÅ×ÏÚÍÏÖÎÏ ÕÐÒÁ×ÌÑÔØ ×Ï ×ÒÅÍÑ ÒÁÂÏÔÙ ÐÒÏÇÒÁÍÍÙ. åÓÌÉ ÐÒÏÇÒÁÍÍÁ ÕÖÅ ÚÁÐÕÝÅÎÁ,
-ÎÅÏÂÈÏÄÉÍÏ, ÞÔÏÂÙ ÏÎÁ ÏÓÔÁÎÏ×ÉÌÁÓØ ÌÉÂÏ ÐÏÐÁ× × ÔÏÞËÕ ÏÓÔÁÎÏ×Á, ÌÉÂÏ
-ÐÒÉÎÕÄÉÔÅÌØÎÏ ÐÏÓÒÅÄÓÔ×ÏÍ ×ÙÚÏ×Á ÐÕÎËÔÁ ÍÅÎÀ <i>éÓÐÏÌÎÅÎÉÅ|ðÒÅÒ×ÁÔØ</i>.
-üÔÏ ÎÅ ÚÁ×ÅÒÛÉÔ ÉÓÐÏÌÎÅÎÉÅ ÐÒÏÇÒÁÍÍÙ, Á ×ÓÅÇÏ ÌÉÛØ ÏÓÔÁÎÏ×ÉÔ ÅÅ. ôÅÐÅÒØ ×Ù
-ÍÏÖÅÔÅ ÕÐÒÁ×ÌÑÔØ ÔÏÞËÁÍÉ ÏÓÔÁÎ×Á, ÐÏÓÌÅ ÞÅÇÏ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ
-<i>éÓÐÏÌÎÅÎÉÅ|ðÒÏÄÏÌÖÉÔØ</i> ÄÌÑ ÐÒÏÄÏÌÖÅÎÉÑ ÉÓÐÏÌÎÅÎÉÑ ÐÒÏÇÒÁÍÍÙ.
-<p>äÌÑ ÕÓÔÁÎÏ×ËÉ ÔÏÞËÉ ÏÓÔÁÎÏ×Á ÎÁ ÏÐÒÅÄÅÌÅÎÎÕÀ ÓÔÒÏËÕ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ ÓÁÍÙÍ
-ÐÒÏÓÔÙÍ ÓÐÏÓÏÂÏÍ Ñ×ÌÑÅÔÓÑ ÕÓÔÁÎÏ×ËÁ ÅÅ × ÏËÎÅ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×. åÓÌÉ ×Ù ÎÅ
-ÚÎÁÅÔÅ ÉÍÅÎÉ ÆÁÊÌÁ É ÎÏÍÅÒÁ ÓÔÒÏËÉ, ÇÄÅ ÎÁÈÏÄÉÔÓÑ ÉÎÔÅÒÅÓÕÀÝÁÑ ×ÁÓ ÆÕÎËÃÉÑ, ×Ù
-ÐÒÏÓÔÏ ÍÏÖÅÔÅ ××ÅÓÔÉ ÅÅ ÉÍÑ × ÓÔÒÏËÅ ××ÏÄÁ ÎÁÄ ÓÐÉÓËÏÍ É ËÌÉËÎÕÔØ ÎÁ ËÎÏÐËÕ
-<i>äÏÂÁ×ÉÔØ ôÏÞËÕ ïÓÔÁÎÏ×Á</i>.
-<p>÷Ù ÍÏÖÅÔÅ ×ËÌÀÞÁÔØ É ×ÙËÌÀÞÁÔØ ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ×ÙÂÒÁ× ÉÈ × ÓÐÉÓËÅ, Á ÚÁÔÅÍ
-ËÌÉËÎÕ× ÎÁ ËÎÏÐËÉ <i>÷ËÌÀÞÉÔØ</i> ÉÌÉ <i>÷ÙËÌÀÞÉÔØ</i>. éÌÉ ÐÒÏÓÔÏ ËÌÉËÎÉÔÅ
-ÓÒÅÄÎÅÊ ËÎÏÐËÏÊ ÍÙÛÉ ÐÏ ÎÕÖÎÏÍÕ ÜÌÅÍÅÎÔÕ ÓÐÉÓËÁ - ×Ù ÂÕÄÅÔÅ ×ËÌÀÞÁÔØ É
-×ÙËÌÀÞÁÔØ ÉÈ ÔÁË ÖÅ, ËÁË É × ÏËÎÅ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×.
-<p>÷Ù ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÕÓÌÏ×ÉÅ ÓÒÁÂÁÔÙ×ÁÎÉÑ ÔÏÞËÉ ÏÓÔÁÎÏ×Á ÉÌÉ ÕÓÔÁÎÏ×ÉÔØ
-ÓÞÅÔÞÉË ÐÒÏÐÕÓËÏ× ÜÔÏÊ ÔÏÞËÉ, ÐÏËÁÚÙ×ÁÀÝÉÊ ËÏÌÉÞÅÓÔ×Ï ÐÒÏÈÏÄÏ×, ÐÒÉ ËÏÔÏÒÙÈ ÎÅ
-ÂÕÄÅÔ ÐÒÏÉÚ×ÅÄÅÎ ÏÓÔÁÎÏ×. äÌÑ ÜÔÏÇÏ ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>õÓÌÏ×ÉÑ</i> É ××ÅÄÉÔÅ
-ÕÓÌÏ×ÉÅ É/ÉÌÉ ÓÞÅÔÞÉË ÐÒÏÐÕÓËÏ×.
-<h2>õÐÒÁ×ÌÅÎÉÅ ÔÏÞËÁÍÉ ÐÒÏÓÍÏÔÒÁ</h2>
-ôÏÞËÉ ÐÒÏÓÍÏÔÒÁ ÐÏÈÏÖÉ ÎÁ ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ÚÁ ÉÓËÌÀÞÅÎÉÅÍ ÔÏÇÏ, ÞÔÏ ÐÒÅÒÙ×ÁÎÉÅ
-ÐÒÏÉÓÈÏÄÉÔ ÔÏÌØËÏ ÐÒÉ ÉÚÍÅÎÅÎÉÉ ÚÎÁÞÅÎÉÑ ÓÏÄÅÒÖÉÍÏÇÏ ÐÁÍÑÔÉ. ôÁËÖÅ ËÁË É ÔÏÞËÉ
-ÏÓÔÁÎÏ×Á, ÔÏÞËÁÍÉ ÐÒÏÓÍÏÔÒÁ ÎÅÌØÚÑ ÕÐÒÁ×ÌÑÔØ ×Ï ×ÒÅÍÑ ÉÓÐÏÌÎÅÎÉÑ ÐÒÏÇÒÁÍÍÙ.
-ðÏÄÒÏÂÎÅÅ ÓÍ. <a href="#StopProg">×ÙÛÅ</a>.
-<p>äÌÑ ÕÓÔÁÎÏ×ËÉ ÔÏÞËÉ ÐÒÏÓÍÏÔÒÁ, ××ÅÄÉÔÅ ×ÙÒÁÖÅÎÉÅ × ÓÔÒÏËÕ ××ÏÄÁ ÎÁÄ ÓÐÉÓËÏÍ
-É ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>äÏÂÁ×ÉÔØ ôÏÞËÕ ðÒÏÓÍÏÔÒÁ</i>. ðÒÏÇÒÁÍÍÁ ÏÓÔÁÎÏ×ÉÔÓÑ ÐÒÉ
-ÉÚÍÅÎÅÎÉÉ ÚÎÁÞÅÎÉÑ ×ÙÒÁÖÅÎÉÑ. îÅÏÂÈÏÄÉÍÏ ÏÔÍÅÔÉÔØ, ÞÔÏ ÔÏÞËÉ ÐÒÏÓÍÏÔÒÁ,
-ÉÓÐÏÌØÚÕÀÝÉÅ ÌÏËÁÌØÎÙÅ ÐÅÒÅÍÅÎÎÙÅ, ÍÏÇÕÔ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎÙ ÔÏÌØËÏ ËÏÇÄÁ
-ÐÒÏÇÒÁÍÍÁ ÐÒÅÒ×ÁÎÁ × ÔÏÞËÅ ÏÓÔÁÎÏ×Á (ÉÌÉ ÐÒÉÎÕÄÉÔÅÌØÎÏ ÐÏÓÒÅÄÓÔ×ÏÍ ×ÙÚÏ×Á
-ÐÕÎËÔÁ ÍÅÎÀ <i>éÓÐÏÌÎÅÎÉÅ|ðÒÅÒ×ÁÔØ</i>).
-<p>äÌÑ ÕÄÁÌÅÎÉÑ ÔÏÞËÉ ÐÒÏÓÍÏÔÒÁ, ×ÙÂÅÒÉÔÅ ÅÅ ÉÚ ÓÐÉÓËÁ É ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ
-<i>õÄÁÌÉÔØ</i>. åÓÌÉ ×ÙÒÁÖÅÎÉÅ ÉÓÐÏÌØÚÕÅÔ ÌÏËÁÌØÎÙÅ ÐÅÒÅÍÅÎÎÙÅ, ÔÏ ÔÏÞËÁ
-ÐÒÏÓÍÏÔÒÁ ÂÕÄÅÔ ÕÄÁÌÅÎÁ Á×ÔÏÍÁÔÉÞÅÓËÉ ÐÒÉ ×ÙÈÏÄÅ ÐÒÏÇÒÁÍÍÙ ÉÚ ÄÁÎÎÏÊ ÏÂÌÁÓÔÉ
-ÓÔÅËÁ (ÆÕÎËÃÉÉ).
-<p>÷Ù ÔÁËÖÅ ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÄÌÑ ÔÏÞÅË ÐÒÏÓÍÏÔÒÁ ÕÓÌÏ×ÉÑ É ÓÞÅÔÞÉË ÐÒÏÐÕÓËÏ×,
-×ÙÂÒÁ× ÅÇÏ ÉÚ ÓÐÉÓËÁ É ËÌÉËÎÕ× ÎÁ ËÎÏÐËÕ <i>õÓÌÏ×ÉÑ</i>.
-</body>
-</html>
diff --git a/kdbg/doc/ru/globaloptions.html b/kdbg/doc/ru/globaloptions.html
deleted file mode 100644
index c82a73d..0000000
--- a/kdbg/doc/ru/globaloptions.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÑ - çÌÏÂÁÌØÎÙÅ ðÅÒÅÍÅÎÎÙÅ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÌÄÅÒÖÁÎÉÅ</a>
-<h1>
-äÁÌÏÇÏ×ÏÅ ÏËÎÏ çÌÏÂÁÌØÎÙÈ ðÅÒÅÍÅÎÎÙÈ</h1>
-äÌÑ ÕÓÔÁÎÏ×ËÉ ÎÅËÏÔÏÒÙÈ ÇÌÏÂÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ
-<i>æÁÊÌ|çÌÏÂÁÌØÎÙÅ ðÅÒÅÍÅÎÎÙÅ</i>. ÷Ù ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ:
-<ul>
-<li>
-ËÏÍÁÎÄÕ, Ó ÐÏÍÏÝØÀ ËÏÔÏÒÏÊ ×ÙÚÙ×ÁÅÔÓÑ gdb,</li>
-
-<li>
-ËÏÍÁÎÄÕ, ËÏÔÏÒÁÑ ÏÔËÒÙ×ÁÅÔ ÔÅÒÍÉÎÁÌ ÄÌÑ ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ,</li>
-
-<li>
-ÄÏÌÖÅÎ ÌÉ KDbg ÐÅÒÅÈÏÄÉÔØ × ÏÂÙËÎÏ×ÅÎÎÙÊ ÒÅÖÉÍ ÐÏÓÌÅ ÏÓÔÁÎÏ×ËÉ ÐÒÏÇÒÁÍÍÙ É
-ÞÅÒÅÚ ËÁËÏÊ ÐÒÏÍÅÖÕÔÏË ×ÒÅÍÅÎÉ ÏÎ ÏÐÑÔØ ÐÅÒÅÊÄÅÔ × ÆÏÎÏ×ÙÊ ÒÅÖÉÍ,</li>
-
-<li>
-ÒÁÚÍÅÒ ÔÁÂÕÌÑÃÉÉ.</li>
-</ul>
-
-<h4>
-ëÁË ×ÙÚÙ×ÁÔØ gdb</h4>
-
-<blockquote>åÓÌÉ ×Ù ÉÓÐÏÌØÚÕÅÔÅ ÒÁÚÌÉÞÎÙÅ ×ÅÒÓÉÉ gdb, ÎÕÖÎÏ ÕËÁÚÁÔØ
-ÉÈ × <i>ëÁË ×ÙÚÙ×ÁÔØ gdb</i>. ðÏ ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ
-ÆÏÒÍÁ <tt>gdb --fullname
---nx</tt>. ðÒÏ×ÅÒØÔÅ, ÕËÁÚÁÎÙ ÌÉ ÄÁÎÎÙÅ ÏÐÃÉÉ,
-ÅÓÌÉ ×Ù ÉÚÍÅÎÉÌÉ ÉÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ gdb. åÓÌÉ ×Ù ÐÒÏÐÕÓÔÉÔÅ ÉÈ, KDbg ÎÅ
-ÂÕÄÅÔ ÒÁÂÏÔÁÔØ. åÓÌÉ ×Ù ÉÓÐÏÒÔÉÌÉ ÚÁÐÉÓØ, ÅÅ ÍÏÖÎÏ ÏÞÉÓÔÉÔØ, ÐÅÒÅ×ÅÄÑ
-× ÚÎÁÞÅÎÉÑ ÐÏ ÕÍÏÌÞÁÎÉÀ.</blockquote>
-
-<h4>
-ëÁË ×ÙÚ×ÁÔØ ÜÍÕÌÑÔÏÒ ÔÅÒÍÉÎÁÌÁ</h4>
-
-<blockquote>åÓÌÉ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÔÌØÚÏ×ÁÔØ ÒÁÚÌÉÞÎÙÅ ÔÅÒÍÉÎÁÌØÎÙÅ ÐÒÏÇÒÁÍÍÙ
-ÄÌÑ ÐÏËÁÚÁ ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ, ÕËÁÖÉÔÅ ÉÈ ×
-<i>ôÅÒÍÉÎÁÌÙ ÄÌÑ ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍ</i>. úÎÁÞÅÎÉÅ ÐÏ ÕÍÏÌÞÁÎÉÀ &#150;
-<tt>xterm -name kdbgio -title %T -e sh -c %C</tt>.
-÷ ÄÁÎÎÏÊ ÚÁÐÉÓÉ,
-<tt>%T</tt> ÚÁÍÅÎÑÅÔÓÑ ÔÉÔÕÌØÎÏÊ ÓÔÒÏËÏÊ, <tt>%C</tt>
-ÚÁÍÅÎÑÅÔÓÑ ÓËÒÉÐÔÏÍ ËÏÍÁÎÄÎÏÇÏ ÉÎÔÅÒÐÒÅÔÁÔÏÒÁ âÏÒÎÁ, ËÏÔÏÒÙÊ ÂÕÄÅÔ ÃÉËÌÉÞÅÓËÉ
-×ÙÚÙ×ÁÔØÓÑ, ÐÏËÁ ÎÅ ÐÒÏÉÚÏÊÄÅÔ ÚÁËÒÙÔÉÑ ÔÅÒÍÉÎÁÌØÎÏÇÏ ÏËÎÁ.
-(óËÒÉÐÔ ÉÓÐÏÌØÚÕÅÔ × ÃÉËÌÅ <tt>sleep
-3600</tt>). áÌØÔÅÒÎÁ×É\ÏÊ ÄÁÎÎÙÈ ÕÓÔÁÎÏ×ÏË ÍÏÖÅÔ ÓÌÕÖÉÔØ
-<tt>konsole --name kdbgio --caption %T -e sh -c %C</tt>.</blockquote>
-
-<h4>
-ðÅÒÅÈÏÄ × ÏÂÙÞÎÙÊ ÒÅÖÉÍ</h4>
-
-<blockquote>÷Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ KDbg ÏËÎÕ ÐÅÒÅ×ÅÓÔÉÓØ × ÏÂÙÞÎÙÊ ÒÅÖÉÍ,
-ËÏÇÄÁ ÏÔÌÁÖÉ×ÁÅÍÁÑ ÐÒÏÇÒÁÍÍÁ ÚÁ×ÅÒÛÉÔÓÑ (× ÔÏÞËÅ ÏÓÔÁÎÏ×Á ÉÌÉ ÐÏ ÓÉÇÎÁÌÕ).
-éÎÁÞÅ ÏËÎÏ KDbg ÎÅ ÁËÔÉ×ÉÒÕÅÔÓÑ (ÐÏ ËÒÁÊÎÅÊ ÍÅÒÅ × KWM &150; ÏËÏÎÎÏÍ ÍÅÎÅÄÖÅÒÅ
-KDE). îÅËÏÔÏÒÙÍ ÐÏÌØÚÏ×ÁÔÅÌÑÍ ÔÁËÏÅ ÐÏ×ÅÄÅÎÉÅ ÍÏÖÅÔ ÐÏËÁÚÁÔÓÑ ÎÁ×ÑÚÞÉ×ÙÍ,
-ÐÏÜÔÏÍÕ ÐÏ ÕÍÏÌÞÁÎÉÀ ÄÁÎÎÁÑ ÏÐÃÉÑ ÏÔËÌÀÞÅÎÁ.
-</blockquote>
-
-<blockquote>åÓÌÉ ÏÐÃÉÑ ×ËÌÀÞÅÎÁ, KDbg ÐÅÒÅËÌÀÞÉÔÓÑ × ÆÏÎÏ×ÙÊ ÒÅÖÉÍ, ÅÓÌÉ
-ÐÒÏÇÒÁÍÍÁ ÂÕÄÅÔ ÐÒÏÄÏÌÖÅÎÁ, ÎÏ ÔÏÌØËÏ ÐÏ ÐÒÏÛÅÓÔ×ÉÉ ÚÁÄÁÎÎÏÇÏ ×ÒÅÍÅÎÎÏÇÏ
-ÐÒÏÍÅÖÕÔËÁ. üÔÏ ÓÄÅÌÁÎÏ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÏËÎÏ ÏÔÌÁÄÞÉËÁ ÎÅ ÐÅÒÅËÌÀÞÁÌÏÓØ
-×ÓÅ ×ÒÅÍÑ, ËÏÇÄÁ ÉÓÐÏÌØÚÕÅÔÓÑ ÐÏÛÁÇÏ×ÏÅ ÉÓÐÏÌÎÅÎÉÅ ÐÒÏÇÒÁÍÍÙ.
-</blockquote>
-
-</body>
-</html>
diff --git a/kdbg/doc/ru/howdoi.html b/kdbg/doc/ru/howdoi.html
deleted file mode 100644
index 1549702..0000000
--- a/kdbg/doc/ru/howdoi.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÑ - ëÁË Ñ ÍÏÇÕ...?</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>
-ëÁË Ñ ÍÏÇÕ...?</h1>
-
-<h4>
-... ÕÓÔÁÎÏ×ÉÔØ ÔÏÞËÉ ÏÓÔÁÎÏ×Á?</h4>
-óÕÝÅÓÔ×ÕÅÔ ÎÅÓËÏÌØËÏ ÓÐÏÓÏÂÏ×:
-<ul>
-<li>îÁÖÁÔÉÅÍ ÌÅ×ÏÊ ËÌÁ×ÉÛÉ ÍÙÛÉ × ÏËÎÅ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ × "ÁËÔÉ×ÎÏÊ ÏÂÌÁÓÔÉ",
-ÎÁÈÏÄÑÝÅÊÓÑ ÓÌÅ×Á ÏÔ ÓÔÒÏËÉ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ.</li>
-
-<li>÷ÙÂÒÁÔØ ÓÔÒÏËÕ × ÏËÎÅ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ É ×ÙÂÒÁÔØ ÏÐÃÉÀ
-ÍÅÎÀ <i>ôÏÞËÉ ÏÓÔÁÎÏ×Á</i>.</li>
-
-<li>÷Ù ÍÏÖÅÔÅ ×ÏÓÐÏÌØÚÏ×ÁÔÓÑ <a href="breakptlist.html">ÓÐÉÓËÏÍ ÔÏÞÅË ÏÓÔÁÎÏ×Á</a>.</li>
-</ul>
-åÓÌÉ ×Ù ÎÅ ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ×ÏÚÍÏÖÎÏ ÐÒÏÇÒÁÍÍÁ ÒÁÂÏÔÁÅÔ
-× ÄÁÎÎÙÊ ÍÏÍÅÎÔ. ëÏÇÄÁ ÐÒÏÇÒÁÍÍÁ ÒÁÂÏÔÁÅÔ, ÕÓÔÁÎÏ×ËÁ ÔÏÞÅË ÏÓÔÁÎÏ×Á ÎÅ×ÏÚÍÏÖÎÁ.
-ïÓÔÁÎÏ×ÉÔÅ ÐÒÏÇÒÁÍÍÕ Ó ÐÏÍÏÝØÀ <i>÷ÙÐÏÌÎÅÎÉÅ|ðÒÅÒ×ÁÔØ</i>. åÓÌÉ
-×Ù ÐÏ-ÐÒÅÖÎÅÍÕ ÎÅ ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÔÏÞËÕ ÏÓÔÁÎÏ×Á, ÐÒÏ×ÅÒØÔÅ, ÓËÏÍÐÉÌÉÒÏ×ÁÎÁ
-<i>É ÓÏÂÒÁÎÁ</i> ÌÉ ×ÁÛÁ ÐÒÏÇÒÁÍÍÁ Ó ÐÏÄÄÅÒÖËÏÊ ÉÎÆÏÒÍÁÃÉÉ ÄÌÑ ÏÔÌÁÄËÉ.
-<h4>... ÕÓÔÁÎÏ×ÉÔØ ÚÎÁÞÅÎÉÅ ÇÌÏÂÁÌØÎÏÊ ÐÅÒÅÍÅÎÎÏÊ ÉÌÉ ËÁËÏÇÏ-ÌÉÂÏ ×ÙÒÁÖÅÎÉÑ?</h4>
-éÓÐÏÌØÚÕÊÔÅ ÏËÎÏ ðÒÏÓÍÏÔÒÁ.
-<h4>
-... ÕÓÔÁÎÏ×ÉÔØ ÔÏÞËÕ ÐÒÏÓÍÏÔÒÁ?</h4>
-ôÏÞËÉ ÐÒÏÓÍÏÔÒÁ ÕÓÔÁÎÁ×ÌÉ×ÁÀÔÓÑ × <a href="breakptlist.html">ÓÐÉÓËÅ
-ÔÏÞÅË ÏÓÔÁÎÏ×Á</a>.
-<h4>
-... ÉÓÐÏÌØÚÏ×ÁÔØ ÄÁÍÐ ÐÁÍÑÔÉ?</h4>
-óÎÁÞÁÌÁ ÎÅÏÂÈÏÄÉÍÏ ÚÁÇÒÕÚÉÔØ ÉÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ, ÉÓÐÏÌØÚÕÑ ÍÅÎÀ
-<i>æÁÊÌ|éÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ</i>, ÚÁÔÅÍ ÕËÁÚÁÔØ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÊ ÄÁÍÐ ÐÁÍÑÔÉ,
-ÉÓÐÏÌØÚÕÑ <i>æÁÊÌ|äÁÍÐ ðÁÍÑÔÉ</i>.
-<h4>
-... ÏÔÌÁÖÉ×ÁÔØ ÐÒÏÇÒÁÍÍÕ, ÓÏÄÅÒÖÁÝÕÀ ÂÅÓËÏÎÅÞÎÙÊ ÃÉËÌ?</h4>
-úÁÐÕÓÔÉÔÅ ÐÒÏÇÒÁÍÍÕ É ÐÏÄÏÖÄÉÔÅ, ÐÏËÁ ÏÎÁ ×ÏÊÄÅÔ × ÂÅÓËÏÎÅÞÎÙÊ ÃÉËÌ.
-ðÅÒÅËÌÀÞÉÔÅÓØ × KDbg É ×ÙÂÅÒÉÔÅ <i>÷ÙÐÏÌÎÅÎÉÅ|ðÒÅÒ×ÁÔØ</i>.
-äÁÌÅÅ ÍÏÖÎÏ ÉÓÐÏÌØÚÏ×ÁÔØ ÏÔÌÁÄÏÞÎÙÅ ÓÒÅÄÓÔ×Á.
-<h4>
-... ÓÄÅÌÁÔØ ÔÁË, ÞÔÏÂÙ ÐÒÏÇÒÁÍÍÁ ÏÐÒÅÄÅÌÅÎÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÒÁÚ ÉÇÎÏÒÉÒÏ×ÁÌÁ
-ÔÏÞËÕ ÏÓÔÁÎÏ×Á ×Ï ×ÒÅÍÑ ÐÒÏÈÏÄÁ ÄÏ ÔÏÇÏ, ËÁË ÎÁÞÎÅÔ ÐÒÅÒÙ×ÁÔØÓÑ?</h4>
-÷ <a href="breakptlist.html">ÓÐÉÓËÅ ÔÏÞÅË ÏÓÔÁÎÏ×Á</a> ×ÙÂÅÒÉÔÅ ÔÏÞËÕ
-ÏÓÔÁÎÏ×Á; ÎÁÖÍÉÔÅ <i>õÓÌÏ×ÎÁÑ</i> É ÕËÁÖÉÔÅ ËÏÌÉÞÅÓÔ×Ï ÒÁÚ ÄÌÑ ÐÒÏÐÕÓËÁ
-ÔÏÞËÉ ÏÓÔÁÎÏ×Á × ÐÏÌÅ <i>þÉÓÌÏ ÐÒÏÐÕÓËÏ×</i>.
-<h4>
-... ÕÓÔÁÎÏ×ÉÔØ ÐÅÒÅÍÅÎÎÕÀ ÓÒÅÄÙ ÄÌÑ ÉÓÐÏÌÎÅÍÏÇÏ ÍÏÄÕÌÑ?</h4>
-÷ÙÂÅÒÉÔÅ <i>÷ÙÐÏÌÎÅÎÉÅ|áÒÇÕÍÅÎÔÙ</i> É ÕËÁÖÉÔÅ ÐÅÒÅÍÅÎÎÙÅ ÓÒÅÄÙ ×
-<a href="argspwdenv.html#Environment">ÄÉÁÌÏÇÅ ÁÒÇÕÍÅÎÔÏ× ÐÒÏÇÒÁÍÍÙ</a>.
-<h4>
-... ÕÓÔÁÎÏ×ÉÔØ ÒÁÂÏÞÉÊ ËÁÔÁÌÏÇ ÄÌÑ ÉÓÐÏÌÎÑÅÍÏÇÏ ÍÏÄÕÌÑ?</h4>
-÷ÙÂÅÒÉÔÅ <i>÷ÙÐÏÌÎÅÎÉÅ|áÒÇÕÍÅÎÔÙ</i> É ÕËÁÖÉÔÅ ÒÁÂÏÞÉÊ ËÁÔÁÌÏÇ ×
-<a href="argspwdenv.html#WorkingDir">ÄÉÁÌÏÇÅ ÕÒÇÕÍÅÎÔÏ× ÐÒÏÇÒÁÍÍÙ</a>.
-<h4>
-... ÉÚÂÁ×ÉÔØÓÑ ÏÔ ÔÅÒÍÉÎÁÌØÎÏÇÏ ÏËÎÁ?</h4>
-÷ÙÂÅÒÉÔÅ <i>æÁÊÌ|îÁÓÔÒÏÊËÉ</i> É ÐÅÒÅÊÄÉÔÅ ÎÁ ÍÅÎÀ
-<a href="pgmsettings.html#output">÷Ù×ÏÄ</a>.
-÷ÙÂÅÒÉÔÅ <i>ôÏÌØËÏ ×Ù×ÏÄ, ÐÒÏÓÔÁÑ ÜÍÕÌÑÃÉÑ ÔÅÒÍÉÎÁÌÁ</i> É ÎÁÖÍÉÔÅ
-<i>OK</i>.
-ôÅÐÅÒØ ÐÅÒÅÚÁÐÕÓÔÉÔÅ ÐÒÏÇÒÁÍÍÕ (×ÙÂÅÒÉÔÅ ÅÅ ÉÚ ÓÐÉÓËÁ
-<i>æÁÊÌ|ðÏÓÌÅÄÎÉÊ ÉÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ</i>). ÷Ù×ÏÄ ÐÒÏÇÒÁÍÍÙ ÔÅÐÅÒØ ÐÅÒÅÎÁÐÒÁ×ÌÅÎ
-× ÓÏÚÄÁÎÎÏÅ <a href="pgmoutput.html">ÏËÎÏ ×Ù×ÏÄÁ</a>, Á × ËÁÞÅÓÔ×Å
-ÓÔÁÎÄÁÒÔÎÏÇÏ ÐÏÔÏËÁ ××ÏÄÁ ÉÓÐÏÌØÚÕÅÔÓÑ <tt>/dev/null</tt>.
-<p>÷Ù ÄÏÌÖÎÙ ÐÒÏÉÚ×ÅÓÔÉ ÄÁÎÎÕÀ ÏÐÅÒÁÃÉÀ ÄÌÑ ËÁÖÄÏÊ ÎÏ×ÏÊ ÏÔÌÁÖÉ×ÁÅÍÏÊ
-ÐÒÏÇÒÁÍÍÙ.
-<p><b><i>÷ÁÖÎÏ:</i></b>÷Ù ÎÅ ÄÏÌÖÎÙ ÄÅÌÁÔØ ÜÔÏÇÏ, ÅÓÌÉ ÐÒÏÇÒÁÍÍÁ
-ÞÉÔÁÅÔ ÄÁÎÎÙÅ ÓÏ ÓÔÁÎÄÁÒÔÎÏÇÏ ÐÏÔÏËÁ ××ÏÄÁ (ÏÂÙÞÎÏ ÔÅÒÍÉÎÁÌÁ) ÉÌÉ
-ÅÅ ×Ù×ÏÄ ÔÒÅÂÕÅÔ ÂÏÌÅÅ ÉÎÔÅÌÌÅËÔÕÁÌØÎÏÊ ÜÍÕÌÑÃÉÉ ÔÅÒÍÉÎÁÌÁ (ÔÏ ÅÓÔØ
-ÎÅ ÔÏÌØËÏ ×ÏÚ×ÒÁÔÁ ËÁÒÅÔËÉ É ÐÒÏÇÏÎÁ ÓÔÒÏËÉ). ïËÎÏ ×Ù×ÏÄÁ ÎÅ
-ÐÏÄÄÅÒÖÉ×ÁÅÔ ××ÏÄ É ÜÍÕÌÑÃÉÀ ÔÅÒÍÉÎÁÌÁ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/index.html b/kdbg/doc/ru/index.html
deleted file mode 100644
index 08e0d88..0000000
--- a/kdbg/doc/ru/index.html
+++ /dev/null
@@ -1,177 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-
-<h1>KDbg - òÕËÏ×ÏÄÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÑ</h1>
-
-<h2>óÏÄÅÒÖÁÎÉÅ</h2>
-
-<ul>
-<li>
-<a href="#Introduction">÷×ÅÄÅÎÉÅ</a></li>
-
-<li>
-<a href="#UsingKDbg">éÓÐÏÌØÚÏ×ÁÎÉÅ KDbg</a></li>
-
-<li>
-<a href="#InfoWindows">éÎÆÏÒÍÁÃÉÏÎÎÙÅ ÏËÎÁ KDbg</a></li>
-
-<li>
-<a href="#Tips">óÏ×ÅÔÙ É ÐÒ.</a></li>
-
-<li>äÌÑ ÏÐÙÔÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ: <a href="types.html">ôÁÂÌÉÃÙ ÔÉÐÏ×</a></li>
-
-<li>
-<a href="#KnownProblems">éÚ×ÅÓÔÎÙÅ ÐÒÏÂÌÅÍÙ</a></li>
-
-<li>
-<a href="#Author">á×ÔÏÒ</a></li>
-</ul>
-
-<hr>
-<h2>
-<a NAME="Introduction"></a>÷×ÅÄÅÎÉÅ</h2>
-KDbg Ñ×ÌÑÅÔÓÑ ÇÒÁÆÉÞÅÓËÉÍ ÉÎÔÅÒÆÅÊÓÏÍ Ë <tt>gdb</tt>, ÏÔÌÁÄÞÉËÏÍ ÐÒÏÅËÔÁ GNU.
-<p>üÔÏ ÏÚÎÁÞÁÅÔ, ÞÔÏ KDbg ÓÁÍ ÐÏ ÓÅÂÅ ÎÅ Ñ×ÌÑÅÔÓÑ ÏÔÌÁÄÞÉËÏÍ. óËÏÒÅÅ, ÏÎ
-ÏÂÝÁÅÔÓÑ Ó <tt>gdb</tt>, ÏÔÌÁÄÞÉËÏÍ, ÉÓÐÏÌØÚÕÀÝÉÍ ËÏÍÁÎÄÎÕÀ ÓÔÒÏËÕ, ÐÏÓÙÌÁÑ ÅÍÕ
-ËÏÍÁÎÄÙ É ÐÏÌÕÞÁÑ ÉÈ ÒÅÚÕÌØÔÁÔ, ÎÁÐÒÉÍÅÒ, ÚÎÁÞÅÎÉÑ ÐÅÒÅÍÅÎÎÙÈ. ðÕÎËÔÙ ÍÅÎÀ É
-ÕËÁÚÁÎÉÑ ÍÙÛØÀ ÐÒÅÏÂÒÁÚÕÀÔÓÑ × ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ ËÏÍÁÎÄ <tt>gdb</tt>, Á
-ÒÅÚÕÌØÔÁÔ ÐÒÅÏÂÒÁÚÕÅÔÓÑ Ë ÂÏÌÅÅ-ÍÅÎÅÅ ×ÉÚÕÁÌØÎÏÍÕ ÐÒÅÄÓÔÁ×ÌÅÎÉÀ, ÔÁËÏÍÕ ËÁË
-ÓÔÒÕËÔÕÒÎÏÅ ÓÏÄÅÒÖÉÍÏÅ ÐÅÒÅÍÅÎÎÙÈ.
-<p>ïÂÏÂÝÅÎÉÅ ×ÙÛÅ ÓËÁÚÁÎÎÏÇÏ - KDbg ÃÅÌÉËÏÍ ÚÁ×ÉÓÉÔ ÏÔ ×ÏÚÍÏÖÎÏÓÔÅÊ
-ÉÓÐÏÌØÚÕÅÍÏÇÏ ÏÔÌÁÄÞÉËÁ <tt>gdb</tt>. KDbg ÎÅ ÍÏÖÅÔ ÄÅÌÁÔØ ÂÏÌØÛÅ, ÞÅÍ ÄÅÌÁÅÔ
-<tt>gdb</tt>. îÁÐÒÉÍÅÒ, ÅÓÌÉ ÉÍÅÀÝÁÑÓÑ Õ ×ÁÓ ×ÅÒÓÉÑ <tt>gdb</tt> ÎÅ
-ÐÏÄÄÅÒÖÉ×ÁÅÔ ÏÔÌÁÄËÕ ÍÎÏÇÏÐÏÔÏÞÎÙÈ ÐÒÏÇÒÁÍÍ, ÔÏ É KDbg ÎÅ ÐÏÍÏÖÅÔ ×ÁÍ × ÜÔÏÍ
-(ÎÅÓÍÏÔÒÑ ÎÁ ÔÏ, ÞÔÏ ÏÎ ×Ù×ÏÄÉÔ ÏËÎÏ ÐÏÔÏËÏ×).
-
-<h2>
-<a NAME="UsingKDbg"></a>éÓÐÏÌØÚÏ×ÁÎÉÅ KDbg</h2>
-ðÅÒÅÄ ÎÁÞÁÌÏÍ ÉÓÐÏÌØÚÏ×ÁÎÉÑ KDbg ×Ù ÎÁ×ÅÒÎÏÅ ÚÁÈÏÔÉÔÅ ÐÒÏÓÍÏÔÒÅÔØ ÏÐÃÉÉ ×
-ÄÉÁÌÏÇÅ <a href="globaloptions.html">çÌÏÂÁÌØÎÙÅ ïÐÃÉÉ</a>, ËÏÔÏÒÙÊ ÍÏÖÎÏ
-×ÙÚ×ÁÔØ ÉÚ ÐÕÎËÔÁ ÍÅÎÀ <i>æÁÊÌ|çÌÏÂÁÌØÎÙÅ ïÐÃÉÉ</i>.
-<h4>õËÁÚÁÎÉÅ ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÙ</h4>
-äÌÑ ÏÔÌÁÄËÉ ÐÒÏÇÒÁÍÍÙ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ ÍÅÎÀ <i>æÁÊÌ|éÓÐÏÌÎÑÅÍÙÅ ÍÏÄÕÌÉ</i>. åÓÌÉ
-×Ù ÒÁÎÅÅ ÏÔÌÁÖÉ×ÁÌÉ ÜÔÕ ÐÒÏÇÒÁÍÍÕ, ×Ù ÍÏÖÅÔÅ ×ÙÂÒÁÔØ ÅÅ ÉÚ ÐÕÎËÔÁ
-<i>æÁÊÌ|ðÏÓÌÅÄÎÉÅ éÓÐÏÌÎÑÅÍÙÅ íÏÄÕÌÉ</i>. ðÒÏÇÒÁÍÍÁ ÚÁÇÒÕÚÉÔÓÑ.
-<p>åÓÌÉ ×Ù ÈÏÔÉÔÅ ÐÒÏÉÚ×ÅÓÔÉ ÏÔÌÁÄËÕ ÐÏ ÄÁÍÐÕ ÐÁÍÑÔÉ, ÔÏ ÓÎÁÞÁÌÁ ×Ù ÄÏÌÖÎÙ
-ÚÁÇÒÕÚÉÔØ ÐÒÏÇÒÁÍÍÕ, ÐÏÒÏÄÉ×ÛÕÀ ÜÔÏÔ ÄÁÍÐ, Á ÐÏÔÏÍ ÚÁÇÒÕÚÉÔØ ÓÁÍ ÄÁÍÐ, ×ÙÂÒÁ×
-ÐÕÎËÔ ÍÅÎÀ <i>æÁÊÌ|äÁÍÐ ðÁÍÑÔÉ</i>. ôÅÐÅÒØ KDbg ÐÅÒÅÊÄÅÔ × ÔÕ ÔÏÞËÕ ÐÒÏÇÒÁÍÍÙ,
-ËÏÔÏÒÁÑ ×ÙÚ×ÁÌÁ ÓÏÚÄÁÎÉÅ ÄÁÍÐÁ ÐÁÍÑÔÉ.
-<p>ôÅÐÅÒØ ×Ù ÍÏÖÅÔÅ ÕÓÔÁÎÁ×ÌÉ×ÁÔØ ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ÉÐÏÌØÚÕÑ ÍÅÎÀ
-<i>Breakpoint</i>, ÍÅÎÀ, ×ÙÚ×ÁÅÍÏÅ ÐÒÁ×ÏÊ ËÎÏÐËÏÊ ÍÙÛÙ, ÉÌÉ
-<a href="breakptlist.html">ÏËÎÏ ÔÏÞÅË ÏÓÔÁÎÏ×Á</a>.
-<p>ôÁËÖÅ ×Ù ÍÏÖÅÔÅ ÕÓÔÁÎÏ×ÉÔØ ÎÁÓÔÒÏÊËÉ ÔÏÌØËÏ ÄÌÑ ÏÔÌÁÖÉ×ÁÅÍÏÊ × ÄÁÎÎÙÊ ÍÏÍÅÎÔ
-ÐÒÏÇÒÁÍÍÙ × ÄÉÁÌÏÇÅ <a href="pgmsettings.html">îÁÓÔÒÏÊËÉ ðÒÏÇÒÁÍÍÙ</a>,
-×ÙÚÙ×ÁÅÍÏÍ ÐÕÎËÔÏÍ ÍÅÎÀ <i>æÁÊÌ|îÁÓÔÒÏÊËÉ</i>.
-
-<h4>éÓÐÏÌÎÅÎÉÅ ÐÒÏÇÒÁÍÍÙ</h4>
-ôÅÐÅÒØ ÚÁÐÕÓÔÉÔÅ ÐÒÏÇÒÁÍÍÕ, ×ÙÂÒÁ× ÐÕÎËÔ ÍÅÎÀ <i>éÓÐÏÌÎÅÎÉÅ|úÁÐÕÓË</i>. ôÅÐÅÒØ
-ÐÒÏÇÒÁÍÍÁ ÂÕÄÅÔ ÉÓÐÏÌÎÑÔØÓÑ ÏÂÙÞÎÙÍ ÏÂÒÁÚÏÍ ÄÏ ÔÅÈ ÐÏÒ, ÐÏËÁ ÏÎÁ ÌÉÂÏ ÎÅ
-ÏËÏÎÞÉÔÓÑ, ÌÉÂÏ ÎÅ ÐÏÐÁÄÅÔ × ÔÏÞËÕ ÏÓÔÁÎÏ×Á ÉÌÉ ÔÏÞËÕ ÐÒÏÓÍÏÔÒÁ, ÌÉÂÏ ÎÅ
-ÐÏÌÕÞÉÔ ÓÉÇÎÁÌ.
-<p>÷Ù ÍÏÖÅÔÅ ÚÁÐÕÓÔÉÔØ ÐÒÏÇÒÁÍÍÕ Ó ÁÒÇÕÍÅÎÔÁÍÉ, ÕÓÔÁÎÏ×ÉÔØ ÒÁÂÏÞÉÊ ËÁÔÁÌÏÇ, Á
-ÔÁËÖÅ ÐÅÒÅÍÅÎÎÙÅ ÏËÒÕÖÅÎÉÑ ÄÌÑ ÄÁÎÎÏÊ ÐÒÏÇÒÁÍÍÙ. äÌÑ ÜÔÏÇÏ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ ÍÅÎÀ
-<i>éÓÐÏÌÎÅÎÉÅ|áÒÇÕÍÅÎÔÙ</i> É ÕËÁÖÉÔÅ ×ÁÛÉ ÐÁÒÁÍÅÔÒÙ × ÄÉÁÌÏÇÅ
-<a href="argspwdenv.html">áÒÇÕÍÅÎÔÙ ðÒÏÇÒÁÍÍÙ</a> (ÐÅÒÅÄ ÚÁÐÕÓËÏÍ ÐÒÏÇÒÁÍÍÙ).
-<p>÷Ù ÔÁËÖÅ ÍÏÖÅÔÅ ÐÏÄËÌÀÞÉÔØÓÑ Ë ÕÖÅ ÒÁÂÏÔÁÀÝÅÊ ÐÒÏÇÒÁÍÍÅ. äÌÑ ÜÔÏÇÏ ÚÁÇÒÕÚÉÔÅ
-ÉÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ, ËÁË ÏÐÉÓÁÎÏ ×ÙÛÅ. úÁÔÅÍ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ ÍÅÎÀ
-<i>éÓÐÏÌÎÅÎÉÅ|ðÏÄÓÏÅÄÉÎÉÔØÓÑ</i>. õËÁÖÉÔÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÒÏÃÅÓÓÁ É ËÌÉËÎÉÔÅ ÎÁ
-<i>OK</i>. òÁÂÏÔÁÀÝÁÑ ÐÒÏÇÒÁÍÍÁ ÂÕÄÅÔ ÏÓÔÁÎÏ×ÌÅÎÁ (ÎÏ ÎÅ ÐÒÅÒ×ÁÎÁ), Á × ÏËÎÅ
-ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ× ÂÕÄÅÔ ÕËÁÚÁÎÁ ÔÅËÕÝÁÑ ÔÏÞËÁ ÏÓÔÁÎÏ×Á.
-
-<h4>ðÒÏÇÒÁÍÍÁ ÏÓÔÁÎÏ×ÌÅÎÁ - ÞÔÏ ÔÅÐÅÒØ?</h4>
-ëÏÇÄÁ ÐÒÏÇÒÁÍÍÁ ÏÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ × ÔÏÞËÅ ÏÓÔÁÎÏ×Á, ÐÒÏÓÍÏÔÒÁ ÉÌÉ ÐÒÉ ÐÏÌÕÞÅÎÉÉ
-ÓÉÇÎÁÌÁ, × <a href="sourcecode.html">ÏËÎÅ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×</a> ÕËÁÚÙ×ÁÅÔÓÑ
-ÔÅËÕÝÁÑ ÓÔÒÏËÁ ÏÓÔÁÎÏ×ËÉ ÐÒÏÇÒÁÍÍÙ. þÁÓÔÏ ×ÓÔÒÅÞÁÅÔÓÑ ÓÉÔÕÁÃÉÑ, ËÏÇÄÁ ÐÒÏÇÒÁÍÍÁ
-ÏÓÔÁÎÁ×ÌÉ×ÁÅÔÓÑ, ÐÏÌÕÞÁÑ ÓÉÇÎÁÌ (ÏÂÙÞÎÏ <tt>SIGSEGV</tt>), ÎÁÈÏÄÑÓØ × ÆÕÎËÃÉÉ,
-ËÏÔÏÒÕÀ ×Ù ×ÙÚÙ×ÁÅÔÅ ÉÚ Ó×ÏÅÊ ÐÒÏÇÒÁÍÍÙ, ÎÏ ÓÁÍÉ ÎÅ ÒÁÚÒÁÂÁÔÙ×ÁÌÉ. ÷ ÜÔÏÍ
-ÓÌÕÞÁÅ ÐÒÏÓÍÏÔÒÉÔÅ <a href="stack.html">ÏËÎÏ ÓÔÅËÁ</a> É ÎÁÊÄÉÔÅ ÆÕÎËÃÉÀ,
-ËÏÔÏÒÕÀ ÐÉÓÁÌÉ ×Ù (ÎÁÞÉÎÁÑ Ó ×ÅÒÛÉÎÙ ÓÐÉÓËÁ) É ËÌÉËÎÉÔÅ ÎÁ ÎÅÅ. üÔÏ ÕËÁÖÅÔ ×ÁÍ
-ÍÅÓÔÏ, Ó ËÏÔÏÒÏÇÏ ×Ù ÓÍÏÖÅÔÅ ÎÁÞÁÔØ ÐÏÉÓË ÏÛÉÂËÉ × ×ÁÛÅÊ ÐÒÏÇÒÁÍÍÅ.
-<p>÷ ÍÅÎÀ <i>éÓÐÏÌÎÅÎÉÅ</i> ×Ù ÎÁÊÄÅÔÅ ËÏÍÁÎÄÙ, ËÏÔÏÒÙÅ ×ÁÍ ÐÏÎÁÄÏÂÑÔÓÑ ÄÌÑ
-ÚÁÐÕÓËÁ ÐÒÏÇÒÁÍÍÙ, ÐÏÛÁÇÏ×ÏÊ ÏÔÌÁÄËÅ, ÐÒÅÒÙ×ÁÎÉÑ ÉÓÐÏÌÎÅÎÉÑ ÐÒÏÇÒÁÍÍÙ
-(<i>ðÒÅÒÙ×ÁÎÉÅ</i>). ÷ÁÖÎÙÅ ËÏÍÁÎÄÙ, ÔÁËÉÅ ËÁË <i>úÁÐÕÓË</i> É ×ÓÅ ×ÉÄÙ
-<i>ûÁÇÏ×</i>, ÐÒÉ×ÑÚÁÎÙ Ë ÆÕÎËÃÉÏÎÁÌØÎÙÍ ËÌÁ×ÉÛÁÍ, ËÏÔÏÒÙÍÉ ÒÅËÏÍÅÎÄÕÅÔÓÑ
-ÐÏÌØÚÏ×ÁÔØÓÑ ÄÌÑ ÐÏ×ÙÛÅÎÉÑ ÜÆÆÅËÔÉ×ÎÏÓÔÉ ÏÔÌÁÄËÉ.
-<br><font size=-1>üÔÉ ÆÕÎËÃÉÉ ÎÅ ÎÁÓÔÒÁÉ×ÁÀÔÓÑ, ÎÏ ÍÏÖÅÔ ×Ù ÚÁÈÏÔÉÔÅ ×ÎÅÓÔÉ
-Ó×ÏÊ ×ËÌÁÄ É ÒÁÚÒÁÂÏÔÁÔØ ÜÔÕ ÆÕÎËÃÉÏÎÁÌØÎÏÓÔØ?</font>
-<p>÷ ÍÅÎÀ <i>ôÏÞËÉ ÏÓÔÁÎÏ×Á</i> ×Ù ÎÁÊÄÅÔÅ ËÏÍÁÎÄÙ ÄÌÑ ÕÓÔÁÎÏ×ËÉ, ÓÎÑÔÉÑ,
-×ËÌÀÞÅÎÉ É ×ÙËÌÀÞÅÎÉÑ ×ÒÅÍÅÎÎÙÈ É ÐÏÓÔÏÑÎÎÙÈ ÔÏÞÅË ÏÓÔÁÎÏ×Á. ÷Ù ÍÏÖÅÔÅ ×Ù×ÅÓÔÉ
-ÓÐÉÓÏË ÔÏÞÅË ÏÓÔÁÎÏ×Á × <a href="breakptlist.html">ÏËÎÏ ÔÏÞÅË ÏÓÔÁÎÏ×Á</a>.
-÷Ù ÔÁËÖÅ ÍÏÖÅÔ ÕÓÔÁÎÏ×ÉÔØ ÔÏÞËÕ ÏÓÔÁÎÏ×Á, ËÌÉËÎÕ× ÌÅ×ÏÊ ËÎÏÐËÏÊ ÍÙÛÉ × ÌÅ×ÏÅ
-ÐÏÌÅ ÓÔÒÏËÉ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ. äÌÑ ×ËÌÀÞÅÎÉÑ É ×ÙËÌÀÞÅÎÉÑ ÔÏÞËÉ ÏÓÔÁÎÏ×Á
-ËÌÉËÎÉÔÅ ÓÒÅÄÎÅÊ ËÎÏÐËÏÊ ÍÙÛÉ ÎÁ ÔÏÞËÕ ÏÓÔÁÎÏ×Á.
-<p>ûÅÓÔÅÒÅÎËÁ ÎÁ ÐÁÎÅÌÉ ÉÎÓÔÒÕÍÅÎÔÏ× ÐÏËÁÚÙ×ÁÅÔ, ÞÔÏ gdb ÒÁÂÏÔÁÅÔ, × ÜÔÏÍ
-ÓÌÕÞÁÅ ÏÎÁ ×ÅÒÔÉÔÓÑ. ëÏÇÄÁ ÏÎÁ ×ÅÒÔÉÔÓÑ ÂÙÓÔÒÏ, KDbg ÎÅ ÂÕÄÅÔ ÐÒÉÎÉÍÁÔØ
-ËÏÍÁÎÄÙ ÉÓÐÏÌÎÅÎÉÑ, Á ÅÓÌÉ ÏÎÁ ×ÒÁÝÁÅÔÓÑ ÍÅÄÌÅÎÎÏ, ÔÏ KDbg ÓÞÉÔÙ×ÁÅÔ ÚÎÁÞÅÎÉÑ
-ÐÅÒÅÍÅÎÎÙÈ.
-<h2>
-<a NAME="InfoWindows"></a>éÎÆÏÒÍÁÃÉÏÎÎÙÅ ÏËÎÁ KDbg</h2>
-KDbg ×Ù×ÏÄÉÔ ÉÎÆÏÒÍÁÃÉÀ É ÐÒÉÎÉÍÁÅÔ ËÏÍÁÎÄÙ × ÒÁÚÌÉÞÎÙÈ ÏËÎÁÈ. ÷ ÍÅÎÀ
-<i>÷ÉÄ</i> ×Ù ÏÂÎÁÒÕÖÉÔÅ ËÏÍÁÎÄÙ ÄÌÑ ×ÙÚÏ×Á É ÚÁËÒÙÔÉÑ ÜÔÉÈ ÏËÏÎ. ÷ÓÅ ÜÔÉ ÏËÎÁ
-×Ù ÍÏÖÅÔÅ ÒÁÚÍÅÝÁÔØ ÔÁË, ËÁË ×ÁÍ ÕÄÏÂÎÏ.
-
-<ul>
-<li>
-<a href="sourcecode.html">ïËÎÏ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×</a></li>
-
-<li>
-<a href="localvars.html">ïËÎÏ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ</a></li>
-
-<li>
-<a href="stack.html">ïËÎÏ ÓÔÅËÁ</a></li>
-
-<li>
-<a href="watches.html">ïËÎÏ ÏÔÓÌÅÖÉ×ÁÅÍÙÈ ×ÙÒÁÖÅÎÉÊ</a></li>
-
-<li>
-<a href="breakptlist.html">óÐÉÓÏË ÔÏÞÅË ÏÓÔÁÎÏ×Á</a></li>
-
-<li>
-<a href="pgmoutput.html">ïËÎÏ ×Ù×ÏÄÁ</a></li>
-
-<li>
-<a href="registers.html">ïËÎÏ ÓÏÄÅÒÖÉÍÏÇÏ ÒÅÇÉÓÔÒÏ×</a></li>
-
-<li>
-<a href="memory.html">ïËÎÏ ÏÂÒÁÚÁ ÐÁÍÑÔÉ</a></li>
-
-<li>
-<a href="threads.html">ïËÎÏ ÐÏÔÏËÏ×</a></li>
-</ul>
-
-<h2>
-<a NAME="Tips"></a>óÏ×ÅÔÙ É ÐÒ.</h2>
-óÌÅÄÕÀÝÉÅ ÒÁÚÄÅÌÙ ÓÏÄÅÒÖÁÔ ÐÏÌÅÚÎÙÅ Ó×ÅÄÅÎÉÑ Ï ÉÓÐÏÌØÚÏ×ÁÎÉÉ KDbg.
-<ul>
-<li>
-<a href="tips.html">ðÏÌÅÚÎÙÅ óÏ×ÅÔÙ</a></li>
-
-<li>
-<a href="howdoi.html">ëÁË Ñ ÍÏÇÕ...?</a></li>
-</ul>
-
-<h2>
-<a NAME="KnownProblems"></a>éÚ×ÅÓÔÎÙÅ ÐÒÏÂÌÅÍÙ</h2>
-gdb 4.16 ÉÍÅÅÔ ÐÒÏÂÌÅÍÙ Ó ÏÂÒÁÂÏÔËÏÊ ËÌÁÓÓÏ× ó++ Ó ×ÉÒÔÕÁÌØÎÙÍ ÂÁÚÏ×ÙÍ ËÌÁÓÓÏÍ.
-(ôÁËÉÅ ËÌÁÓÓÙ ÏÂÙÞÎÏ ×ÓÔÒÅÞÁÀÔÓÑ × ÐÒÏÇÒÁÍÍÁÈ, ÉÓÐÏÌØÚÕÀÝÉÈ CORBA.) ïÎ
-ÐÒÅÒÙ×ÁÅÔÓÑ ÐÏ ÏÛÉÂËÅ ÓÅÇÍÅÎÔÁÃÉÉ, Á KDbg ÓÏÏÂÝÁÅÔ Ï ÔÏÍ, ÞÔÏ gdb ÎÅÏÖÉÄÁÎÎÏ
-ÚÁ×ÅÒÛÉÌÓÑ. ë ÓÏÖÁÌÅÎÉÀ, Ó ÜÔÉÍ ÎÉÞÅÇÏ ÎÅÌØÚÑ ÓÄÅÌÁÔØ. ÷ÁÍ ÐÒÉÄÅÔÓÑ
-ÐÅÒÅÚÁÐÕÓÔÉÔØ gdb, ×ÙÂÒÁ× ÐÕÎËÔ ÍÅÎÀ <i>æÁÊÌ|éÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ</i>, ËÏÔÏÒÙÊ
-ÐÅÒÅÚÁÐÕÓÔÉÔ ÓÅÓÓÉÀ ÏÔÌÁÄËÉ.
-<p>òÁÓÐÏÚÎÁ×ÁÎÉÅ ÔÉÐÏ× × KDbg ÒÁÂÏÔÁÅÔ ÔÏÌØËÏ ÄÌÑ ÂÉÂÌÉÏÔÅË, ÄÉÎÁÍÉÞÅÓËÉ
-ÌÉÎËÕÅÍÙÈ Ó ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÏÊ.
-
-<h2>
-<a NAME="Author"></a>á×ÔÏÒ</h2>
-KDbg ÒÁÚÒÁÂÏÔÁÎ <a href="mailto:j6t@kdbg.org">Johannes Sixt</a>
-Ó ÐÏÍÏÝØÀ ÍÎÏÇÉÈ ÏÓÔÁÌØÎÙÈ.
-<br>äÏÍÁÛÎÑÑ ÓÔÒÁÎÉÃÁ KDbg ÒÁÓÐÏÌÏÖÅÎÁ ÐÏ ÁÄÒÅÓÕ
-<a href="http://www.kdbg.org/">http://www.kdbg.org/</a>.
-</body>
-</html>
diff --git a/kdbg/doc/ru/localvars.html b/kdbg/doc/ru/localvars.html
deleted file mode 100644
index 31b9a8b..0000000
--- a/kdbg/doc/ru/localvars.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ìÏËÁÌØÎÙÅ ðÅÒÅÍÅÎÎÙÅ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ ìÏËÁÌØÎÙÈ ðÅÒÅÍÅÎÎÙÈ</h1>
-ïËÎÏ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ ×ÙÚÙ×ÁÅÔÓÑ ×ÙÂÏÒÏÍ ÐÕÎËÔÁ ÍÅÎÀ <i>÷ÉÄ|ìÏËÁÌØÎÙÅ</i>.
-äÁÎÎÏÅ ÏËÎÏ ÏÔÏÂÒÁÖÁÅÔ ÓÏÄÅÒÖÉÍÏÅ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ, ÏÐÒÅÄÅÌÅÎÎÙÈ
-ÕËÁÚÁÎÎÏÊ ÔÅËÕÝÅÊ ÏÂÌÁÓÔØÀ ÓÔÅËÁ (stack frame).
-<p>ïÔÏÂÒÁÖÁÅÍÙÊ ÎÁÂÏÒ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ ÏÐÒÅÄÅÌÑÅÔÓÑ ÏÂÌÁÓÔØÀ ÓÔÅËÁ (stack
-frame), ×ÙÂÒÁÎÎÏÊ × ÏËÎÅ ÓÔÅËÁ.
-<p>úÎÁÞÅÎÉÑ ÐÅÒÅÍÅÎÎÙÈ, ÉÚÍÅÎÉ×ÝÉÈÓÑ ÍÅÖÄÕ ÏÓÔÁÎÏ×ÁÍÉ ÐÒÏÇÒÁÍÍÙ, ÏÔÏÂÒÁÖÁÀÔÓÑ
-ËÒÁÓÎÙÍ Ã×ÅÔÏÍ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/memory.html b/kdbg/doc/ru/memory.html
deleted file mode 100644
index e8ba057..0000000
--- a/kdbg/doc/ru/memory.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÑ - ïÂÒÁÚ ÐÁÍÑÔÉ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ ÏÂÒÁÚÁ ÐÁÍÑÔÉ</h1>
-þÔÏÂÙ ÏÔÏÂÒÁÚÉÔØ ÏËÎÏ ÏÂÒÁÚÁ ÐÁÍÑÔÉ ÎÕÖÎÏ ×ÙÂÒÁÔØ <i>÷ÉÄ|ðÁÍÑÔØ</i>.
-ïÎÏ ×Ù×ÏÄÉÔ ÓÏÄÅÒÖÉÍÏÅ ÐÁÍÑÔÉ ÐÒÏÇÒÁÍÍÙ ÐÏ ÌÀÂÙÍ ÁÄÒÅÓÁÍ.
-<p>äÌÑ ÐÒÏÓÍÏÔÒÁ ÓÏÄÅÒÖÉÍÏÇÏ ÐÁÍÑÔÉ, ××ÅÄÉÔÅ ÎÕÖÎÙÊ ÁÄÒÅÓ × ÐÏÌÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ.
-áÄÒÅÓ ÎÅ ÏÂÑÚÁÔÅÌØÎÏ ÄÏÌÖÅÎ ÚÁÄÁ×ÁÔØÓÑ × ÛÅÓÔÎÁÄÃÁÔÅÒÉÞÎÏÊ ÆÏÒÍÅ É ÍÏÖÅÔ
-ÚÁÄÁ×ÁÔØÓÑ ×ÙÒÁÖÅÎÉÅÍ.
-<p>÷Ù ÍÏÖÅÔÅ ÏÐÒÅÄÅÌÉÔØ ÆÏÒÍÁÔ ÏÔÏÂÒÁÖÅÎÉÑ ÓÏÄÅÒÖÉÍÏÇÏ ÐÁÍÑÔÉ Ó ÐÏÍÏÝØÀ
-×ÙÂÏÒÁ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÈ ÏÐÃÉÊ ÉÚ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ, ËÏÔÏÒÏÅ ×ÙÚÙ×ÁÅÔÓÑ
-ÎÁÖÁÔÉÅÍ ÐÒÁ×ÏÊ ËÌÁ×ÉÛÉ ÍÙÛÉ.
-<p>áÄÒÅÓÎÙÅ ×ÙÒÁÖÅÎÉÑ ÚÁÐÏÍÉÎÁÀÔÓÑ É ×ÐÏÓÌÅÄÓÔ×ÉÉ ÍÏÇÕÔ ÂÙÔØ
-×ÙÚ×ÁÎÙ ÉÚ ×ÙÐÁÄÁÀÝÅÇÏ ÓÐÉÓËÁ. ïÂÒÁÔÉÔÅ ×ÎÉÍÁÎÉÅ, ÞÔÏ ÁÄÒÅÓÎÙÅ ×ÙÒÁÖÅÎÉÑ
-ÚÁÐÏÍÉÎÁÀÔÓÑ ×ÍÅÓÔÅ Ó ÉÈ ÆÏÒÍÁÔÏÍ.
-<p>åÓÌÉ ×Ù ÎÅ ÓÏÂÉÒÁÅÔÅÓØ ÉÓÓÌÅÄÏ×ÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÐÁÍÑÔÉ, ÒÅËÏÍÅÎÄÕÅÔÓÑ
-ÏÞÉÓÔÉÔØ ×ÙÒÁÖÅÎÉÅ ÔÁËÉÍ ÏÂÒÁÚÏÍ, ÞÔÏÂÙ ÓÏÄÅÒÖÉÍÏÅ ÐÁÍÑÔÉ ÎÅ ×Ù×ÏÄÉÌÏÓØ
-&#150; ÜÔÏ Õ×ÅÌÉÞÉÔ ÓËÏÒÏÓÔØ ÐÒÏÃÅÓÓÁ ÏÔÌÁÄËÉ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/pgmoutput.html b/kdbg/doc/ru/pgmoutput.html
deleted file mode 100644
index 2a17c69..0000000
--- a/kdbg/doc/ru/pgmoutput.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ÷Ù×ÏÄ ðÒÏÇÒÁÍÍÙ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ ÷Ù×ÏÄÁ ðÒÏÇÒÁÍÍÙ</h1>
-ïËÎÏ ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ ÍÏÖÎÏ ×ÙÚ×ÁÔØ, ×ÙÂÒÁ× ÐÕÎËÔ ÍÅÎÀ <i>÷ÉÄ|÷Ù×ÏÄ</i>. ÷ ÜÔÏ
-ÏËÎÏ ×Ù×ÏÄÑÔÓÑ ÓÔÁÎÄÁÒÔÎÙÅ ÐÏÔÏËÉ ×Ù×ÏÄÁ É ÄÉÁÇÎÏÓÔÉËÉ ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÙ.
-<p>ïÎÏ ÎÅ ÐÏÚ×ÏÌÑÅÔ ××ÏÄÉÔØ ËÁËÉÅ-ÌÉÂÏ ÄÁÎÎÙÅ × ÐÒÏÇÒÁÍÍÕ É ÒÅÁÌÉÚÕÅÔ ÌÉÛØ
-ÍÉÎÉÍÁÌØÎÕÀ ÜÍÕÌÑÃÉÀ ÔÅÒÍÉÎÁÌÁ: <tt>\n</tt> (ÐÅÒÅ×ÏÄ ÓÔÒÏËÉ) ÐÒÅÏÂÒÁÚÕÅÔÓÑ ×
-ËÏÍÂÉÎÁÃÉÀ ÎÁÞÁÌÏ ÓÔÒÏËÉ-ÐÅÒÅ×ÏÄ ÓÔÒÏËÉ, Á <tt>\r</tt> (ÎÁÞÁÌÏ ÓÔÒÏËÉ)
-ÉÇÎÏÒÉÒÕÅÔÓÑ. üÔÉÈ ×ÏÚÍÏÖÎÏÓÔÅÊ ÏÂÙÞÎÏ ÐÒÅÄÏÓÔÁÔÏÞÎÏ ÄÌÑ ÏÔÌÁÄËÉ GUI ÐÒÏÇÒÁÍÍ,
-ËÏÔÏÒÙÅ ×Ù×ÏÄÑÔ ÏÔÌÁÄÏÞÎÙÅ ÓÏÏÂÝÅÎÉÅ × ÓÔÁÎÄÁÒÔÎÙÅ ÐÏÔÏËÉ ×Ù×ÏÄÁ ÉÌÉ
-ÄÉÁÇÎÏÓÔÉËÉ.
-<p>ëÏÇÄÁ ÐÒÏÇÒÁÍÍÁ ÏÔÌÁÖÉ×ÁÅÔÓÑ ÐÅÒ×ÙÊ ÒÁÚ, ÏËÎÏ ×Ù×ÏÄÁ ÐÒÏÇÒÁÍÍÙ ÎÅ
-<i>ÎÅ</i>ÉÓÐÏÌØÚÕÅÔÓÑ. ÷ÅÄØ KDbg ÎÅ ÚÎÁÅÔ, ÄÏÓÔÁÔÏÞÎÏ ÌÉ ÐÒÏÇÒÁÍÍÅ ÓÔÏÌØ
-ÏÇÒÁÎÉÞÅÎÎÙÈ ×ÏÚÍÏÖÎÏÓÔÅÊ ÉÌÉ ÖÅ ÏÎÁ ÏÖÉÄÁÅÔ ××ÏÄÁ Ó ÔÅÒÍÉÎÁÌÁ. ðÏÜÔÏÍÕ ÐÏ
-ÕÍÏÌÞÁÎÉÀ ÉÓÐÏÌØÚÕÅÔÓÑ ÛÔÁÔÎÙÊ ÜÍÕÌÑÔÏÒ ÔÅÒÍÉÎÁÌÁ. äÌÑ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ ×Ù×ÏÄÁ
-ÐÒÏÇÒÁÍÍÙ × ÏËÎÏ ×Ù×ÏÄÁ ÎÅÏÂÈÏÄÉÍÏ ÐÒÏÄÅÌÁÔØ ÓÌÅÄÕÀÝÉÅ ÛÁÇÉ:
-<ol>
-<li>
-÷ÙÚ×ÁÔØ ÄÉÁÌÏÇÏ×ÏÅ ÏËÎÏ <a href="pgmsettings.html">îÁÓÔÒÏÊËÉ</a> ÐÏÓÒÅÄÓÔ×ÏÍ
-ÐÕÎËÔÁ ÍÅÎÀ <i>æÁÊÌ|îÁÓÔÒÏÊËÉ</i>.</li>
-
-<li>÷ÙÂÒÁÔØ ÚÁËÌÁÄËÕ <i>÷Ù×ÏÄ</i>.</li>
-
-<li>÷ÙÂÒÁÔØ <i>ôÏÌØËÏ ×Ù×ÏÄ, ÐÒÏÓÔÏÊ ÜÍÕÌÑÔÏÒ ÔÅÒÍÉÎÁÌ</i> É ËÌÉËÎÕÔØ ÎÁ
-ËÎÏÐËÕ <i>OK</i>.</li>
-
-<li>ðÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÏÇÒÁÍÍÕ ÉÚ ÓÐÉÓËÁ <i>æÁÊÌ|ðÏÓÌÅÄÎÉÅ éÓÐÏÌÎÑÅÍÙÅ íÏÄÕÌÉ</i>.</li>
-</ol>
-äÌÑ ÏÞÉÓÔËÉ ÓÏÄÅÒÖÉÍÏÇÏ ÏËÎÁ ×ÙÂÅÒÉÔÅ ÐÕÎËÔ <i>ïÞÉÓÔÉÔØ</i> × ×ÓÐÌÙ×ÁÀÝÅÍ ÍÅÎÀ,
-×ÙÚÙ×ÁÅÍÏÍ ÎÁÖÁÔÉÅÍ ÐÒÁ×ÏÊ ËÎÏÐËÉ ÍÙÛÉ × ÜÔÏÍ ÏËÎÅ.
-<p>åÓÌÉ ÐÏÓÌÅÄÎÑÑ ÓÔÒÏËÁ ÏËÎÁ ÚÁÐÏÌÎÅÎÁ ÔÅËÓÔÏÍ, ÔÏ ÏËÎÏ ÐÒÏËÒÕÞÉ×ÁÅÔÓÑ
-Á×ÔÏÍÁÔÉÞÅÓËÉ ÔÁËÉÍ ÏÂÒÁÚÏÍ, ÞÔÏ ÐÏÓÌÅÄÎÑÑ ÓÔÒÏËÁ ×ÓÅÇÄÁ ÏÓÔÁÅÔÓÑ ×ÉÄÉÍÏÊ ÐÒÉ
-ÐÏÓÔÕÐÌÅÎÉÉ ÎÏ×ÙÈ ÓÏÏÂÝÅÎÉÊ. åÓÌÉ ×Ù ÐÒÏËÒÕÔÉÔÅ ÏËÎÏ, ÔÏ ÏÔÏÂÒÁÖÁÅÍÁÑ ÐÏÚÉÃÉÑ
-ÎÅ ÉÚÍÅÎÉÔÓÑ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/pgmsettings.html b/kdbg/doc/ru/pgmsettings.html
deleted file mode 100644
index ca14b4b..0000000
--- a/kdbg/doc/ru/pgmsettings.html
+++ /dev/null
@@ -1,73 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - îÁÓÔÒÏÊËÉ ðÒÏÇÒÁÍÍ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>äÉÁÌÏÇ îÁÓÔÒÏÊËÉ ðÒÏÇÒÁÍÍ</h1>
-÷ ÜÔÏÍ ÄÉÁÌÏÇÅ ÍÏÖÎÏ ÕËÁÚÁÔØ ÎÁÓÔÒÏÊËÉ ËÏÎËÒÅÔÎÏÊ ÐÒÏÇÒÁÍÍÙ. äÌÑ ÅÇÏ ×ÙÚÏ×Á
-×ÙÂÅÒÉÔÅ ÐÕÎËÔ ÍÅÎÀ <i>æÁÊÌ|îÁÓÔÒÏÊËÉ</i>. äÁÎÎÙÅ ÎÁÓÔÒÏÊËÉ ÂÕÄÕÔ ÐÒÉÍÅÎÅÎÙ
-ÔÏÌØËÏ Ë ÔÅËÕÝÅÊ ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÅ É ÂÕÄÕÔ ÓÏÈÒÁÎÅÎÙ ÍÅÖÄÕ ÓÅÓÓÉÑÍÉ ÅÅ
-ÏÔÌÁÄËÉ.
-<blockquote><b><i>÷ÁÖÎÏÅ ÚÁÍÅÞÁÎÉÅ:</i></b> îÁÓÔÒÏÊËÉ ÂÕÄÕÔ ÐÒÉÍÅÎÅÎÙ ÔÏÌØËÏ
-ÐÒÉ ÓÌÅÄÕÀÝÅÊ ÚÁÇÒÕÚËÅ ÉÓÐÏÌÎÑÅÍÏÇÏ ÍÏÄÕÌÑ × KDbg. üÔÏ ÏÚÎÁÞÁÅÔ, ÞÔÏ ÐÏÓÌÅ
-ÎÁÖÁÔÉÑ ÎÁ <i>OK</i> ×Ù ÄÏÌÖÎÙ ÐÅÒÅÚÁÇÒÕÚÉÔØ ÉÓÐÏÌÎÑÅÍÙÊ ÍÏÄÕÌØ Ó ÐÏÍÏÝØÀ
-ÐÕÎËÔÁ ÍÅÎÀ <i>æÁÊÌ|éÓÐÏÌÎÑÅÍÙÅ ÍÏÄÕÌÉ</i>!!</blockquote>
-
-<ul>
-<li>
-<a href="#driver">ïÔÌÁÄÞÉË</a></li>
-
-<li>
-<a href="#output">÷Ù×ÏÄ</a></li>
-</ul>
-
-<h2>
-<a NAME="driver"></a>ïÔÌÁÄÞÉË</h2>
-÷ ÜÔÏÍ ÒÁÚÄÅÌÅ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÏÔÌÁÄÞÉË, ËÏÔÏÒÙÍ ÂÕÄÅÔÅ ÏÔÌÁÖÉ×ÁÔØ ÐÒÏÇÒÁÍÍÕ.
-<h4>ëÁË ×ÙÚ×ÁÔØ GDB</h4>
-
-<blockquote>÷×ÅÄÉÔÅ ËÏÍÁÎÄÕ ÄÌÑ ×ÙÚÏ×Á gdb. ïÓÔÁ×ØÔÅ ÜÔÏ ÐÏÌÅ ÐÕÓÔÙÍ ÄÌÑ ×ÙÚÏ×Á
-gdb ÐÏ ÕÍÏÌÞÁÎÉÀ, ÕËÁÚÁÎÎÏÇÏ ×
-<a href="globaloptions.html">ÇÌÏÂÁÌØÎÙÈ ÏÐÃÉÑÈ</a>. åÓÌÉ ×Ù ÚÁÎÉÍÁÅÔÅÓØ
-ËÒÏÓÓ-ËÏÍÐÉÌÑÃÉÅÊ É ÕÄÁÌÅÎÎÏÊ ÏÔÌÁÄËÏÊ, ÔÏ ×Ù ÎÁ×ÅÒÎÏÅ ÚÁÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ
-ÄÒÕÇÏÊ gdb, ÂÏÌÅÅ ÐÏÄÈÏÄÑÝÉÊ ÄÌÑ ËÏÎËÒÅÔÎÏÊ ÐÌÁÔÆÏÒÍÙ. ðÏ ÕÍÏÌÞÁÎÉÀ ×ÙÚÙ×ÁÅÔÓÑ
-<tt>gdb --fullname --nx</tt>. îÅ ÚÁÂÕÄØÔÅ ÕËÁÚÁÔØ ÄÁÎÎÙÅ ÏÐÃÉÉ ÐÒÉ ÉÚÍÅÎÅÎÉÉ
-ÉÓÐÏÌØÚÕÅÍÏÇÏ ÏÔÌÁÄÞÉËÁ. åÓÌÉ ×Ù ÉÈ ÎÅ ÕËÁÖÉÔÅ, KDbg ÎÅ ÂÕÄÅÔ ÒÁÂÏÔÁÔØ.
-</blockquote>
-
-<h2>
-<a NAME="output"></a>÷Ù×ÏÄ</h2>
-÷ ÜÔÏÍ ÒÁÚÄÅÌÅ ×Ù ÍÏÖÅÔÅ ÕËÁÚÁÔØ ÓÔÅÐÅÎØ ÜÍÕÌÑÃÉÉ ÔÅÒÍÉÎÁÌÁ, × ËÏÔÏÒÏÊ ÂÕÄÅÔ
-ÒÁÂÏÔÁÔØ ÐÒÏÇÒÁÍÍÁ.
-<h4>îÅÔ ××ÏÄÁ É ×Ù×ÏÄ</h4>
-
-<blockquote>ïÔÍÅÔØÔÅ ÜÔÕ ÏÐÃÉÀ, ÅÓÌÉ ×ÁÛÁ ÐÒÏÇÒÁÍÍÁ ÎÅ ÐÏÌÕÞÁÅÔ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ
-Ó ÔÅÒÍÉÎÁÌ É ×Ù ÎÅ ÈÏÔÉÔÅ ×ÉÄÅÔØ ÔÏ, ÞÔÏ ÏÎÁ ×Ù×ÏÄÉÔ × ÓÔÁÎÄÁÒÔÎÙÅ ÐÏÔÏËÉ
-×Ù×ÏÄÁ É ÄÉÁÇÎÏÓÔÉËÉ. ÷ÓÅ ÓÔÁÎÄÁÒÔÎÙÅ ÐÏÔÏËÉ (<tt>stdin</tt>, <tt>stdout</tt> É
-<tt>stderr</tt>) ÐÅÒÅÎÁÐÒÁ×ÌÑÀÔÓÑ × <tt>/dev/null</tt>.</blockquote>
-
-<h4>ôÏÌØËÏ ×Ù×ÏÄ, ÐÒÏÓÔÁÑ ÜÍÕÌÑÃÉÑ ÔÅÒÍÉÎÁÌÁ</h4>
-
-<blockquote>ïÔÍÅÔØÔÅ ÜÔÕ ÏÐÃÉÀ, ÅÓÌÉ ×ÁÛÁ ÐÒÏÇÒÁÍÍÁ ÎÅ ÐÏÌÕÞÁÅÔ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ
-Ó ÔÅÒÍÉÎÁÌÁ (<tt>stdin</tt> ÂÕÄÅÔ ÐÅÒÅÎÁÐÒÁ×ÌÅÎ × <tt>/dev/null</tt>), Á ×Ù×ÏÄ
-(<tt>stdout</tt> É <tt>stderr</tt>) ÎÅ ÔÒÅÂÕÅÔ ÓÌÏÖÎÏÊ ÜÍÕÌÑÃÉÉ ÔÅÒÍÉÎÁÌÁ.
-÷Ù×ÏÄ ÂÕÄÅÔ ÏÔÏÂÒÁÖÁÔØÓÑ × <i>ÏËÎÅ ×ÙÏ×ÄÁ</i>.
-
-<br><i>÷ÁÖÎÏ:</i> ÷ÓÔÒÏÅÎÎÙÊ ÜÍÕÌÑÔÏÒ ÔÅÒÍÉÎÁÌÁ ÉÎÔÅÒÐÒÅÔÉÒÕÅÔ ÔÏÌØËÏ ÓÉÍ×ÏÌ
-ÎÏ×ÏÊ ÓÔÒÏËÉ <tt>\n</tt> (ASCII 10) × ÐÅÒÅ×ÏÄ ÓÔÒÏËÉ. ïÎ <i>ÎÅ</i> ÏÂÒÁÂÁÔÙ×ÁÅÔ
-ÓÉÍ×ÏÌ ÐÅÒÅ×ÏÄÁ ËÁÒÅÔËÉ <tt>\r</tt> (ASCII 13). üÔÏÇÏ ×ÐÏÌÎÅ ÄÏÓÔÁÔÏÞÎÏ ÄÌÑ
-ÏÔÏÂÒÁÖÅÎÉÑ ÐÒÏÓÔÙÈ ÏÔÌÁÄÏÞÎÙÈ ÓÏÏÂÝÅÎÉÊ, ËÏÔÏÒÙÅ ÏÂÙÞÎÏ ÉÓÐÏÌØÚÕÀÔÓÑ
-ÒÁÚÒÁÂÏÔÞÉËÁÍÉ ÐÒÏÇÒÁÍÍ, ÉÓÐÏÌØÚÕÀÝÉÈ ÇÒÁÆÉÞÅÓËÉÊ ÉÎÔÅÒÆÅÊÓ.</blockquote>
-
-<h4>ðÏÌÎÁÑ ÜÍÕÌÑÃÉÑ ÔÅÒÍÉÎÁÌÁ</h4>
-
-<blockquote>ïÔÍÅÔØÔÅ ÜÔÕ ÏÐÃÉÀ, ÅÓÌÉ ×ÁÛÁ ÐÒÏÇÒÁÍÍÁ ÐÏÌÕÞÁÅÔ ÄÁÎÎÙÅ ÉÚ
-<tt>stdin</tt>, ÉÌÉ ×Ù×ÏÄ × <tt>stdout</tt> or <tt>stderr</tt> ÔÒÅÂÕÅÔ ÐÏÌÎÏÊ
-ÜÍÕÌÑÃÉÉ ÔÅÒÍÉÎÁÌÁ. ÷ ÜÔÏÍ ÓÌÕÞÁÅ ÂÕÄÅÔ ÉÓÐÏÌØÚÏ×ÁÎ ÜÍÕÌÑÔÏÒ ÔÅÒÍÉÎÁÌÁ,
-ÕËÁÚÁÎÎÙÊ × <a href="globaloptions.html">ÇÌÏÂÁÌØÎÙÈ ÏÐÃÉÑÈ</a>.</blockquote>
-</body>
-</html>
diff --git a/kdbg/doc/ru/registers.html b/kdbg/doc/ru/registers.html
deleted file mode 100644
index eb5c216..0000000
--- a/kdbg/doc/ru/registers.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - óÏÄÅÒÖÉÍÏÅ ÒÅÇÉÓÔÒÏ×</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ óÏÄÅÒÖÉÍÏÇÏ òÅÇÉÓÔÒÏ×</h1>
-÷ÓÑËÉÊ ÒÁÚ, ËÏÇÄÁ ÐÒÏÉÓÈÏÄÉÔ ÏÓÔÁÎÏ× ÐÒÏÇÒÁÍÍÙ,
-KDbg ×Ù×ÏÄÉÔ ÓÏÄÅÒÖÉÍÏÅ ÒÅÇÉÓÔÒÏ× ãðõ × ÓÏÏÔ×ÅÔÓ×ÕÀÝÅÍ ÏËÎÅ. äÌÑ ÔÏÇÏ, ÞÔÏÂÙ
-ÏÔÏÂÒÁÚÉÔØ ÄÁÎÎÏÅ ÏËÎÏ, ×ÙÂÅÒÉÔÅ <i>÷ÉÄ|òÅÇÉÓÔÒÙ</i>.
-<p>ïËÎÏ ÓÏÄÅÒÖÉÔ 3 ËÏÌÏÎËÉ:
-<ol>
-<li>ëÏÌÏÎËÁ <i>òÅÇÉÓÔÒ</i> ×Ù×ÏÄÉÔ ÉÍÑ ÒÅÇÉÓÔÒÁ.</li>
-
-<li>ëÏÌÏÎËÁ <i>úÎÁÞÅÎÉÅ</i> ×Ù×ÏÄÉÔ ÓÏÄÅÒÖÉÍÏÅ ÒÅÇÉÓÔÒÏ× × ÂÏÌÅÅ ÉÌÉ ÍÅÎÅÅ
-ÎÅÏÂÒÁÂÏÔÁÎÎÏÍ ÆÏÒÍÁÔÅ. îÅÏÂÒÁÂÏÔÁÎÎÙÊ ÆÏÒÍÁÔ ÏÂÙÞÎÏ ×Ù×ÏÄÉÔ ÛÅÓÔÎÁÄÃÁÔÅÒÉÞÎÏÅ
-ÚÎÁÞÅÎÉÅ, ÄÁÖÅ ÄÌÑ ÓÏÄÅÒÖÉÍÏÇÏ ÒÅÇÉÓÔÒÏ× Ó ÐÌÁ×ÁÀÝÅÊ ÔÏÞËÏÊ.</li>
-
-<li>ëÏÌÏÎËÁ <i>äÅËÏÄÉÒÏ×ÁÎÎÏÅ ÚÎÁÞÅÎÉÅ</i> ×Ù×ÏÄÉÔ ÓÏÄÅÒÖÉÍÏÅ ÒÅÇÉÓÔÒÏ×
-× ÄÅËÏÄÉÒÏ×ÁÎÎÏÊ ÆÏÒÍÅ. äÌÑ ÁÒÉÆÍÅÔÉÞÅÓËÉÈ ÒÅÇÉÓÔÒÏ× ÜÔÏ
-ÏÂÙÞÎÏ ÚÎÁËÏ×ÏÅ ÄÅÓÑÔÉÞÎÏÅ ÚÎÁÞÅÎÉÅ, ÄÌÑ ÒÅÇÉÓÔÒÏ× Ó ÐÌÁ×ÁÀÝÅÊ ÔÏÞËÏÊ
-&#150; ÞÉÓÌÏ Ó ÐÌÁ×ÁÀÝÅÊ ÔÏÞËÏÊ, ÒÅÇÉÓÔÒÙ ÆÌÁÇÏ× ÄÅËÏÄÉÒÕÀÔÓÑ × ÉÍÅÎÁ
-ÆÌÁÇÏ×.</li>
-</ol>
-ó ÐÏÍÏÝØÀ ÐÒÁ×ÏÊ ËÌÁ×ÉÛÉ ÍÙÛÉ ÍÏÖÎÏ ×ÙÚ×ÁÔØ ÍÅÎÀ, ËÏÔÏÒÏÅ ÐÏÚ×ÏÌÑÅÔ
-ÕÓÔÁÎÏ×ÉÔØ ÆÏÒÍÁÔ ÚÎÁÞÅÎÉÊ ×Ï ×ÔÏÒÏÊ ËÏÌÏÎËÅ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/sourcecode.html b/kdbg/doc/ru/sourcecode.html
deleted file mode 100644
index fba5f3b..0000000
--- a/kdbg/doc/ru/sourcecode.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ÐÏÌØÚÏ×ÁÔÅÌÑ - éÓÈÏÄÎÙÊ ôÅËÓÔ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ éÓÈÏÄÎÏÇÏ ôÅËÓÔÁ</h1>
-äÁÎÎÏÅ ÏËÎÏ Ñ×ÌÑÅÔÓÑ ÇÌÁ×ÎÙÍ É ×ÓÅÇÄÁ ÏÔÏÂÒÁÖÁÅÔÓÑ.
-<p>ïËÎÏ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ ÓÏÄÅÒÖÉÔ ÉÓÈÏÄÎÙÊ ÔÅËÓÔ ÐÒÏÇÒÁÍÍÙ. óÌÅ×Á ÏÔ
-ËÁÖÄÏÊ ÓÔÒÏËÉ ÔÅËÓÔÁ ÎÁÈÏÄÉÔÓÑ "ÁËÔÉ×ÎÁÑ ÏÂÌÁÓÔØ". ïÎÁ ÓÏÄÅÒÖÉÔ
-ÕËÁÚÁÔÅÌØ ÎÁ ÓÔÒÏËÕ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ, ËÏÔÏÒÁÑ ×ÙÐÏÌÎÑÅÔÓÑ × ÔÅËÕÝÉÊ ÍÏÍÅÎÔ
-×ÒÅÍÅÎÉ, Á ÔÁËÖÅ ÕËÁÚÙ×ÁÅÔ ÔÅ ÓÔÒÏËÉ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ, ËÏÔÏÒÙÅ ÓÏÄÅÒÖÁÔ
-ÔÏÞËÉ ÏÓÔÁÎÏ×Á.
-<p>îÏ×ÙÅ ÔÏÞËÉ ÏÓÔÁÎÏ×Á ÕÓÔÁÎÁ×ÌÉ×ÁÀÔÓÑ ÎÁÖÁÔÉÅÍ ÌÅ×ÏÊ ËÌÁ×ÉÛÉ ÍÙÛÉ ×
-"ÁËÔÉ×ÎÏÊ ÏÂÌÁÓÔÉ". óÕÝÅÓÔ×ÕÀÝÁÑ ÔÏÞËÁ ÏÓÔÁÎÏ×Á ÍÏÖÅÔ ÂÙÔØ ÁËÔÉ×ÉÒÏ×ÁÎÁ
-ÉÌÉ ÄÅÚÁËÔÉ×ÉÒÏ×ÁÎÁ Ó ÐÏÍÏÝØÀ ÓÒÅÄÎÅÊ ËÌÁ×ÉÛÉ ÍÙÛÉ.
-<p>íÏÖÅÔ ÂÙÔØ ÎÁÖÁÔ ÚÎÁË ÐÌÀÓÁ '+' ÍÅÖÄÕ "ÁËÔÉ×ÎÏÊ ÏÂÌÁÓÔØÀ" É ÓÔÒÏËÏÊ
-ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ. üÔÏ ÐÒÉ×ÅÄÅÔ Ë ×Ù×ÏÄÕ ÁÓÓÅÍÂÌÅÒÎÏÇÏ ËÏÄÁ ÄÌÑ ÄÁÎÎÏÊ
-ÓÔÒÏËÉ. þÔÏÂÙ ÓËÒÙÔØ ÁÓÓÅÍÂÌÅÒÎÙÊ ËÏÄ, ÎÅÏÂÈÏÄÉÍÏ
-ÎÁÖÁÔØ ËÌÁ×ÉÛÕ '-'.
-<p>ïÂÙÞÎÏ ÏËÎÁ ÉÓÈÏÄÎÏÇÏ ÔÅËÓÔÁ ÏÔËÒÙ×ÁÀÔÓÑ Á×ÔÏÍÁÔÉÞÅÓËÉ. þÔÏÂÙ
-ÏÔËÒÙÔØ ÆÁÊÌ Ó ÉÓÈÏÄÎÙÍ ÔÅËÓÔÏÍ ×ÒÕÞÎÕÀ, ÎÕÖÎÏ ÎÁÖÁÔØ ÐÒÁ×ÕÀ
-ËÎÏÐËÕ ÍÙÛÉ É ×ÙÂÒÁÔØ <i>ïÔËÒÙÔØ ÉÓÈÏÄÎÙÊ ÔÅËÓÔ</i> ÉÌÉ
-×ÙÂÒÁÔØ <i>æÁÊÌ|ïÔËÒÙÔØ ÉÓÈÏÄÎÙÊ ÔÅËÓÔ</i>.
-<p>äÌÑ ÐÅÒÅËÌÀÞÅÎÉÑ ÍÅÖÄÕ ÎÅÓËÏÌØËÉÍÉ ÆÁÊÌÁÍÉ Ó ÉÓÈÏÄÎÙÍÉ ÔÅËÓÔÁÍÉ,
-×ÙÂÅÒÉÔÅ ÎÕÖÎÙÊ ÆÁÊÌ × ÍÅÎÀ <i>ïËÎÏ</i>.
-</body>
-</html>
diff --git a/kdbg/doc/ru/stack.html b/kdbg/doc/ru/stack.html
deleted file mode 100644
index 082ba9b..0000000
--- a/kdbg/doc/ru/stack.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - óÔÅË</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ óÔÅËÁ</h1>
-ïËÎÏ ÓÔÅËÁ ×ÙÚÙ×ÁÅÔÓÑ ×ÙÂÏÒÏÍ ÐÕÎËÔÁ ÍÅÎÀ <i>÷ÉÄ|óÔÅË</i>. ïËÎÏ ÓÔÅËÁ ÓÏÄÅÒÖÉÔ
-ÓÐÉÓËÉ ÏÂÌÁÓÔÅÊ ÓÔÅËÁ (stack frames), ÎÁÐÒÉÍÅÒ, ÆÕÎËÃÉÉ, ËÏÔÏÒÙÅ ÂÙÌÉ ×ÙÚ×ÁÎÙ,
-ÎÏ ÅÝÅ ÎÅ ÚÁ×ÅÒÛÉÌÉÓØ.
-<p>óÁÍÁÑ ×ÎÕÔÒÅÎÎÑÑ (×ÌÏÖÅÎÎÁÑ) ÏÂÌÁÓÔØ (ÍÅÓÔÏ ÔÅËÕÝÅÇÏ ÉÓÐÏÌÎÅÎÉÑ ÐÒÏÇÒÁÍÍÙ)
-ÎÁÈÏÄÉÔÓÑ × ÓÁÍÏÍ ×ÅÒÈÕ ÓÐÉÓËÁ.
-<p>äÌÑ ÐÅÒÅËÌÀÞÅÎÉÑ ÎÁ ÄÒÕÇÕÀ ÏÂÌÁÓÔØ ÓÔÅËÁ, ÐÒÏÓÔÏ ×ÙÂÅÒÉÔÅ ÜÔÕ ÏÂÌÁÓÔØ
-ÍÙÛËÏÊ. <a href="sourcecode.html">ïËÎÏ ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×</a> ÏÔÏÂÒÁÖÁÅÔ ÓÔÒÏËÉ
-ÉÓÈÏÄÎÙÈ ÔÅËÓÔÏ×, ËÏÔÏÒÙÅ ÉÓÐÏÌÎÑÀÔÓÑ ÐÒÏÇÒÁÍÍÏÊ × ÔÅËÕÝÉÊ ÍÏÍÅÎÔ, Á
-<a href="localvars.html">ÏËÎÏ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ</a> É
-<a href="watches.html">ÏËÎÏ ÏÔÓÌÅÖÉ×ÁÅÍÙÈ ×ÙÒÁÖÅÎÉÊ</a> ÉÚÍÅÎÑÀÔÓÑ, ÏÔÏÂÒÁÖÁÑ
-ÌÏËÁÌØÎÙÅ ÐÅÒÅÍÅÎÎÙÅ ×ÙÂÒÁÎÎÏÊ ÏÂÌÁÓÔÉ ÓÔÅËÁ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/threads.html b/kdbg/doc/ru/threads.html
deleted file mode 100644
index 674c309..0000000
--- a/kdbg/doc/ru/threads.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ðÏÔÏËÉ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ ðÏÔÏËÏ×</h1>
-ïËÎÏ ÐÏÔÏËÏ× ÍÏÖÎÏ ×Ù×ÅÓÔÉ, ×ÙÂÒÁ× ÐÕÎËÔ ÍÅÎÀ <i>÷ÉÄ|ðÏÔÏËÉ</i>. ÷ ÏËÎÅ ÐÏÔÏËÏ×
-ÏÔÏÂÒÁÖÁÅÔÓÑ ÓÐÉÓÏË ÁËÔÉ×ÎÙÈ ÐÏÔÏËÏ× ÐÒÏÇÒÁÍÍÙ.
-<p><b><i>úÁÍÅÞÁÎÉÅ:</i></b> ïÔÌÁÄËÁ ÍÎÏÇÏÐÏÔÏÞÎÙÈ ÐÒÏÇÒÁÍÍ ÄÏÌÖÎÁ
-ÐÏÄÄÅÒÖÉ×ÁÔØÓÑ ÉÓÐÏÌØÚÕÅÍÏÊ ×ÅÒÓÉÅÊ gdb - ÜÔÏ ÎÅ Ñ×ÌÑÅÔÓÑ ÆÕÎËÃÉÅÊ KDbg. äÌÑ
-Linux-ÓÉÓÔÅÍ ÌÕÞÛÅ ÉÓÐÏÌØÚÏ×ÁÔØ gdb5.
-<p>óÏÄÅÒÖÉÍÏÅ ÏËÎÁ ÐÏÔÏËÏ× ÏÂÎÏ×ÌÑÅÔÓÑ ÐÒÉ ËÁÖÄÏÊ ÏÓÔÁÎÏ×ËÅ ÐÒÏÇÒÁÍÍÙ
-ÏÔÌÁÄÞÉËÏÍ. (ô.Å. × ÏËÎÅ <i>ÎÅ</i> ÏÔÏÂÒÁÖÁÅÔÓÑ ÓÏÓÔÏÑÎÉÅ ÐÏÔÏËÏ× ×Ï ×ÒÅÍÑ
-ÒÁÂÏÔÙ ÐÒÏÇÒÁÍÍÙ.)
-<p>ðÅÒ×ÁÑ ËÏÌÏÎËÁ ÏÔÏÂÒÁÖÁÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÔÏËÁ, ×ÔÏÒÁÑ ÕËÁÚÙ×ÁÅÔ ÎÁ ÔÅËÕÝÅÅ
-ÍÅÓÔÏ ÉÓÐÏÌÎÅÎÉÑ ÄÁÎÎÏÇÏ ÐÏÔÏËÁ.
-<p>íÁÒËÅÒ ÎÁÐÒÏÔÉ× ÏÄÎÏÊ ÉÚ ÓÔÒÏË ÕËÁÚÙ×ÁÅÔ ÎÁ ÔÅËÕÝÉÊ <i>ÁËÔÉ×ÎÙÊ</i> ÐÏÔÏË:
-<ul>
-<li>
-<a href="stack.html">ïËÎÏ ÓÔÅËÁ</a> ÏÔÏÂÒÁÖÁÅÔ ÓÔÅË ×ÙÚÏ×Ï× ÁËÔÉ×ÎÏÇÏ ÐÏÔÏËÁ.
-</li>
-
-<li><a href="localvars.html">ïËÎÏ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ</a> ÏÔÏÂÒÁÖÁÅÔ ÌÏËÁÌØÎÙÅ
-ÐÅÒÅÍÅÎÎÙÅ ÁËÔÉ×ÎÏÇÏ ÐÏÔÏËÁ.</li>
-
-<li><a href="watches.html">ïËÎÏ ÐÒÏÓÍÏÔÒÁ</a> ÉÓÐÏÌØÚÕÅÔ ÌÏËÁÌØÎÙÅ ÐÅÒÅÍÅÎÎÙÅ
-ÐÏÔÏËÁ ÄÌÑ ÐÒÏ×ÅÒËÉ ×ÙÒÁÖÅÎÉÊ.</li>
-</ul>
-åÓÌÉ ËÌÉËÎÕÔØ ÎÁ ÄÒÕÇÏÊ ÐÏÔÏË × ÓÐÉÓËÅ, ÔÏ ÏÎ ÓÔÁÎÅÔ ÁËÔÉ×ÎÙÍ É ÓÏÏÔ×ÅÔÓÔ×ÅÎÎÏ
-ÂÕÄÅÔ ÉÚÍÅÎÅÎÏ ÓÏÄÅÒÖÉÍÏÅ ÄÒÕÇÉÈ ÏËÏÎ. ÷ ÞÁÓÔÎÏÓÔÉ,
-<a href="sourcecode.html">ÏËÎÏ ÉÓÈÏÄÎÙÈ ËÏÄÏ×</a> ÏÔÏÂÒÁÚÉÔ ÍÅÓÔÏ, ÇÄÅ ÔÅËÕÝÉÊ
-ÐÏÔÏË ÂÙÌ ÏÓÔÁÎÏ×ÌÅÎ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/tips.html b/kdbg/doc/ru/tips.html
deleted file mode 100644
index 7739496..0000000
--- a/kdbg/doc/ru/tips.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ðÏÌÅÚÎÙÅ óÏ×ÅÔÙ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ðÏÌÅÚÎÙÅ óÏ×ÅÔÙ</h1>
-
-<ul>
-<li>÷ÓÅÇÄÁ ÕÓÔÁÎÁ×ÌÉ×ÁÊÔÅ ÐÅÒÅÍÅÎÎÕÀ ÏËÒÕÖÅÎÉÑ <tt>LD_BIND_NOW=1</tt> ×
-ÓÉÓÔÅÍÁÈ, ÉÓÐÏÌØÚÕÀÝÉÈ ÂÉÂÌÉÏÔÅËÕ glibc2.
-
-õÓÔÁÎÏ×ËÁ ÐÅÒÅÍÅÎÎÙÈ ÏËÒÕÖÅÎÉÑ ÏÐÉÓÁÎÁ
-<a href="argspwdenv.html#Environment">ÚÄÅÓØ</a>.</li>
-
-<li>÷Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÔÏÞËÉ ÏÓÔÁÎÏ×Á, ËÁË ÚÁËÌÁÄËÉ: ÐÒÏÓÔÏ ÕÓÔÁÎÏ×ÉÔÅ
-ÔÏÞËÕ ÏÓÔÁÎÏ×Á É ×ÙËÌÀÞÉÔÅ ÅÅ. ðÏÚÖÅ ×Ù ÓÍÏÖÅÔÅ ×ÏÚ×ÒÁÔÉÔØÓÑ Ë ÜÔÏÊ ÔÏÞËÅ,
-ËÌÉËÎÕ× ÎÁ ÎÅÅ Ä×Á ÒÁÚÁ × ÓÐÉÓËÅ ÔÏÞÅË ÏÓÔÁÎÏ×Á (ÉÌÉ ÐÒÏÓÔÏ ×ÙÂÒÁ× ÅÅ É ËÌÉËÎÕ×
-ÎÁ ËÎÏÐËÕ <i>ðÒÏÓÍÏÔÒÅÔØ éÓÈÏÄÎÙÊ ëÏÄ</i>). ô.Ë. ÔÏÞËÉ ÏÓÔÁÎÏ×Á Ñ×ÌÑÀÔÓÑ
-ÐÏÓÔÏÑÎÎÙÍÉ (Ô.Å. KDbg ÚÁÐÏÍÉÎÁÅÔ ÉÈ ÒÁÓÐÏÌÏÖÅÎÉÅ É ×ÏÓÓÔÁÎÁ×ÌÉ×ÁÅÔ × ÓÌÅÄÕÀÝÅÊ
-ÓÅÓÓÉÉ), ÔÏ ÐÒÉ ×ÙÚÏ×Å ×ÁÛÅÊ ÐÒÏÇÒÁÍÍÙ ÎÁ ÏÔÌÁÄËÕ × ÓÌÅÄÕÀÝÉÊ ÒÁÚ ×ÓÅ ÔÏÞËÉ
-ÏÓÔÁÎÏ×Á ÂÕÄÕÔ ÎÁ ÍÅÓÔÅ.
-</li>
-
-<li>÷Ù ÍÏÖÅÔÅ ÉÚÍÅÎÑÔØ ÚÎÁÞÅÎÉÑ ÐÅÒÅÍÅÎÎÙÈ ÐÒÏÇÒÁÍÍÙ: × ÏËÎÅ ÐÒÏÓÍÏÔÒÁ
-ÐÅÒÅÍÅÎÎÙÈ (×ÎÉÚÕ ÓÐÒÁ×Á) ××ÅÄÉÔÅ ÐÒÉÓ×ÏÅÎÉÅ <tt>var.member=17</tt> É ËÌÉËÎÉÔÅ
-ÐÏ ËÎÏÐËÅ <i>äÏÂÁ×ÉÔØ</i>. üÔÏ ÐÒÉ×ÅÄÅÔ Ë ÎÅÍÅÄÌÅÎÎÏÍÕ ÉÚÍÅÎÅÎÉÀ ÚÎÁÞÅÎÉÑ
-ÐÅÒÅÍÅÎÎÏÊ. ôÅÐÅÒØ ×ÁÍ ÎÅÏÂÈÏÄÉÍÏ ÕÄÁÌÉÔØ ÜÔÏ ×ÙÒÁÖÅÎÉÅ ÉÚ ÓÐÉÓËÁ (×ÙÂÒÁ×
-ÅÇÏ É ËÌÉËÎÕ× ÎÁ ËÎÏÐËÕ <i>õÄÁÌÉÔØ</i>). üÔÏ ÎÅÏÂÈÏÄÉÍÏ ÐÏÔÏÍÕ, ÞÔÏ ÐÒÏÓÍÏÔÒ
-×ÙÒÁÖÅÎÉÊ ÏÓÕÝÅÓÔ×ÌÑÅÔÓÑ ÐÒÉ ËÁÖÄÏÍ ÏÓÔÁÎÏ×Å ÐÒÏÇÒÁÍÍÙ É ÜÔÏÊ ÐÅÒÅÍÅÎÎÏÊ ÂÕÄÅÔ
-ÐÒÉÓ×ÁÉ×ÁÔØÓÑ ÔÏÖÅ ÚÎÁÞÅÎÉÅ ÓÎÏ×Á É ÓÎÏ×Á!</li>
-
-<li>÷Ù ÍÏÖÅÔÅ ×Ù×ÏÄÉÔØ ÚÎÁÞÅÎÉÅ ÐÅÒÅÍÅÎÎÙÈ × ÏËÎÏ ÐÒÏÓÍÏÔÒÁ × ÒÁÚÎÙÈ ÆÏÒÍÁÔÁÈ,
-ÉÓÐÏÌØÚÕÑ ÍÏÄÉÆÉËÁÔÏÒÙ gdb ÐÅÒÅÄ ÕËÁÚÁÎÉÅÍ ×Ù×ÏÄÉÍÏÊ ÐÅÒÅÍÅÎÎÏÊ. îÁÐÒÉÍÅÒ,
-<tt>/x var.member</tt> ×Ù×ÅÄÅÔ ÚÎÁÞÅÎÉÅ <tt>var.member</tt> × ÛÅÓÎÁÄÃÁÔÅÒÉÞÎÏÍ
-×ÉÄÅ.</li>
-</ul>
-
-</body>
-</html>
diff --git a/kdbg/doc/ru/types.html b/kdbg/doc/ru/types.html
deleted file mode 100644
index 6cb8453..0000000
--- a/kdbg/doc/ru/types.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ôÁÂÌÉÃÙ ôÉÐÏ×</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ôÁÂÌÉÃÁ ôÉÐÏ× KDbg</h1>
-KDbg ÍÏÖÅÔ ÏÔÏÂÒÁÖÁÔØ ÓÏÄÅÒÖÉÍÏÅ ÏÔÄÅÌØÎÏ ×ÚÑÔÙÈ ÞÌÅÎÏ× ÓÔÒÕËÔÕÒÉÒÏ×ÁÎÎÙÈ ÔÉÐÏ×
-ÄÁÎÎÙÈ, ÔÁËÉÍ ÏÂÒÁÚÏÍ ÏÔÓÕÔÓÔ×ÕÅÔ ÎÅÏÂÈÏÄÉÍÏÓÔØ × ÒÁÓËÒÙÔÉÉ ÐÅÒÅÍÅÎÎÙÈ ×
-<a href="localvars.html">ÏËÎÅ ÌÏËÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ</a> ÉÌÉ ×
-<a href="watches.html">ÏËÎÅ ÏÔÓÌÅÖÉ×ÁÅÍÙÈ ×ÙÒÁÖÅÎÉÊ</a>. éÎÆÏÒÍÁÃÉÑ Ï ÔÏÍ,
-ÐÅÒÅÍÅÎÎÁÑ ËÁËÏÇÏ ÞÌÅÎÁ ÏÔÏÂÒÁÖÁÅÔÓÑ, ÈÒÁÎÉÔÓÑ × <i>ÔÁÂÌÉÃÁÈ ÔÉÐÏ×</i>. ïÂÙÞÎÏ
-ÓÕÝÅÓÔ×ÕÅÔ ÏÄÎÁ ÔÁÂÌÉÃÁ ÎÁ ÒÁÚÄÅÌÑÅÍÕÀ ÂÉÂÌÉÏÔÅËÕ.
-<p>ôÁÂÌÉÃÙ ÔÉÐÏ× KDbg ÒÁÓÐÏÌÏÖÅÎÙ × ËÁÔÁÌÏÇÅ
-<tt>$TDEDIR/share/apps/kdbg/types</tt>. éÍÅÎÁ ÆÁÊÌÏ ÔÁÂÌÉà ÏËÁÎÞÉ×ÁÀÔÓÑ ÎÁ
-<tt>.kdbgtt</tt>. îÁÐÒÉÍÅÒ, ÔÁÂÌÉÃÁ ÔÉÐÏ× ÄÌÑ <tt>libtqt.so</tt> ÎÁÚÙ×ÁÅÔÓÑ
-<tt>qt.kdbgtt</tt>.
-<p>æÁÊÌÙ ÔÁÂÌÉà ÔÉÐÏ× ÓÏÏÔ×ÅÔÓÔ×ÕÀÔ ÓÔÁÎÄÁÒÔÎÏÍÕ ÓÉÎÔÁËÓÉÓÕ ÆÁÊÌÏ× ËÏÎÆÉÇÕÒÁÃÉÉ
-KDE. æÁÊÌ ÓÏÄÅÒÖÉÔ ÓÌÅÄÕÀÝÉÅ ÇÒÕÐÐÙ:
-<ul>
-<li>
-çÒÕÐÐÕ <tt>[Type Table]</tt>, × ËÏÔÏÒÏÊ ÐÅÒÅÞÉÓÌÅÎÙ ÔÉÐÙ É ÉÎÆÏÒÍÁÃÉÑ Ï ÔÏÍ,
-ËÁË ÏÔÌÁÄÞÉË ÍÏÖÅÔ ÏÐÒÅÄÅÌÉÔØ, ÓÌÉÎËÏ×ÁÎÁ ÌÉ ÐÒÏÇÒÁÍÍÁ Ó ÜÔÏÊ ÂÉÂÌÉÏÔÅËÏÊ.</li>
-
-<li>çÒÕÐÐÕ ÎÁ ËÁÖÄÙÊ ÐÒÏÐÉÓÁÎÎÙÊ ÔÉÐ, × ËÏÔÏÒÏÊ ÓÏÄÅÒÖÉÔÓÑ ÉÎÆÏÒÍÁÃÉÑ Ï ÔÏÍ,
-ËÁË KDbg ÄÏÌÖÅÎ ÏÔÏÂÒÁÖÁÔØ ÄÁÎÎÙÊ ÔÉÐ.</li>
-</ul>
-äÌÑ ÏÐÒÅÄÅÌÅÎÉÑ ÔÁÂÌÉà ÔÉÐÏ×, ÐÒÉÍÅÎÉÍÙÈ Ë ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÅ, KDbg
-ÚÁÐÒÁÛÉ×ÁÅÔ ÓÐÉÓÏË ÒÁÚÄÅÌÑÅÍÙÈ ÂÉÂÌÉÏÔÅË, Ó ËÏÔÏÒÙÍÉ ÓÌÉÎËÏ×ÁÎÁ ÐÒÏÇÒÁÍÍÁ.
-úÁÔÅÍ ÏÎ ÏÓÕÝÅÓÔ×ÌÑÅÔ ÐÏÉÓË ÉÍÅÎ ÜÔÉÈ ÂÉÂÌÉÏÔÅË × ÔÁÂÌÉÃÁÈ ÔÉÐÏ× × ÜÌÅÍÅÎÔÁÈ
-<tt>ShlibRE</tt>. éÓÐÏÌØÚÕÀÔÓÑ ÔÅ ÔÁÂÌÉÃÙ, × ËÏÔÏÒÙÈ ÂÙÌÉ ÎÁÊÄÅÎÙ
-ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÅ ÉÍÅÎÁ ÂÉÂÌÉÏÔÅË. åÓÌÉ ÔÉÐ ÐÏÑ×ÌÑÅÔÓÑ × ÎÅÓËÏÌØËÉÈ ÔÁÂÌÉÃÁÈ, ÔÏ
-ÎÅÏÐÒÅÄÅÌÅÎÏ, ËÁËÏÅ ÖÅ ÉÚ ÏÐÉÓÁÎÉÊ ÂÕÄÅÔ ×ÙÂÒÁÎÏ.
-<h2>çÒÕÐÐÁ <tt>[Type Table]</tt></h2>
-üÔÁ ÇÒÕÐÐÁ ÓÏÄÅÒÖÉÔ ÓÌÅÄÕÀÝÉÅ ÜÌÅÍÅÎÔÙ:
-<ul>
-<li>
-<tt>Types1</tt>, <tt>Types2</tt>, É ÔÄ. üÔÉ ÜÌÅÍÅÎÔÙ Ñ×ÌÑÀÔÓÑ ÉÍÅÎÁÍÉ ÔÉÐÏ×.
-ëÁÖÄÙÊ ÉÚ ÎÉÈ ÐÒÅÄÓÔÁ×ÌÑÅÔ ÓÏÂÏÊ ÒÁÚÄÅÌÅÎÎÙÊ ÚÁÐÑÔÙÍÉ ÓÐÉÓÏË ÉÍÅÎ ÔÉÐÏ×. ÷
-ËÁÖÄÏÍ ÜÌÅÍÅÎÔÅ ÍÏÖÅÔ ÂÙÔØ ÐÅÒÅÞÉÓÌÅÎÏ ÌÀÂÏÅ ËÏÌÉÞÅÓÔ×Ï ÔÉÐÏ×. (éÍÅÎÁ ÔÉÐÏ×
-ÍÏÖÎÏ ÒÁÚÂÉÔØ ÎÁ ÎÅÓËÏÌØËÏ ÓÔÒÏË, ÞÔÏÂÙ ÏÎÉ ÓÔÒÏËÉ ÎÅ ÐÏÌÕÞÁÌÉÓØ ÓÌÉÛËÏÍ
-ÄÌÉÎÎÙÍÉ.) ÷ ÜÔÉÈ ÓÔÒÏËÁÈ ÎÅÄÏÐÕÓÔÉÍÙ ÓÉÍ×ÏÌÙ ÐÒÏÂÅÌÁ. üÌÅÍÅÎÔÙ ÄÏÌÖÎÙ
-ÎÕÍÅÒÏ×ÁÔØÓÑ ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏ (KDbg ÐÒÅËÒÁÝÁÅÔ ÞÔÅÎÉÅ ÎÁ ÐÅÒ×ÏÍ ÖÅ ÐÒÏÐÕÓËÅ),
-ÏÄÎÁËÏ ÜÌÅÍÅÎÔÙ ÍÏÇÕÔ ÂÙÔØ ÐÕÓÔÙ (Ô.Å. ×ÏÏÂÝÅ ÎÅ ÓÏÄÅÒÖÁÔØ ÔÉÐÏ×). éÎÏÇÄÁ
-ÐÏÒÑÄÏË ÐÅÒÅÞÉÓÌÅÎÉÑ ÉÍÅÎ ÉÍÅÅÔ ÚÎÁÞÅÎÉÅ (ÓÍ. ÐÒÉÍÅÒ Ó <tt>Alias</tt> ÎÉÖÅ).
-</li>
-
-<li>
-<tt>ShlibRE</tt>. KDbg ÉÓÐÏÌØÚÕÅÔ ÜÔÏÔ ÜÌÅÍÅÎÔ ÄÌÑ ÏÐÒÅÄÅÌÅÎÉÑ, ÉÓÐÏÌØÚÏ×ÁÔØ
-ÌÉ ÄÁÎÎÕÀ ÔÁÂÌÉÃÕ Ë ÔÅËÕÝÅÊ ÏÔÌÁÖÉ×ÁÅÍÏÊ ÐÒÏÇÒÁÍÍÅ. äÌÑ ÜÔÏÇÏ KDbg ÏÐÒÅÄÅÌÑÅÔ
-ÒÁÚÄÅÌÑÅÍÙÅ ÂÉÂÌÉÏÔÅËÉ, ÉÓÐÏÌØÚÕÅÍÙÅ ÐÒÏÇÒÁÍÍÏÊ. åÓÌÉ ÈÏÔÑ ÂÙ ÏÄÎÁ ÉÚ ÎÉÈ
-ÓÏ×ÐÁÄÁÅÔ ÓÏ ÚÎÁÞÅÎÉÅÍ ÜÔÏÇÏ ÜÌÅÍÅÎÔÁ, ÔÁÂÌÉÃÁ ÉÓÐÏÌØÚÕÅÔÓÑ. éÓÐÏÌØÚÕÅÍÙÅ
-ÒÅÇÕÌÑÒÎÙÅ ×ÙÒÁÖÅÎÉÑ ÓÏ×ÐÁÄÁÀÔ Ó ÒÅÇÕÌÑÒÎÙÍÉ ×ÙÒÁÖÅÎÉÑÍÉ TQt (ÍÅÔÁÓÉÍ×ÏÌÙ
-<tt>.*?[]^$\</tt> ÒÁÓÐÏÚÎÁÀÔÓÑ ÏÂÙÞÎÙÍ ÏÂÒÁÚÏÍ, ÏÄÎÁËÏ ÏÔÓÕÔÓ×ÕÅÔ ×ÏÚÍÏÖÎÏÓÔØ
-ÇÒÕÐÐÉÒÏ×ÁÔØ ÓÉÍ×ÏÌÙ.)</li>
-
-<li>
-<tt>LibDisplayName</tt>. üÔÏÔ ÜÌÅÍÅÎÔ ÉÓÐÏÌØÚÕÅÔÓÑ × ÓÐÉÓËÁÈ, × ËÏÔÏÒÙÈ
-ÄÏÓÔÕÐÎÙÅ ÔÁÂÌÉÃÙ ÔÉÐÏ× ÐÅÒÅÞÉÓÌÅÎÙ ÄÌÑ ÕËÁÚÁÎÉÑ ÄÁÎÎÏÊ ÔÁÂÌÉÃÙ ÔÉÐÏ×.</li>
-
-<br><font size=-1>îÁ ÄÁÎÎÙÊ ÍÏÍÅÎÔ ÜÔÏ ÎÅ ÉÓÐÏÌØÚÕÅÔÓÑ.</font></ul>
-
-<h2>çÒÕÐÐÁ ÔÉÐÁ</h2>
-îÁ ËÁÖÄÙÊ ÚÁÑ×ÌÅÎÙÊ ÔÉÐ ÄÏÌÖÎÁ ÂÙÔØ ÚÁ×ÅÄÅÎÁ ÇÒÕÐÐÁ, ÎÁÚ×ÁÎÎÁÑ ÉÍÅÎÅÍ ÔÉÐÁ.
-<font size=-1>îÁ ÄÁÎÎÙÊ ÍÏÍÅÎÔ ÛÁÂÌÏÎÙ ó++ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÀÔÓÑ.</font>
-ëÁÖÄÁÑ ÇÒÕÐÐÁ ÓÏÄÅÒÖÉÔ ÓÌÅÄÕÀÝÉÅ ÜÌÅÍÅÎÔÙ:
-<ul>
-<li>
-<tt>Display</tt> ÕËÁÚÙ×ÁÅÔ, ËÁË KDbg ÄÏÌÖÅÎ ÏÔÏÂÒÁÖÁÔØ ÚÎÁÞÅÎÉÅ ÜÔÏÇÏ ÔÉÐÁ.
-óÔÒÏËÁ ÍÏÖÅÔ ÓÏÄÅÒÖÁÔØ ÏÔ 1 ÄÏ 5 ÓÉÍ×ÏÌÏ× '<tt>%</tt>'. ïÎÉ ÚÁÍÅÎÑÀÔÓÑ ÎÁ
-ÒÅÚÕÌØÔÁÔÙ ×ÙÒÁÖÅÎÉÊ, ÏÐÉÓÁÎÎÙÈ × ÜÌÅÍÅÎÔÁÈ <tt>Expr</tt><i>x</i>.</li>
-
-<li>ïÄÉÎ ÉÌÉ ÂÏÌÅÅ <tt>Expr1</tt>, <tt>Expr2</tt>, É ÔÄ. ëÁÖÄÙÊ ÉÚ ÎÉÈ ÄÏÌÖÅÎ
-ÓÏÄÅÒÖÁÔØ <b>ÔÏÌØËÏ ÏÄÎÕ</b> ÐÏÓÌÅÄÏ×ÁÔÅÌØÎÏÓÔØ <tt>%s</tt>, ËÏÔÏÒÁÑ ÂÕÄÅÔ
-ÚÁÍÅÎÅÎÁ ×ÙÒÁÖÅÎÉÅÍ, ÞØÅ ÚÎÁÞÅÎÉÅ ÎÅÏÂÈÏÄÉÍÏ ÐÏÌÕÞÉÔØ. ôÁËÉÅ ×ÙÒÁÖÅÎÉÑ
-ÐÅÒÅÄÁÀÔÓÑ gdb, Á ÒÅÚÕÌØÔÁÔ ÚÁÎÏÓÉÔÓÑ ÎÁ ÍÅÓÔÏ ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÅÇÏ ÓÉÍ×ÏÌÁ
-ÐÒÏÃÅÎÔÁ × ÜÌÅÍÅÎÔÅ <tt>Display</tt>.</li>
-
-<li>
-<tt>Alias</tt> ÕËÁÚÙ×ÁÅÔ ÎÁ ÔÉÐ-ÐÓÅ×ÄÏÎÉÍ. åÓÌÉ ÐÒÉÓÕÔÓÔ×ÕÅÔ ÄÁÎÎÁÑ ÚÁÐÉÓØ, ÔÏ
-Ó ÄÁÎÎÙÍ ÔÉÐÏÍ ÏÂÈÏÄÑÔÓÑ ÔÁËÖÅ, ËÁË Ó ÔÅÍ, ÎÁ ËÏÔÏÒÙÊ ÏÎ ÕËÁÚÙ×ÁÅÔ. üÔÏÔ
-ÔÉÐ-ÐÓÅ×ÄÏÎÉÍ ÄÏÖÅÎ ÂÙÔØ ÏÐÉÓÁÎ ÐÅÒÄ ÓÓÙÌÁÀÝÉÍÓÑ ÎÁ ÎÅÇÏ ÔÉÐÏÍ × ÜÌÅÍÅÎÔÁÈ
-<tt>Types</tt><i>x</i> ÇÒÕÐÐÙ <tt>[Type Table]</tt>.</li>
-</ul>
-<font size=-1>îÁ ÄÁÎÎÙÊ ÍÏÍÅÎÔ ËÏÌÉÞÅÓÔ×Ï ×ÙÒÁÖÅÎÉÊ ÄÌÑ ËÁÖÄÏÇÏ ÔÉÐÁ ÏÇÒÁÎÉÞÅÎÏ
-ÐÑÔØÀ. üÔÏ ÍÏÖÅÔ ÂÙÔØ Ó ÌÅÇËÏÓÔØÀ ÉÚÍÅÎÅÎÏ, ÎÏ Ñ ÎÅ ÒÅËÏÍÅÎÄÕÀ ×ÏÏÂÝÅ
-ÐÒÉÂÌÉÖÁÔØÓÑ Ë ÄÁÎÎÏÍÕ ÒÕÂÅÖÕ - ÜÔÏ ÔÏÌØËÏ ÚÁÔÏÒÍÏÚÉÔØ ÐÒÏÃÅÓÓ ÏÔÌÁÄËÉ.</font>
-<p>KDbg ÒÁÓÐÏÚÎÁÅÔ ÓÐÅÃÉÁÌØÎÏÅ ÒÁÓÛÉÒÅÎÉÅ, ËÏÔÏÒÏÅ ÉÓÐÏÌØÚÕÅÔÓÑ ÄÌÑ ×Ù×ÏÄÁ
-ÓÔÒÏË TQt 2.0 × unicode: åÓÌÉ ÐÅÒÅÄ <tt>Expr</tt><i>x</i> ÓÔÏÉÔ
-<tt>/TQString::Data</tt>, ÐÏÄÒÁÚÕÍÅ×ÁÅÔÓÑ, ÞÔÏ ÒÅÚÕÌØÔÁÔ ÏÐÅÒÁÃÉÉ Ñ×ÌÑÅÔÓÑ
-ÕËÁÚÁÔÅÌÅÍ ÎÁ <tt>TQString::Data</tt>. ÷Ù×ÏÄÉÍÏÅ ÚÎÁÞÅÎÉÅ Ñ×ÌÑÅÔÓÑ ÓÔÒÏËÏÊ ×
-unicode, ÐÒÅÄÓÔÁ×ÌÅÎÎÏÅ <tt>TQString::Data</tt> (ËÏÔÏÒÏÅ ÍÏÖÅÔ ÂÙÔØ
-<tt>TQString::null</tt>, ÅÓÌÉ ÜÔÏ ÐÕÓÔÁÑ ÓÔÒÏËÁ TQt, ÉÌÉ <tt>(null)</tt>, ÅÓÌÉ
-<tt>unicode</tt> ÞÌÅÎ ÓÔÒÕËÔÕÒÙ Ñ×ÌÑÅÔÓÑ ÎÕÌÅ×ÙÍ ÕËÁÚÁÔÅÌÅÍ). äÌÑ ÐÒÉÍÅÒÁ ÓÍ.
-<tt>qt2.kdbgtt</tt>.
-
-<p>óÏ×ÅÔ: óÏ×ÓÅÍ ÎÅÏÂÑÚÁÔÅÌØÎÏ ÏÐÉÓÙ×ÁÔØ ÎÁÓÌÅÄÕÅÍÙÅ ÔÉÐÙ, ÅÓÌÉ ÏÎÉ ÄÏÌÖÎÙ
-ÏÂÒÁÂÁÔÙ×ÁÔØÓÑ ÔÁËÖÅ ËÁË É ÂÁÚÏ×ÙÊ ËÌÁÓÓ - KDbg ÍÏÖÅÔ ÏÐÒÅÄÅÌÉÔØ ÎÁÓÌÅÄÏ×ÁÎÉÅ
-É ÉÓÐÏÌØÚÏ×ÁÔØ ÏÐÉÓÁÎÉÅ ÔÉÐÁ ÐÅÒ×ÏÇÏ (ÓÌÅ×Á) ÂÁÚÏ×ÏÇÏ ËÌÁÓÓÁ. ÷Ù ÍÏÖÅÔÅ
-ÉÓÐÏÌØÚÏ×ÁÔØ ÜÌÅÍÅÎÔ <tt>Alias</tt> ÄÌÑ ÂÙÓÔÒÏÇÏ ÕËÁÚÁÎÉÑ ËÌÁÓÓÁ ÐÒÉ
-ÍÎÏÖÅÓÔ×ÅÎÎÏÍ ÎÁÓÌÅÄÏ×ÁÎÉÉ, ÏÔÌÉÞÎÏÇÏ ÏÔ ÐÅÒ×ÏÇÏ ÓÌÅ×Á.
-<h2>ðÒÉÍÅÒ</h2>
-üÔÏÔ ÐÒÉÍÅÒ ÐÏËÁÚÙ×ÁÅÔ, ËÁË <tt>TQString</tt> É <tt>TQObject</tt> ÏÐÉÓÁÎÙ ×
-<tt>qt.kdbgtt</tt>. äÏÐÏÌÎÉÔÅÌØÎÏ ÏÐÒÅÄÅÌÅÎ <tt>TQTableView</tt>, ÓÓÙÌÁÀÝÉÊÓÑ
-ÎÁ <tt>TQObject</tt>. üÔÏÔ ÐÒÉÍÅÒ ÐÒÉÍÅÎÉÍ Ë TQt 1.x, ËÏÔÏÒÙÊ ÒÁÓÐÏÌÏÖÅÎ ×
-ÒÁÚÄÅÌÑÅÍÙÈ ÂÉÂÌÉÏÔÅËÁÈ, ÉÍÅÎÁ ËÏÔÏÒÙÈ ÏËÁÎÞÉ×ÁÀÔÓÑ ËÁË <tt>libtqt.so.1</tt>.
-<pre>[Type Table]
-Types1=TQString
-Types2=TQObject,TQTableView
-LibDisplayName=libtqt 1.x
-ShlibRE=libtqt\.so\.1$
-[TQString]
-Display={ % }
-Expr1=(%s).shd->data
-[TQObject]
-Display={ name=% #chld=% }
-Expr1=(%s).objname
-Expr2=(%s).childObjects->numNodes
-[TQTableView]
-Alias=TQObject</pre>
-úÁÍÅÞÁÎÉÅ: ÇÏÒÁÚÄÏ ÂÅÚÏÐÁÓÎÅÅ ÚÁËÌÀÞÁÔØ <tt>%s</tt> × ÓËÏÂËÉ.
-</body>
-</html>
diff --git a/kdbg/doc/ru/watches.html b/kdbg/doc/ru/watches.html
deleted file mode 100644
index 0953b7c..0000000
--- a/kdbg/doc/ru/watches.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
- <meta name="Author" content="Johannes Sixt">
- <title>KDbg - òÕËÏ×ÏÄÓÔ×Ï ðÏÌØÚÏ×ÁÔÅÌÑ - ïÔÓÌÅÖÉ×ÁÅÍÙÅ ÷ÙÒÁÖÅÎÉÑ</title>
-</head>
-<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000">
-<a href="index.html">óÏÄÅÒÖÁÎÉÅ</a>
-<h1>ïËÎÏ ïÔÓÌÅÖÉ×ÁÅÍÙÈ ÷ÙÒÁÖÅÎÉÊ</h1>
-ïËÎÏ ÏÔÓÌÅÖÉ×ÁÅÍÙÈ ×ÙÒÁÖÅÎÉÊ ×ÙÚÙ×ÁÅÔÓÑ ×ÙÂÏÒÏÍ ÐÕÎËÔÁ ÍÅÎÀ
-<i>÷ÉÄ|ïÔÓÌÅÖÉ×ÁÅÍÙÅ ÷ÙÒÁÖÅÎÉÑ</i>. ïÎÏ ÏÔÏÂÒÁÖÁÅÔ ÐÒÏÉÚ×ÏÌØÎÙÅ ×ÙÒÁÖÅÎÉÑ.
-<p>äÌÑ ÄÏÂÁ×ÌÅÎÉÑ ×ÙÒÁÖÅÎÉÑ, ××ÅÄÉÔÅ ÅÇÏ × ÐÏÌÅ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ É ÎÁÖÍÉÔÅ Enter
-ÉÌÉ ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>äÏÂÁ×ÉÔØ</i>. äÌÑ ÕÄÁÌÅÎÉÑ ×ÙÒÁÖÅÎÉÑ, ×ÙÂÅÒÉÔÅ ÅÇÏ
-(×ÙÂÉÒÁÊÔÅ ËÏÒÅÎØ ×ÙÒÁÖÅÎÉÑ?) É ËÌÉËÎÉÔÅ ÎÁ ËÎÏÐËÕ <i>Del</i>.
-<p>ïÔÓÌÅÖÉ×ÁÅÍÙÅ ×ÙÒÁÖÅÎÉÑ ÓÏÈÒÁÎÑÀÔÓÑ ÍÅÖÄÕ ÓÅÓÓÉÑÍÉ ÏÔÌÁÄËÉ. ðÏÜÔÏÍÕ
-ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÄÁÌÑÔØ ×ÙÒÁÖÅÎÉÑ, ËÏÔÏÒÙÍÉ ×Ù ÕÖÅ ÎÅ ÐÏÌØÚÕÅÔÅÓØ, Ô.Ë. ÜÔÏ
-ÐÏ×ÙÓÉÔ ÓËÏÒÏÓÔØ ÏÔÌÁÄËÉ.
-</body>
-</html>