| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 215 bp_name->GetOptions().SetEnabled(enable); in SetEnabled() 239 return bp_name->GetOptions().IsEnabled(); in IsEnabled() 252 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot() 266 return bp_name->GetOptions().IsOneShot(); in IsOneShot() 279 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount() 293 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount() 306 bp_name->GetOptions().SetCondition(condition); in SetCondition() 333 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue() 347 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue() 360 bp_name->GetOptions().SetThreadID(tid); in SetThreadID() [all …]
|
| H A D | SBTypeSummary.cpp | 233 uint32_t SBTypeSummary::GetOptions() { in GetOptions() function in SBTypeSummary 238 return m_opaque_sp->GetOptions(); in GetOptions() 351 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 355 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 392 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl() 397 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl() 402 GetOptions(), current_summary_ptr->GetSummaryString())); in CopyOnWrite_Impl() 421 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType() 428 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", "")); in ChangeSummaryType() 430 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType()
|
| H A D | SBTypeFormat.cpp | 68 uint32_t SBTypeFormat::GetOptions() { in GetOptions() function in SBTypeFormat 72 return m_opaque_sp->GetOptions(); in GetOptions() 134 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 177 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl() 180 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
|
| H A D | SBTypeFilter.cpp | 43 uint32_t SBTypeFilter::GetOptions() { in GetOptions() function in SBTypeFilter 47 return m_opaque_sp->GetOptions(); in GetOptions() 145 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 172 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions())); in CopyOnWrite_Impl()
|
| H A D | SBTypeSynthetic.cpp | 100 uint32_t SBTypeSynthetic::GetOptions() { in GetOptions() function in SBTypeSynthetic 105 return m_opaque_sp->GetOptions(); in GetOptions() 160 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 191 m_opaque_sp->GetOptions(), m_opaque_sp->GetPythonClassName(), in CopyOnWrite_Impl()
|
| H A D | SBBreakpoint.cpp | 377 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex() 390 bkpt_sp->GetOptions().GetThreadSpecNoCreate(); in GetThreadIndex() 406 bkpt_sp->GetOptions().GetThreadSpec()->SetName(thread_name); in SetThreadName() 420 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetThreadName() 433 bkpt_sp->GetOptions().GetThreadSpec()->SetQueueName(queue_name); in SetQueueName() 447 bkpt_sp->GetOptions().GetThreadSpecNoCreate()) in GetQueueName() 493 bkpt_sp->GetOptions().SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands() 504 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands() 616 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction() 640 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointName.cpp | 54 if (GetOptions().AnySet()) in GetDescription() 59 GetOptions().GetDescription(s, level); in GetDescription() 77 bp_sp->GetOptions().CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 66 if (!IsDashDashCommand() && GetOptions() != nullptr) in GetSyntax() 72 if (!IsDashDashCommand() && WantsRawCommandString() && GetOptions() && in GetSyntax() 73 GetOptions()->NumCommandOptions()) in GetSyntax() 100 Options *CommandObject::GetOptions() { in GetOptions() function in CommandObject 108 Options *options = GetOptions(); in ParseOptions() 289 Options *cur_options = GetOptions(); in HandleCompletion() 328 if (!found_word && search_options && GetOptions() != nullptr) { in HelpTextContainsWord() 330 GetOptions()->GenerateOptionUsage( in HelpTextContainsWord() 606 Options *options = GetOptions(); in GenerateHelpText()
|
| H A D | CommandAlias.cpp | 38 Options *options = cmd_obj_sp->GetOptions(); in ProcessAliasOptionsArgs() 132 Options *CommandAlias::GetOptions() { in GetOptions() function in CommandAlias 134 return m_underlying_command_sp->GetOptions(); in GetOptions()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTrace.cpp | 73 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceSave 192 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceLoad 273 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceDump 341 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceSchema
|
| H A D | CommandObjectBreakpointCommand.cpp | 205 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectBreakpointCommandAdd 373 m_bp_options_vec.push_back(bp->GetOptions()); in DoExecute() 469 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointCommandDelete 639 baton = bp->GetOptions().GetBaton(); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 253 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectBreakpointSet 833 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointModify 863 bp->GetOptions().CopyOverSetOptions( in DoExecute() 1108 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointList 1237 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointClear 1386 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointDelete 1696 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameConfigure 1792 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameAdd 1873 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameDelete 2130 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointRead [all …]
|
| H A D | CommandObjectPlatform.cpp | 169 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectPlatformSelect 309 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformConnect 404 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformSettings 452 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformMkDir 515 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformFOpen 610 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFRead 704 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFWrite 1144 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectPlatformProcessLaunch 1293 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformProcessList 1659 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectPlatformProcessAttach [all …]
|
| H A D | CommandObjectDWIMPrint.h | 38 Options *GetOptions() override;
|
| H A D | CommandObjectScript.h | 20 Options *GetOptions() override { return &m_options; } in GetOptions() function
|
| H A D | CommandObjectWatchpointCommand.cpp | 182 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointCommandAdd 404 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() 575 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | CommandObjectTraceStartIntelPT.h | 55 Options *GetOptions() override { return &m_options; } in GetOptions() function 105 Options *GetOptions() override { return &m_options; } in GetOptions() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueString.h | 87 Flags &GetOptions() { return m_options; } in GetOptions() function 89 const Flags &GetOptions() const { return m_options; } in GetOptions() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | File.h | 318 virtual llvm::Expected<OpenOptions> GetOptions() const; 321 auto opts = GetOptions(); in GetOpenMode() 409 llvm::Expected<OpenOptions> GetOptions() const override;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 151 BreakpointOptions &GetOptions() { return m_options; } in GetOptions() function 152 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions() function
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | mk-fipsmodule-cnf.pl | 18 GetOptions("key=s" => \$mac_key,
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeFilterExtensions.i | 10 options = property(GetOptions, SetOptions)
|
| H A D | SBTypeFormatExtensions.i | 11 options = property(GetOptions, SetOptions)
|
| H A D | SBTypeSyntheticExtensions.i | 10 options = property(GetOptions, SetOptions)
|
| H A D | SBTypeSummaryExtensions.i | 10 options = property(GetOptions, SetOptions)
|