Searched refs:VSCode (Results 1 – 9 of 9) sorted by relevance
30 VSCode g_vsc;32 VSCode::VSCode() in VSCode() function in lldb_vscode::VSCode61 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 …]
123 struct VSCode { struct156 VSCode(); argument157 ~VSCode();158 VSCode(const VSCode &rhs) = delete;159 void operator=(const VSCode &rhs) = delete; argument275 extern VSCode g_vsc;
9 HelpText<"Prints out the usage information for the LLDB VSCode tool.">;
38 VSCode.cpp
692 auto sourceReference = VSCode::GetNextSourceReference(); in CreateSource()
33 # VS2017 and VSCode config files.
52 "VSCode.cpp",
49 # VS2017 and VSCode config files.
4800 lldb/tools/lldb-vscode/VSCode.h