Searched refs:m_all_options (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpointCommand.cpp | 183 m_all_options.Append(&m_options); in CommandObjectBreakpointCommandAdd() 184 m_all_options.Append(&m_func_options, LLDB_OPT_SET_2 | LLDB_OPT_SET_3, in CommandObjectBreakpointCommandAdd() 186 m_all_options.Finalize(); in CommandObjectBreakpointCommandAdd() 193 Options *GetOptions() override { return &m_all_options; } in GetOptions() 408 OptionGroupOptions m_all_options; member in CommandObjectBreakpointCommandAdd
|
H A D | CommandObjectProcess.cpp | 124 m_all_options.Append(&m_options); in CommandObjectProcessLaunch() 125 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectProcessLaunch() 127 m_all_options.Finalize(); in CommandObjectProcessLaunch() 134 Options *GetOptions() override { return &m_all_options; } in GetOptions() 279 OptionGroupOptions m_all_options; member in CommandObjectProcessLaunch 293 m_all_options.Append(&m_options); in CommandObjectProcessAttach() 294 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectProcessAttach() 296 m_all_options.Finalize(); in CommandObjectProcessAttach() 301 Options *GetOptions() override { return &m_all_options; } in GetOptions() 417 OptionGroupOptions m_all_options; member in CommandObjectProcessAttach
|
H A D | CommandObjectPlatform.cpp | 1052 m_all_options.Append(&m_options); in CommandObjectPlatformProcessLaunch() 1053 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectPlatformProcessLaunch() 1055 m_all_options.Finalize(); in CommandObjectPlatformProcessLaunch() 1071 Options *GetOptions() override { return &m_all_options; } in GetOptions() 1201 OptionGroupOptions m_all_options; member in CommandObjectPlatformProcessLaunch 1533 m_all_options.Append(&m_options); in CommandObjectPlatformProcessAttach() 1534 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectPlatformProcessAttach() 1536 m_all_options.Finalize(); in CommandObjectPlatformProcessAttach() 1567 Options *GetOptions() override { return &m_all_options; } in GetOptions() 1572 OptionGroupOptions m_all_options; member in CommandObjectPlatformProcessAttach
|
H A D | CommandObjectBreakpoint.cpp | 244 m_all_options.Append(&m_python_class_options, in CommandObjectBreakpointSet() 246 m_all_options.Append(&m_bp_opts, in CommandObjectBreakpointSet() 249 m_all_options.Append(&m_dummy_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL); in CommandObjectBreakpointSet() 250 m_all_options.Append(&m_options); in CommandObjectBreakpointSet() 251 m_all_options.Finalize(); in CommandObjectBreakpointSet() 256 Options *GetOptions() override { return &m_all_options; } in GetOptions() 803 OptionGroupOptions m_all_options; member in CommandObjectBreakpointSet
|
H A D | CommandObjectThread.cpp | 389 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectThreadStepWithTypeAndScope() 392 m_all_options.Append(&m_options); in CommandObjectThreadStepWithTypeAndScope() 393 m_all_options.Finalize(); in CommandObjectThreadStepWithTypeAndScope() 406 Options *GetOptions() override { return &m_all_options; } in GetOptions() 627 OptionGroupOptions m_all_options; member in CommandObjectThreadStepWithTypeAndScope
|
H A D | CommandObjectTarget.cpp | 4908 m_all_options.Append(&m_python_class_options, in CommandObjectTargetStopHookAdd() 4911 m_all_options.Append(&m_options); in CommandObjectTargetStopHookAdd() 4912 m_all_options.Finalize(); in CommandObjectTargetStopHookAdd() 4917 Options *GetOptions() override { return &m_all_options; } in GetOptions() 5072 OptionGroupOptions m_all_options; member in CommandObjectTargetStopHookAdd
|