diff options
Diffstat (limited to 'include/lldb/Host/Host.h')
| -rw-r--r-- | include/lldb/Host/Host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Host/Host.h b/include/lldb/Host/Host.h index bf48e207f1f28..c41e4796f532c 100644 --- a/include/lldb/Host/Host.h +++ b/include/lldb/Host/Host.h @@ -238,6 +238,9 @@ public: uint32_t line_no); static size_t GetEnvironment(StringList &env); + + static std::unique_ptr<Connection> + CreateDefaultConnection(llvm::StringRef url); }; } // namespace lldb_private |
