Lines Matching defs:support

64 #include "xml-support.h"
103 /* Generic configuration support for packets the stub optionally
105 as allowing GDB to auto-detect support in the remote stub. */
126 /* Stub vCont actions support.
129 support for the corresponding action. */
280 /* The status of the stub support for the various vCont actions. */
282 /* Whether vCont support was probed already. This is a workaround
390 support multi-process. */
819 enum packet_support support,
825 packet_support support, const char *value);
1782 /* If auto, GDB auto-detects support for this packet or feature,
1789 /* Does the target support this packet? */
1790 enum packet_support support;
1799 const char *support = "internal-error";
1804 support = "enabled";
1807 support = "disabled";
1810 support = "unknown";
1818 config->name, support);
1823 config->name, support);
1889 /* The stub does not support the packet. */
1905 && config->support == PACKET_DISABLE)
1915 if (config->support == PACKET_SUPPORT_UNKNOWN)
1921 config->support = PACKET_ENABLE;
1925 /* The stub does not support the packet. */
1927 && config->support == PACKET_ENABLE)
1945 config->support = PACKET_DISABLE;
2102 assuming all remote targets are the same server (thus all support
2129 return config->support;
2492 stub doesn't support qC. This is the first stop reported
2510 doesn't support qC. This is the first stop reported
2839 vAttach, if the remote side doesn't support
3825 /* Some targets don't really support threads, but still
3888 If the target doesn't support threads at all, then this is a
4125 return; /* Return silently. Stub doesn't support
4348 extracting the thread. If the target doesn't support the explicit
4611 remote_protocol_packets[PACKET_vFile_setfs].support = PACKET_DISABLE;
4667 "does not support non-stop"));
4918 /* Reset all packets back to "unknown support". Called when opening a
4927 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
4940 remote_protocol_packets[i].support = PACKET_SUPPORT_UNKNOWN;
5074 argument indicates whether the packet requested support be
5091 enum packet_support support,
5101 remote_protocol_packets[feature->packet].support = support;
5106 enum packet_support support, const char *value)
5113 if (support != PACKET_ENABLE)
5138 enum packet_support support, const char *value)
5140 remote->remote_packet_size (feature, support, value);
5299 /* The packet support flags are handled differently for this packet
5878 error (_("This target does not support attaching to a process"));
5912 error (_("This target does not support attaching to a process"));
6076 /* We don't currently support range stepping multiple
6683 error (_("Remote server does not support stopping threads"));
6765 error (_("No support for interrupting the remote target."));
7325 /* Make sure the stub doesn't forget to indicate support
7339 /* Make sure the stub doesn't forget to indicate support
7542 support. */
7949 remote system doesn't support it. */
8575 remote_protocol_packets[PACKET_X].support = PACKET_DISABLE;
8582 remote_protocol_packets[PACKET_X].support = PACKET_ENABLE;
8956 target does not support querying traceframe info, and so we
9053 error (_("Remote target does not support flash erase"));
9085 error (_("Remote target does not support vFlashDone"));
10027 error (_("Target does not support QDisableRandomization."));
10039 /* If the user has disabled vRun support, or we have detected that
10040 support is not available, do not try it. */
10187 a special create_inferior function. We support changing the
10235 error (_("Remote target does not support \"set remote exec-file\""));
10237 error (_("Remote target does not support \"set args\" or run ARGS"));
10307 support, we ask the remote target to do the work; on targets
10315 If it succeeds, then set the support to PACKET_ENABLE. If it
10316 fails, and the user has explicitly requested the Z support then
10362 support Z0 packets, throw error. */
10365 Target doesn't support breakpoints that have target side commands."));
11216 /* Target doesn't provided special support, fall back and use the
11217 standard support (copy memory and do the search here). */
11318 error (_("Target does not support this command."));
11610 _("Remote target doesn't support qGetTLSAddr packet"));
11653 error (_("Remote target doesn't support qGetTIBAddr packet"));
11754 /* Remote file transfer support. This is host-initiated I/O, not
12367 does not support vFile:open. */
12376 /* Try opening a file to probe support. The supplied
12395 warning (_("remote target does not support file"
12824 error (_("Target does not support this command."));
12847 warning (_("Target does not support source download."));
12862 warning (_("Target does not support source download."));
12904 /* Only test for support at download time; we may not know
12928 tracepoints, so don't take lack of support as a reason to
12930 warning (_("Target does not support fast tracepoints, "
12935 /* Only test for support at download time; we may not know
12955 tracepoints, so don't take lack of support as a reason
12957 error (_("Target does not support static tracepoints"));
12963 /* Only test support at download time, we may not know target
12992 warning (_("Target does not support conditional tracepoints, "
13010 error (_("Target does not support tracepoints."));
13074 warning (_("Target does not support source download."));
13090 warning (_("Target does not support source download."));
13116 /* If we are in a tracing experiment, but remote stub doesn't support
13143 error (_("Target does not support this command."));
13159 error (_("Target does not support enabling tracepoints while a trace run is ongoing."));
13175 error (_("Target does not support disabling tracepoints while a trace run is ongoing."));
13238 error (_("Target does not support this command."));
13348 error (_("Target does not support this command."));
13398 error (_("Target does not support this command."));
13476 error (_("Target does not support this command."));
13539 error (_("Target does not support this command."));
13544 warning (_("Target does not support disconnected tracing."));
13569 error (_("Target does not support this command."));
13847 "but support was disabled at compile time."));
13894 error (_("Target does not support branch tracing."));
13943 error (_("Target does not support branch tracing."));
13984 error (_("Target does not support branch tracing."));
14077 feature. If the stub doesn't support vContSupported feature,