Home
last modified time | relevance | path

Searched refs:m_all_options (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectBreakpointCommand.cpp202 m_all_options.Append(&m_options); in CommandObjectBreakpointCommandAdd()
203 m_all_options.Append(&m_func_options, LLDB_OPT_SET_2 | LLDB_OPT_SET_3, in CommandObjectBreakpointCommandAdd()
205 m_all_options.Finalize(); in CommandObjectBreakpointCommandAdd()
224 Options *GetOptions() override { return &m_all_options; } in GetOptions()
450 OptionGroupOptions m_all_options; member in CommandObjectBreakpointCommandAdd
DCommandObjectBreakpoint.cpp228 m_all_options.Append(&m_python_class_options, in CommandObjectBreakpointSet()
230 m_all_options.Append(&m_bp_opts, in CommandObjectBreakpointSet()
233 m_all_options.Append(&m_dummy_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL); in CommandObjectBreakpointSet()
234 m_all_options.Append(&m_options); in CommandObjectBreakpointSet()
235 m_all_options.Finalize(); in CommandObjectBreakpointSet()
240 Options *GetOptions() override { return &m_all_options; } in GetOptions()
804 OptionGroupOptions m_all_options; member in CommandObjectBreakpointSet
DCommandObjectThread.cpp352 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectThreadStepWithTypeAndScope()
355 m_all_options.Append(&m_options); in CommandObjectThreadStepWithTypeAndScope()
356 m_all_options.Finalize(); in CommandObjectThreadStepWithTypeAndScope()
372 Options *GetOptions() override { return &m_all_options; } in GetOptions()
605 OptionGroupOptions m_all_options; member in CommandObjectThreadStepWithTypeAndScope
DCommandObjectTarget.cpp4654 m_all_options.Append(&m_python_class_options, in CommandObjectTargetStopHookAdd()
4657 m_all_options.Append(&m_options); in CommandObjectTargetStopHookAdd()
4658 m_all_options.Finalize(); in CommandObjectTargetStopHookAdd()
4663 Options *GetOptions() override { return &m_all_options; } in GetOptions()
4821 OptionGroupOptions m_all_options; member in CommandObjectTargetStopHookAdd