Lines Matching full:description

328 //       "description": "Event message for 'process' event type. The event
342 // "description": "The logical name of the process. This is
348 // "description": "The system process id of the debugged process.
354 // "description": "If true, the process is running on the same
360 // "description": "Describes how the debug engine started
732 // "description": "Attach request; value of command field is 'attach'.",
747 // "description": "Arguments for 'attach' request.\nThe attach request has no
753 // "description": "Response to 'attach' request. This is just an
918 // "description": "Continue request; value of command field is 'continue'.
934 // "description": "Arguments for 'continue' request.",
938 // "description": "Continue execution for the specified thread (if
950 // "description": "Response to 'continue' request.",
957 // "description": "If true, the continue request has ignored the
983 // "description": "ConfigurationDone request; value of command field
1001 // "description": "Arguments for 'configurationDone' request.\nThe
1007 // "description": "Response to 'configurationDone' request. This is
1025 // "description": "Disconnect request; value of command field is
1041 // "description": "Arguments for 'disconnect' request.",
1045 // "description": "Indicates whether the debuggee should be terminated
1054 // "description": "Indicates whether the debuggee should be restart
1062 // "description": "Response to 'disconnect' request. This is just an
1114 // "description": "Retrieves the details of the exception that
1131 // "description": "Arguments for `exceptionInfo` request.",
1135 // "description": "Thread for which exception information should be
1144 // "description": "Response to `exceptionInfo` request.",
1151 // "description": "ID of the exception that was thrown."
1153 // "description": {
1155 // "description": "Descriptive text for the exception."
1159 // "description": "Mode that caused the exception notification to
1164 // "description": "Detailed information about the exception."
1175 // "description": "Detailed information about an exception that has
1179 // "description": "Message contained in the exception."
1183 // "description": "Short type name of the exception object."
1187 // "description": "Fully-qualified type name of the exception object."
1191 // "description": "An expression that can be evaluated in the current
1196 // "description": "Stack trace at the time the exception was thrown."
1203 // "description": "Details of the exception contained by this exception,
1222 EmplaceSafeString(body, "description", exc_bp->label);
1229 if (!ObjectContainsKey(body, "description")) {
1230 char description[1024];
1231 if (thread.GetStopDescription(description, sizeof(description))) {
1232 EmplaceSafeString(body, "description", std::string(description));
1271 // "description": "Returns a list of possible completions for a given caret
1288 // "description": "Arguments for 'completions' request.",
1292 // "description": "Returns completions in the scope of this stack frame.
1297 // "description": "One or more source lines. Typically this is the text a
1302 // "description": "The character position for which to determine the
1307 // "description": "An optional line for which to determine the completion
1316 // "description": "Response to 'completions' request.",
1326 // "description": "The possible completions for ."
1337 // "description": "CompletionItems are the suggestions returned from the
1341 // "description": "The label of this completion item. By default this is
1346 // "description": "If text is not falsy then it is inserted instead of the
1351 // "description": "A string that should be used when comparing this item
1356 // "description": "The item's type. Typically the client uses this
1361 // "description": "This value determines the location (in the
1368 // "description": "This value determines how many characters are
1377 // "description": "Some predefined types for the CompletionItem. Please note
1448 std::string description = descriptions.GetStringAtIndex(i);
1459 if (description.empty())
1462 EmplaceSafeString(item, "label", match + " -- " + description);
1476 // "description": "Evaluate request; value of command field is 'evaluate'.
1494 // "description": "Arguments for 'evaluate' request.",
1498 // "description": "The expression to evaluate."
1502 // "description": "Evaluate the expression in the scope of this stack
1514 // "description": "The context in which the evaluate request is run."
1518 // "description": "Specifies details on how to format the Evaluate
1527 // "description": "Response to 'evaluate' request.",
1534 // "description": "The result of the evaluate request."
1538 // "description": "The optional type of the evaluate result."
1542 // "description": "Properties of a evaluate result that can be
1548 // "description": "If variablesReference is > 0, the evaluate
1555 // "description": "The number of named child variables. The
1562 // "description": "The number of indexed child variables. The
1569 // "description": "A reference that allows the client to request
1582 // "description": "A memory reference to a location appropriate
1687 // "description": "Compile Unit request; value of command field is
1703 // "description": "Arguments for 'compileUnits' request.",
1707 // "description": "The ID of the module."
1715 // "description": "Response to 'compileUnits' request.",
1718 // "description": "Response to 'compileUnits' request. Array of
1751 // "description": "Modules request; value of command field is
1765 // "description": "Response to 'modules' request.",
1768 // "description": "Response to 'modules' request. Array of
1793 // "description": "Initialize request; value of command field is
1809 // "description": "Arguments for 'initialize' request.",
1813 // "description": "The ID of the (frontend) client using this adapter."
1817 // "description": "The ID of the debug adapter."
1821 // "description": "The ISO-639 locale of the (frontend) client using
1826 // "description": "If true all line numbers are 1-based (default)."
1830 // "description": "If true all column numbers are 1-based (default)."
1835 // "description": "Determines in what format paths are specified. The
1840 // "description": "Client supports the optional type attribute for
1845 // "description": "Client supports the paging of variables."
1849 // "description": "Client supports the runInTerminal request."
1857 // "description": "Response to 'initialize' request.",
1861 // "description": "The capabilities of this debug adapter."
2175 // "description": "Launch request; value of command field is 'launch'.",
2190 // "description": "Arguments for 'launch' request.",
2194 // "description": "If noDebug is true the launch request should launch
2202 // "description": "Response to 'launch' request. This is just an
2299 // "description": "Next request; value of command field is 'next'. The
2318 // "description": "Arguments for 'next' request.",
2322 // "description": "Execute 'next' for this thread."
2326 // "description": "Stepping granularity. If no granularity is specified, a
2335 // "description": "Response to 'next' request. This is just an
2362 // "description": "Pause request; value of command field is 'pause'. The
2379 // "description": "Arguments for 'pause' request.",
2383 // "description": "Pause execution for this thread."
2391 // "description": "Response to 'pause' request. This is just an
2406 // "description": "Restarts a debug session. Clients should only call this
2425 // "description": "Arguments for `restart` request.",
2432 // "description": "The latest version of the `launch` or `attach`
2440 // "description": "Response to `restart` request. This is just an
2520 // "description": "Scopes request; value of command field is 'scopes'. The
2536 // "description": "Arguments for 'scopes' request.",
2540 // "description": "Retrieve the scopes for this stackframe."
2548 // "description": "Response to 'scopes' request.",
2558 // "description": "The scopes of the stackframe. If the array has
2610 // "description": "SetBreakpoints request; value of command field is
2628 // "description": "Arguments for 'setBreakpoints' request.",
2632 // "description": "The source location of the breakpoints; either
2640 // "description": "The code locations of the breakpoints."
2647 // "description": "Deprecated: The code locations of the breakpoints."
2651 // "description": "A value of true indicates that the underlying source
2660 // "description": "Response to 'setBreakpoints' request. Returned is
2674 // "description": "Information about the breakpoints. The array
2688 // "description": "Properties of a breakpoint or logpoint passed to the
2692 // "description": "The source line of the breakpoint or logpoint."
2696 // "description": "An optional source column of the breakpoint."
2700 // "description": "An optional expression for conditional breakpoints."
2704 // "description": "An optional expression that controls how many hits of
2710 // "description": "If this attribute exists and is non-empty, the backend
2774 // "description": "SetExceptionBreakpoints request; value of command field
2791 // "description": "Arguments for 'setExceptionBreakpoints' request.",
2798 // "description": "IDs of checked exception options. The set of IDs is
2806 // "description": "Configuration options for selected exceptions."
2814 // "description": "Response to 'setExceptionBreakpoints' request. This is
2850 // "description": "SetFunctionBreakpoints request; value of command field is
2868 // "description": "Arguments for 'setFunctionBreakpoints' request.",
2875 // "description": "The function names of the breakpoints."
2882 // "description": "Properties of a breakpoint passed to the
2886 // "description": "The name of the function."
2890 // "description": "An optional expression for conditional breakpoints."
2894 // "description": "An optional expression that controls how many hits of
2904 // "description": "Response to 'setFunctionBreakpoints' request. Returned is
2915 // "description": "Information about the breakpoints. The array
2973 // "description": "Obtains information on a possible data breakpoint that
2990 // "description": "Arguments for `dataBreakpointInfo` request.",
2994 // "description": "Reference to the variable container if the data
3002 // "description": "The name of the variable's child to obtain data
3008 // "description": "When `name` is an expression, evaluate it in the scope
3019 // "description": "Response to `dataBreakpointInfo` request.",
3026 // "description": "An identifier for the data on which a data
3036 // "description": {
3038 // "description": "UI string that describes on what data the
3046 // "description": "Attribute lists the available access types for a
3052 // "description": "Attribute indicates that a potential data
3056 // "required": [ "dataId", "description" ]
3081 body.try_emplace("description",
3086 body.try_emplace("description", "variable size is 0");
3097 body.try_emplace("description", error_cstr && error_cstr[0]
3114 body.try_emplace("description",
3121 body.try_emplace("description",
3128 body.try_emplace("description", "variable not found: " + name.str());
3134 body.try_emplace("description",
3144 // "description": "Replaces all existing data breakpoints with new data
3163 // "description": "Arguments for `setDataBreakpoints` request.",
3170 // "description": "The contents of this array replaces all existing data
3179 // "description": "Response to `setDataBreakpoints` request.\nReturned is
3190 // "description": "Information about the data breakpoints. The array
3239 // "description": "Source request; value of command field is 'source'. The
3255 // "description": "Arguments for 'source' request.",
3259 // "description": "Specifies the source content to load. Either
3264 // "description": "The reference to the source. This is the same as
3274 // "description": "Response to 'source' request.",
3281 // "description": "Content of the source reference."
3285 // "description": "Optional content type (mime type) of the source."
3305 // "description": "StackTrace request; value of command field is
3321 // "description": "Arguments for 'stackTrace' request.",
3325 // "description": "Retrieve the stacktrace for this thread."
3329 // "description": "The index of the first frame to return; if omitted
3334 // "description": "The maximum number of frames to return. If levels is
3339 // "description": "Specifies details on how to format the stack frames.
3349 // "description": "Response to `stackTrace` request.",
3359 // "description": "The frames of the stackframe. If the array has
3365 // "description": "The total number of frames available in the
3409 // "description": "StepIn request; value of command field is 'stepIn'. The
3431 // "description": "Arguments for 'stepIn' request.",
3435 // "description": "Execute 'stepIn' for this thread."
3439 // "description": "Optional id of the target to step into."
3443 // "description": "Stepping granularity. If no granularity is specified, a
3452 // "description": "Response to 'stepIn' request. This is just an
3489 // "description": "This request retrieves the possible step-in targets for
3506 // "description": "Arguments for `stepInTargets` request.",
3510 // "description": "The stack frame for which to retrieve the possible
3519 // "description": "Response to `stepInTargets` request.",
3529 // "description": "The possible step-in targets of the specified
3620 // "description": "StepOut request; value of command field is 'stepOut'. The
3637 // "description": "Arguments for 'stepOut' request.",
3641 // "description": "Execute 'stepOut' for this thread."
3649 // "description": "Response to 'stepOut' request. This is just an
3672 // "description": "Thread request; value of command field is 'threads'. The
3685 // "description": "Response to 'threads' request.",
3695 // "description": "All threads."
3727 // "description": "setVariable request; value of command field is
3743 // "description": "Arguments for 'setVariable' request.",
3747 // "description": "The reference of the variable container."
3751 // "description": "The name of the variable."
3755 // "description": "The value of the variable."
3759 // "description": "Specifies details on how to format the response value."
3767 // "description": "Response to 'setVariable' request.",
3774 // "description": "The new value of the variable."
3778 // "description": "The type of the new value. Typically shown in the
3783 // "description": "If variablesReference is > 0, the new value is
3789 // "description": "The number of named child variables. The client
3795 // "description": "The number of indexed child variables. The client
3801 // "description": "A reference that allows the client to request the
3888 // "description": "Variables request; value of command field is 'variables'.
3905 // "description": "Arguments for 'variables' request.",
3909 // "description": "The Variable reference."
3914 // "description": "Optional filter to limit the child variables to either
3919 // "description": "The index of the first variable to return; if omitted
3924 // "description": "The number of variables to return. If count is missing
3929 // "description": "Specifies details on how to format the Variable
3938 // "description": "Response to 'variables' request.",
3948 // "description": "All (or a range) of variables for the given
4090 // "description": "Looks up information about a location reference
4106 // "description": "Arguments for `locations` request.",
4110 // "description": "Location reference to resolve."
4118 // "description": "Response to `locations` request.",
4125 // "description": "The source containing the location; either
4131 // "description": "The line number of the location. The client
4137 // "description": "Position of the location within the `line`. It is
4145 // "description": "End line of the location, present if the location
4152 // "description": "End position of the location within `endLine`,
4233 // "description": "Disassembles code stored at the provided
4249 // "description": "Arguments for `disassemble` request.",
4253 // "description": "Memory reference to the base location containing the
4258 // "description": "Offset (in bytes) to be applied to the reference
4263 // "description": "Offset (in instructions) to be applied after the byte
4268 // "description": "Number of instructions to disassemble starting at the
4275 // "description": "If true, the adapter should attempt to resolve memory
4284 // "description": "Response to `disassemble` request.",
4294 // "description": "The list of disassembled instructions."
4437 // "description": "Reads bytes from memory at the provided location. Clients
4454 // "description": "Arguments for `readMemory` request.",
4458 // "description": "Memory reference to the base location from which data
4463 // "description": "Offset (in bytes) to be applied to the reference
4468 // "description": "Number of bytes to read at the specified location and
4477 // "description": "Response to `readMemory` request.",
4484 // "description": "The address of the first byte of data returned.
4490 // "description": "The number of unreadable bytes encountered after
4498 // "description": "The bytes read from memory, encoded using base64.
4579 // "description" :
4598 // "description": "Arguments for `setInstructionBreakpoints` request",
4603 // "description": "The instruction references of the breakpoints"
4613 // "description": "Response to `setInstructionBreakpoints` request",
4621 // "description":
4636 // "description": "Properties of a breakpoint passed to the "
4641 // "description" :
4649 // "description": "The offset from the instruction reference in "
4654 // "description": "An expression for conditional breakpoints.\nIt is only
4661 // "description": "An expression that controls how many hits of the "
4670 // "description": "The mode of this breakpoint. If defined, this must be
4680 // "description" :
4687 // "description" :
4693 // "description": "If true, the breakpoint could be set (but not "
4698 // "description": "A message about the state of the breakpoint.\nThis
4705 // "description": "The source where the breakpoint is located."
4709 // "description" :
4714 // "description" :
4722 // "description" :
4727 // "description" :
4736 // "description": "A memory reference to where the breakpoint is
4741 // "description": "The offset from the instruction reference.\nThis "
4746 // "description" :