Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h214 std::optional<llvm::StringRef> request_path = std::nullopt,
240 std::optional<llvm::StringRef> request_path = std::nullopt,
H A DJSONUtils.cpp310 std::optional<llvm::StringRef> request_path, in CreateBreakpoint() argument
340 if (request_path) in CreateBreakpoint()
341 object.try_emplace("source", CreateSource(*request_path)); in CreateBreakpoint()
442 std::optional<llvm::StringRef> request_path, in AppendBreakpoint() argument
444 breakpoints.emplace_back(CreateBreakpoint(bp, request_path, request_line)); in AppendBreakpoint()