summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Interpreter/Args.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Interpreter/Args.h')
-rw-r--r--lldb/include/lldb/Interpreter/Args.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/include/lldb/Interpreter/Args.h b/lldb/include/lldb/Interpreter/Args.h
index 0b9c909ecaf..e706194a83e 100644
--- a/lldb/include/lldb/Interpreter/Args.h
+++ b/lldb/include/lldb/Interpreter/Args.h
@@ -82,6 +82,11 @@ public:
Args (const char *command, size_t len);
+ Args (const Args &rhs);
+
+ const Args &
+ operator= (const Args &rhs);
+
//------------------------------------------------------------------
/// Destructor.
//------------------------------------------------------------------
OpenPOWER on IntegriCloud