Index is the name of an external tool that the GNAT Programming System (GPS) is supporting. Value is a list of switches to use when invoking that tool.
Value is a string that designates the remote host in a cross-compilation environment, to be used for remote compilation and debugging. This attribute should not be specified when running on the local machine.
Value is a string that specifies the name of IP address of the embedded target in a cross-compilation environment, on which the program should execute.
Value is the name of the protocol to use to communicate with the target
in a cross-compilation environment, for example "wtx"
or
"vxworks"
.
Index is a language Name. Value is a string that denotes the command to be
used to invoke the compiler. The value of Compiler_Command ("Ada")
is
expected to be compatible with gnatmake, in particular in
the handling of switches.
Value is a string that specifies the name of the debugger to be used, such as gdb, powerpc-wrs-vxworks-gdb or gdb-4.
Value is a string that specifies the name of the ^gnatls^gnatls^ utility
to be used to retrieve information about the predefined path; for example,
"^gnatls^gnatls^"
, "powerpc-wrs-vxworks-gnatls"
.
Value is a string used to specify the Version Control System (VCS) to be used for this project, for example "Subversion", "ClearCase". If the value is set to "Auto", the IDE will try to detect the actual VCS used on the list of supported ones.
Value is a string that specifies the command used by the VCS to check the validity of a file, either when the user explicitly asks for a check, or as a sanity check before doing the check-in.
Value is a string that specifies the command used by the VCS to check the validity of a log file.
Value is the directory used to generate the documentation of source code.