Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp30 VSCode g_vsc;
32 VSCode::VSCode() in VSCode() function in lldb_vscode::VSCode
61 VSCode::~VSCode() = default;
63 int64_t VSCode::GetLineForPC(int64_t sourceReference, lldb::addr_t pc) const { in GetLineForPC()
70 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint()
79 VSCode::GetExceptionBreakpoint(const lldb::break_id_t bp_id) { in GetExceptionBreakpoint()
90 void VSCode::SendJSON(const std::string &json_str) { in SendJSON()
105 void VSCode::SendJSON(const llvm::json::Value &json) { in SendJSON()
115 std::string VSCode::ReadJSON() { in ReadJSON()
204 void VSCode::SendOutput(OutputType o, const llvm::StringRef output) { in SendOutput()
[all …]
H A DVSCode.h123 struct VSCode { struct
156 VSCode(); argument
157 ~VSCode();
158 VSCode(const VSCode &rhs) = delete;
159 void operator=(const VSCode &rhs) = delete; argument
275 extern VSCode g_vsc;
H A DOptions.td9 HelpText<"Prints out the usage information for the LLDB VSCode tool.">;
H A DCMakeLists.txt38 VSCode.cpp
H A DJSONUtils.cpp692 auto sourceReference = VSCode::GetNextSourceReference(); in CreateSource()
/openbsd-src/gnu/llvm/clang/
H A D.gitignore33 # VS2017 and VSCode config files.
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/
H A DBUILD.gn52 "VSCode.cpp",
/openbsd-src/gnu/llvm/llvm/
H A D.gitignore49 # VS2017 and VSCode config files.
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4800 lldb/tools/lldb-vscode/VSCode.h