Searched refs:m_pc_option (Results 1 – 1 of 1) sorted by relevance
2884 m_pc_option(LLDB_OPT_SET_1, false, "set-pc-to-entry", 'p', in CommandObjectTargetModulesLoad()2896 m_option_group.Append(&m_pc_option, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetModulesLoad()2909 const bool set_pc = m_pc_option.GetOptionValue().GetCurrentValue(); in DoExecute()3132 OptionGroupBoolean m_pc_option; member in CommandObjectTargetModulesLoad