Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h148 bool configuration_done_sent; member
H A DVSCode.cpp42 stop_at_entry(false), is_attach(false), configuration_done_sent(false),
H A Dlldb-vscode.cpp456 if (g_vsc.configuration_done_sent) { in EventThreadFunction()
801 g_vsc.configuration_done_sent = true; in request_configurationDone()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py134 self.configuration_done_sent = False
564 self.configuration_done_sent = True
576 if not self.configuration_done_sent: