Home
last modified time | relevance | path

Searched defs:OptionData (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h60 struct OptionData { struct
65 struct InitialCmdEntry {
81 std::vector<std::string> m_args;
85 lldb::pid_t m_process_pid = LLDB_INVALID_PROCESS_ID;
87 std::string m_core_file;
88 std::string m_crash_log;
89 std::string m_repl_options;
90 std::string m_process_name;
92 std::vector<InitialCmdEntry> m_initial_commands;
93 std::vector<InitialCmdEntry> m_after_file_commands;
[all …]