This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/concepts/overview.html is in eclipse-ptp-rdt 8.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Remote Development Tools Overview</title>
</head>

   <body>
      <h2>Remote
      Development Tools Overview</h2>
<p>RDT provides a framework,  and a reference implementation of that framework, that facilitates using a local IDE to perform development tasks on another, remote machine.</p>
<p>The main motivation behind this is for development on high performance scientific computers, and for mainframe computing. The characteristics of developing for these machines that especially necessitate a remote development environment are several:<br>
</p>
<li>The machines themselves are often centralized at some remote location, and cannot be accessed physically by the user. </li>
<li>The tools experience of Eclipse tends to be much richer than
that of command line tools</li>
<li>The performance of displaying a graphically rich tool such as Eclipse over a remote graphics protocol such as X11 is typically very slow, especially for latent connections which are geographically distributed.</li>
<li>Servers may not have any native graphical capabilities with which to display graphical tools<br>
<br>The overall concept behind RDT is to use the Eclipse IDE as a thin front end, and offload the majority of the processing to services running on the remote machine itself. By doing this, a rich feature set can be attained, while maintaining an acceptable level of performance compared to running the entire IDE locally.<br>
</li><p>RDT initially provides services for remote C/C++ development, but the RDT service framework is designed to support any arbitrary language.<br>
<br>The core concept of the RDT framework is the <a
	href="service_model.html">Service Model</a>, which describes which services are present, and which implementations of those services to use in a given project.</p></body>
</html>