Searched defs:OptionData (Results 1 – 1 of 1) sorted by relevance
49 struct OptionData { struct53 struct InitialCmdEntry {64 std::vector<std::string> m_args;67 lldb::pid_t m_process_pid = LLDB_INVALID_PROCESS_ID;69 std::string m_core_file;70 std::string m_crash_log;71 std::string m_repl_options;72 std::string m_process_name;74 std::vector<InitialCmdEntry> m_initial_commands;75 std::vector<InitialCmdEntry> m_after_file_commands;[all …]