| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 143 target.ConfigureBreakpointName(*bp_name, bkpt_sp->GetOptions(), in SBBreakpointName() 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(StopCondition(condition)); in SetCondition() 320 return ConstString(bp_name->GetOptions().GetCondition().GetText()) in GetCondition() 334 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue() [all …]
|
| H A D | SBTypeSummary.cpp | 249 uint32_t SBTypeSummary::GetOptions() { in GetOptions() function in SBTypeSummary 254 return m_opaque_sp->GetOptions(); in GetOptions() 368 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 372 return GetOptions() == rhs.GetOptions(); in IsEqualTo() 409 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl() 414 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl() 419 GetOptions(), current_summary_ptr->GetSummaryString())); in CopyOnWrite_Impl() 438 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType() 445 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", "")); in ChangeSummaryType() 447 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() 617 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction() 641 BreakpointOptions &bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointName.cpp | 50 if (GetOptions().AnySet()) in GetDescription() 55 GetOptions().GetDescription(s, level); in GetDescription() 73 bp_sp->GetOptions().CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 65 if (!IsDashDashCommand() && GetOptions() != nullptr) in GetSyntax() 71 if (!IsDashDashCommand() && WantsRawCommandString() && GetOptions() && in GetSyntax() 72 GetOptions()->NumCommandOptions()) in GetSyntax() 99 Options *CommandObject::GetOptions() { in GetOptions() function in CommandObject 107 Options *options = GetOptions(); in ParseOptions() 286 Options *cur_options = GetOptions(); in HandleCompletion() 358 if (!found_word && search_options && GetOptions() != nullptr) { in HelpTextContainsWord() 360 GetOptions()->GenerateOptionUsage( in HelpTextContainsWord() 671 Options *options = GetOptions(); in GenerateHelpText()
|
| H A D | CommandAlias.cpp | 36 Options *options = cmd_obj_sp->GetOptions(); in ProcessAliasOptionsArgs() 131 Options *CommandAlias::GetOptions() { in GetOptions() function in CommandAlias 133 return m_underlying_command_sp->GetOptions(); in GetOptions()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTrace.cpp | 73 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceSave 190 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceLoad 271 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceDump 338 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectTraceSchema
|
| H A D | CommandObjectBreakpointCommand.cpp | 193 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectBreakpointCommandAdd 362 m_bp_options_vec.push_back(bp->GetOptions()); in DoExecute() 446 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointCommandDelete 604 baton = bp->GetOptions().GetBaton(); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 168 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectPlatformSelect 307 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformConnect 402 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformSettings 449 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformMkDir 502 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformFOpen 595 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFRead 688 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFWrite 1071 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectPlatformProcessLaunch 1220 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformProcessList 1564 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectPlatformProcessAttach [all …]
|
| H A D | CommandObjectBreakpoint.cpp | 277 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectBreakpointSet 752 bp_sp->GetOptions().CopyOverSetOptions(m_bp_opts.GetBreakpointOptions()); in DoExecute() 865 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointModify 895 bp->GetOptions().CopyOverSetOptions( in DoExecute() 1127 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointList 1256 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointClear 1400 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointDelete 1708 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameConfigure 1760 target.ConfigureBreakpointName(*bp_name, bp_sp->GetOptions(), in DoExecute() 1797 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameAdd [all …]
|
| H A D | CommandObjectWatchpointCommand.cpp | 172 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointCommandAdd 393 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute() 540 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
|
| H A D | CommandObjectDWIMPrint.h | 38 Options *GetOptions() override;
|
| H A D | CommandObjectScripting.cpp | 42 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectScriptingRun 145 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectScriptingExtensionList
|
| H A D | CommandObjectWatchpoint.cpp | 159 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointList 430 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointDelete 546 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointIgnore 664 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointModify 793 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectWatchpointSetVariable 983 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectWatchpointSetExpression
|
| /freebsd/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/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/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() 414 llvm::Expected<OpenOptions> GetOptions() const override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 152 BreakpointOptions &GetOptions() { return m_options; } in GetOptions() function 153 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions() function
|
| /freebsd/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)
|