Home
last modified time | relevance | path

Searched refs:attach_msg (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp641 char attach_msg[256]; in request_attach() local
642 auto attach_msg_len = snprintf(attach_msg, sizeof(attach_msg), in request_attach()
646 llvm::StringRef(attach_msg, attach_msg_len)); in request_attach()