summaryrefslogtreecommitdiffstats
path: root/lldb/tools/driver/Driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/driver/Driver.h')
-rw-r--r--lldb/tools/driver/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/tools/driver/Driver.h b/lldb/tools/driver/Driver.h
index 756b6b0499d..37d5eed7ce3 100644
--- a/lldb/tools/driver/Driver.h
+++ b/lldb/tools/driver/Driver.h
@@ -96,7 +96,7 @@ public:
//static lldb::OptionDefinition m_cmd_option_table[];
- std::string m_filename;
+ std::vector<std::string> m_args;
lldb::ScriptLanguage m_script_lang;
std::string m_crash_log;
std::vector<std::string> m_source_command_files;
OpenPOWER on IntegriCloud