1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
<!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>
|