diff options
Diffstat (limited to 'doc/ru/tips.html')
-rw-r--r-- | doc/ru/tips.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/ru/tips.html b/doc/ru/tips.html new file mode 100644 index 0000000..7739496 --- /dev/null +++ b/doc/ru/tips.html @@ -0,0 +1,43 @@ +<!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> |