Home
last modified time | relevance | path

Searched refs:GetOptions (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp197 bp_name->GetOptions().SetEnabled(enable); in SetEnabled()
222 return bp_name->GetOptions().IsEnabled(); in IsEnabled()
236 bp_name->GetOptions().SetOneShot(one_shot); in SetOneShot()
251 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
265 bp_name->GetOptions().SetIgnoreCount(count); in SetIgnoreCount()
280 return bp_name->GetOptions().GetIgnoreCount(); in GetIgnoreCount()
296 bp_name->GetOptions().SetCondition(condition); in SetCondition()
311 return bp_name->GetOptions().GetConditionText(); in GetCondition()
326 bp_name->GetOptions().SetAutoContinue(auto_continue); in SetAutoContinue()
341 return bp_name->GetOptions().IsAutoContinue(); in GetAutoContinue()
[all …]
H A DSBTypeSummary.cpp197 uint32_t SBTypeSummary::GetOptions() { in GetOptions() function in SBTypeSummary
200 return m_opaque_sp->GetOptions(); in GetOptions()
295 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
299 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
334 GetOptions(), current_summary_ptr->m_impl, in CopyOnWrite_Impl()
339 GetOptions(), current_summary_ptr->GetFunctionName(), in CopyOnWrite_Impl()
344 GetOptions(), current_summary_ptr->GetSummaryString())); in CopyOnWrite_Impl()
363 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType()
370 new_sp = TypeSummaryImplSP(new ScriptSummaryFormat(GetOptions(), "", "")); in ChangeSummaryType()
372 new_sp = TypeSummaryImplSP(new StringSummaryFormat(GetOptions(), "")); in ChangeSummaryType()
H A DSBTypeFormat.cpp51 uint32_t SBTypeFormat::GetOptions() { in GetOptions() function in SBTypeFormat
53 return m_opaque_sp->GetOptions(); in GetOptions()
101 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
142 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
145 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions()))); in CopyOnWrite_Impl()
H A DSBTypeFilter.cpp32 uint32_t SBTypeFilter::GetOptions() { in GetOptions() function in SBTypeFilter
34 return m_opaque_sp->GetOptions(); in GetOptions()
112 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
137 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions())); in CopyOnWrite_Impl()
H A DSBTypeSynthetic.cpp79 uint32_t SBTypeSynthetic::GetOptions() { in GetOptions() function in SBTypeSynthetic
82 return m_opaque_sp->GetOptions(); in GetOptions()
127 return GetOptions() == rhs.GetOptions(); in IsEqualTo()
156 m_opaque_sp->GetOptions(), m_opaque_sp->GetPythonClassName(), in CopyOnWrite_Impl()
H A DSBBreakpoint.cpp333 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
344 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadIndex()
362 bkpt_sp->GetOptions()->GetThreadSpec()->SetName(thread_name); in SetThreadName()
373 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetThreadName()
391 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name); in SetQueueName()
402 bkpt_sp->GetOptions()->GetThreadSpecNoCreate(); in GetQueueName()
451 bkpt_sp->GetOptions()->SetCommandDataCallback(cmd_data_up); in SetCommandLineCommands()
460 bkpt_sp->GetOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
550 BreakpointOptions *bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackFunction()
570 BreakpointOptions *bp_options = bkpt_sp->GetOptions(); in SetScriptCallbackBody()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp34 m_name(name), m_options(bkpt.GetOptions()) in BreakpointName()
62 if (GetOptions().AnySet()) in GetDescription()
67 GetOptions().GetDescription(s, level); in GetDescription()
85 bp_sp->GetOptions()->CopyOverSetOptions(GetOptions()); in ConfigureBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp66 if (!IsDashDashCommand() && GetOptions() != nullptr) in GetSyntax()
72 if (!IsDashDashCommand() && WantsRawCommandString() && GetOptions() && in GetSyntax()
73 GetOptions()->NumCommandOptions()) in GetSyntax()
92 Options *CommandObject::GetOptions() { in GetOptions() function in CommandObject
100 Options *options = GetOptions(); in ParseOptions()
273 Options *cur_options = GetOptions(); in HandleCompletion()
312 if (!found_word && search_options && GetOptions() != nullptr) { in HelpTextContainsWord()
314 GetOptions()->GenerateOptionUsage( in HelpTextContainsWord()
849 Options *options = GetOptions(); in GenerateHelpText()
H A DCommandAlias.cpp36 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-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueString.h103 Flags &GetOptions() { return m_options; } in GetOptions() function
105 const Flags &GetOptions() const { return m_options; } in GetOptions() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp224 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointCommandAdd
410 bp_options = bp->GetOptions(); in DoExecute()
507 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointCommandDelete
702 baton = bp->GetOptions()->GetBaton(); in DoExecute()
H A DCommandObjectPlatform.cpp183 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectPlatformSelect
343 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformConnect
452 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformSettings
504 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformMkDir
561 Options *GetOptions() override { in GetOptions() function in CommandObjectPlatformFOpen
651 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFRead
745 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformFWrite
1020 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformProcessLaunch
1130 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformProcessList
1631 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectPlatformProcessAttach
[all …]
H A DCommandObjectBreakpoint.cpp359 Options *GetOptions() override { return &m_all_options; } in GetOptions() function in CommandObjectBreakpointSet
998 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointModify
1033 bp->GetOptions() in DoExecute()
1299 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointList
1451 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointClear
1611 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointDelete
1915 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameConfigure
1977 *bp_sp->GetOptions(), in DoExecute()
2016 Options *GetOptions() override { return &m_option_group; } in GetOptions() function in CommandObjectBreakpointNameAdd
2306 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectBreakpointRead
[all …]
H A DCommandObjectWatchpointCommand.cpp209 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectWatchpointCommandAdd
437 WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
633 const WatchpointOptions *wp_options = wp->GetOptions(); in DoExecute()
H A DCommandObjectHelp.h81 Options *GetOptions() override { return &m_options; } in GetOptions() function
H A DCommandObjectProcess.cpp143 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessLaunch
433 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessAttach
710 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessContinue
784 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessDetach
876 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessConnect
1009 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessLoad
1424 Options *GetOptions() override { return &m_options; } in GetOptions() function in CommandObjectProcessHandle
H A DCommandObjectDisassemble.h74 Options *GetOptions() override { return &m_options; } in GetOptions() function
H A DCommandObjectExpression.h56 Options *GetOptions() override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h164 BreakpointOptions &GetOptions() { return m_options; } in GetOptions() function
165 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions() function
H A DBreakpoint.h592 BreakpointOptions *GetOptions();
602 const BreakpointOptions *GetOptions() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLog.cpp102 const Flags Log::GetOptions() const { in GetOptions() function in Log
267 Flags options = GetOptions(); in WriteHeader()
314 Flags options = GetOptions(); in WriteMessage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpression.h87 virtual EvaluateExpressionOptions *GetOptions() { return nullptr; }; in GetOptions() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeFilter.h40 uint32_t GetOptions();
H A DSBTypeSynthetic.h48 uint32_t GetOptions();
H A DSBTypeFormat.h38 uint32_t GetOptions();

123