Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.h400 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);
H A DJSONUtils.cpp874 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, in CreateThreadStopped() function
H A Dlldb-vscode.cpp258 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()
264 g_vsc.SendJSON(CreateThreadStopped(thread, stop_id)); in SendThreadStoppedEvent()