aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/Core/ConnectionMachPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Core/ConnectionMachPort.h')
-rw-r--r--include/lldb/Core/ConnectionMachPort.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/lldb/Core/ConnectionMachPort.h b/include/lldb/Core/ConnectionMachPort.h
index 04ec7f69136b..78eb78cb95f4 100644
--- a/include/lldb/Core/ConnectionMachPort.h
+++ b/include/lldb/Core/ConnectionMachPort.h
@@ -56,6 +56,9 @@ public:
lldb::ConnectionStatus &status,
lldb_private::Error *error_ptr);
+ virtual std::string
+ GetURI();
+
lldb::ConnectionStatus
BootstrapCheckIn (const char *port_name,
lldb_private::Error *error_ptr);
@@ -83,6 +86,7 @@ protected:
mach_port_t m_port;
private:
+ std::string m_uri;
DISALLOW_COPY_AND_ASSIGN (ConnectionMachPort);