Lines Matching +defs:format +defs:message
124 /// Prints a welcome message on the editor if the preprocessor variable
328 // "description": "Event message for 'process' event type. The event
435 const char *message = lldb::SBDebugger::GetProgressFromEvent(
437 if (message)
438 dap.SendProgressEvent(progress_id, message, completed, total);
810 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
821 EmplaceSafeString(response, "message", status.GetCString());
829 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
878 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
903 EmplaceSafeString(response, "message", std::string(error.GetCString()));
1177 // "message": {
1241 EmplaceSafeString(details, "message", stream.GetData());
1516 // "format": {
1518 // "description": "Specifies details on how to format the Evaluate
1658 EmplaceSafeString(response, "message", std::string(error_cstr));
1660 EmplaceSafeString(response, "message", "evaluate failed");
1835 // "description": "Determines in what format paths are specified. The
1836 // default is 'path', which is the native format."
1883 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
1891 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
1909 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
1998 // The debug adapter supports a 'format' attribute on the stackTraceRequest,
2092 // the async didAttach notification should have an error message, so we
2244 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
2255 EmplaceSafeString(response, "message", status.GetCString());
2263 EmplaceSafeString(response, "message", llvm::toString(std::move(err)));
2272 EmplaceSafeString(response, "message", std::string(status.GetCString()));
2449 EmplaceSafeString(response, "message",
2466 EmplaceSafeString(response, "message",
2711 // must not 'break' (stop) but log the message instead. Expressions within
3337 // "format": {
3339 // "description": "Specifies details on how to format the stack frames.
3555 response["message"] = "Failed to get instructions for frame.";
3612 response["message"] = "Failed to get frame for input frameId.";
3757 // "format": {
3759 // "description": "Specifies details on how to format the response value."
3874 EmplaceSafeString(body, "message", std::string(error.GetCString()));
3927 // "format": {
3929 // "description": "Specifies details on how to format the Variable
3968 const auto *format = arguments->getObject("format");
3969 if (format)
3970 hex = GetBoolean(format, "hex", false);
3980 // Change the default format of any pointer sized registers in the first
3982 // and resolve what the pointer resolves to. Only change the format if the
3983 // format was set to the default format or if it was hex as some registers
3990 const lldb::Format format = reg.GetFormat();
3991 if (format == lldb::eFormatDefault || format == lldb::eFormatHex) {
4176 response["message"] = "Invalid variable reference";
4187 response["message"] =
4199 response["message"] = "Failed to resolve line entry for location";
4214 response["message"] = "No declaration location available";
4311 response["message"] =
4322 response["message"] = "Memory reference not found in the current binary.";
4332 response["message"] = "Failed to find instructions for memory address.";
4355 sb << llvm::format("%2.2x ", b);
4520 response["message"] =
4541 EmplaceSafeString(response, "message", error.GetCString());
4696 // "message": {
4698 // "description": "A message about the state of the breakpoint.\nThis
4890 // In case of errors launching the target, a suitable error message will be
4939 printf("stdout message\n");
4940 fprintf(stderr, "stderr message\n");