aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/ConnectionSharedMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/ConnectionSharedMemory.h')
-rw-r--r--include/lldb/Core/ConnectionSharedMemory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lldb/Core/ConnectionSharedMemory.h b/include/lldb/Core/ConnectionSharedMemory.h
index 0f9cdcb8a92d..48e62142954e 100644
--- a/include/lldb/Core/ConnectionSharedMemory.h
+++ b/include/lldb/Core/ConnectionSharedMemory.h
@@ -53,6 +53,9 @@ public:
virtual size_t
Write (const void *src, size_t src_len, lldb::ConnectionStatus &status, Error *error_ptr);
+ virtual std::string
+ GetURI();
+
lldb::ConnectionStatus
Open (bool create, const char *name, size_t size, Error *error_ptr);