Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h402 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);
H A Dlldb-vscode.cpp261 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
267 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
H A DJSONUtils.cpp877 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, in CreateThreadStopped() function