diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/Args.h')
-rw-r--r-- | lldb/include/lldb/Interpreter/Args.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/include/lldb/Interpreter/Args.h b/lldb/include/lldb/Interpreter/Args.h index 580ebafba8f..a5b66ac387c 100644 --- a/lldb/include/lldb/Interpreter/Args.h +++ b/lldb/include/lldb/Interpreter/Args.h @@ -401,6 +401,9 @@ public: static const char * StringToVersion (const char *s, uint32_t &major, uint32_t &minor, uint32_t &update); + static const char * + GetShellSafeArgument (const char *unsafe_arg, std::string &safe_arg); + // This one isn't really relevant to Arguments per se, but we're using the Args as a // general strings container, so... void |