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() 409 OptionGroupOptions m_all_options; member in CommandObjectBreakpointCommandAdd
|
| 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 1530 m_all_options.Append(&m_options); in CommandObjectPlatformProcessAttach() 1531 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectPlatformProcessAttach() 1533 m_all_options.Finalize(); in CommandObjectPlatformProcessAttach() 1564 Options *GetOptions() override { return &m_all_options; } in GetOptions() 1569 OptionGroupOptions m_all_options; member in CommandObjectPlatformProcessAttach
|
| H A D | CommandObjectProcess.cpp | 127 m_all_options.Append(&m_options); in CommandObjectProcessLaunch() 128 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectProcessLaunch() 130 m_all_options.Finalize(); in CommandObjectProcessLaunch() 137 Options *GetOptions() override { return &m_all_options; } in GetOptions() 289 OptionGroupOptions m_all_options; member in CommandObjectProcessLaunch 303 m_all_options.Append(&m_options); in CommandObjectProcessAttach() 304 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectProcessAttach() 306 m_all_options.Finalize(); in CommandObjectProcessAttach() 311 Options *GetOptions() override { return &m_all_options; } in GetOptions() 425 OptionGroupOptions m_all_options; member in CommandObjectProcessAttach
|
| H A D | CommandObjectBreakpoint.cpp | 265 m_all_options.Append(&m_python_class_options, in CommandObjectBreakpointSet() 267 m_all_options.Append(&m_bp_opts, in CommandObjectBreakpointSet() 270 m_all_options.Append(&m_dummy_options, LLDB_OPT_SET_1, LLDB_OPT_SET_ALL); in CommandObjectBreakpointSet() 271 m_all_options.Append(&m_options); in CommandObjectBreakpointSet() 272 m_all_options.Finalize(); in CommandObjectBreakpointSet() 277 Options *GetOptions() override { return &m_all_options; } in GetOptions() 830 OptionGroupOptions m_all_options; member in CommandObjectBreakpointSet
|
| H A D | CommandObjectThread.cpp | 395 m_all_options.Append(&m_class_options, LLDB_OPT_SET_1 | LLDB_OPT_SET_2, in CommandObjectThreadStepWithTypeAndScope() 398 m_all_options.Append(&m_options); in CommandObjectThreadStepWithTypeAndScope() 399 m_all_options.Finalize(); in CommandObjectThreadStepWithTypeAndScope() 412 Options *GetOptions() override { return &m_all_options; } in GetOptions() 632 OptionGroupOptions m_all_options; member in CommandObjectThreadStepWithTypeAndScope
|
| H A D | CommandObjectTarget.cpp | 4934 m_all_options.Append(&m_python_class_options, in CommandObjectTargetStopHookAdd() 4937 m_all_options.Append(&m_options); in CommandObjectTargetStopHookAdd() 4938 m_all_options.Finalize(); in CommandObjectTargetStopHookAdd() 4943 Options *GetOptions() override { return &m_all_options; } in GetOptions() 5100 OptionGroupOptions m_all_options; member in CommandObjectTargetStopHookAdd
|