Searched refs:GetOptions (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp33 m_name(name), m_options(bkpt.GetOptions())
61 if (GetOptions().AnySet())
66 GetOptions().GetDescription(s, level);
84 bp_sp->GetOptions()->CopyOverSetOptions(GetOptions());
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFilter.i50 GetOptions();
68 options = property(GetOptions, SetOptions)
H A DSBTypeFormat.i43 GetOptions();
69 options = property(GetOptions, SetOptions)
H A DSBTypeSynthetic.i51 GetOptions ();
70 options = property(GetOptions, SetOptions)
H A DSBTypeSummary.i89 GetOptions ();
108 options = property(GetOptions, SetOptions)
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp146 target.ConfigureBreakpointName(*bp_name, *bkpt_sp->GetOptions(),
223 bp_name->GetOptions().SetEnabled(enable);
247 return bp_name->GetOptions().IsEnabled();
260 bp_name->GetOptions().SetOneShot(one_shot);
274 return bp_name->GetOptions().IsOneShot();
287 bp_name->GetOptions().SetIgnoreCount(count);
301 return bp_name->GetOptions().GetIgnoreCount();
315 bp_name->GetOptions().SetCondition(condition);
329 return bp_name->GetOptions().GetConditionText();
343 bp_name->GetOptions()
[all...]
H A DSBTypeFormat.cpp73 uint32_t SBTypeFormat::GetOptions() { function in class:SBTypeFormat
74 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeFormat, GetOptions);
77 return m_opaque_sp->GetOptions();
144 return GetOptions() == rhs.GetOptions();
188 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions())));
191 new TypeFormatImpl_EnumType(ConstString(GetTypeName()), GetOptions())));
209 LLDB_REGISTER_METHOD(uint32_t, SBTypeFormat, GetOptions, ());
H A DSBTypeSummary.cpp261 uint32_t SBTypeSummary::GetOptions() { function in class:SBTypeSummary
262 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeSummary, GetOptions);
266 return m_opaque_sp->GetOptions();
389 return GetOptions() == rhs.GetOptions();
393 return GetOptions() == rhs.GetOptions();
431 GetOptions(), current_summary_ptr->m_impl,
436 GetOptions(), current_summary_ptr->GetFunctionName(),
441 GetOptions(), current_summary_pt
[all...]
H A DSBTypeFilter.cpp46 uint32_t SBTypeFilter::GetOptions() { function in class:SBTypeFilter
47 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeFilter, GetOptions);
50 return m_opaque_sp->GetOptions();
157 return GetOptions() == rhs.GetOptions();
185 TypeFilterImplSP new_sp(new TypeFilterImpl(GetOptions()));
205 LLDB_REGISTER_METHOD(uint32_t, SBTypeFilter, GetOptions, ());
H A DSBTypeSynthetic.cpp108 uint32_t SBTypeSynthetic::GetOptions() { function in class:SBTypeSynthetic
109 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBTypeSynthetic, GetOptions);
113 return m_opaque_sp->GetOptions();
174 return GetOptions() == rhs.GetOptions();
206 m_opaque_sp->GetOptions(), m_opaque_sp->GetPythonClassName(),
232 LLDB_REGISTER_METHOD(uint32_t, SBTypeSynthetic, GetOptions, ());
H A DSBBreakpoint.cpp377 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index);
390 bkpt_sp->GetOptions()->GetThreadSpecNoCreate();
407 bkpt_sp->GetOptions()->GetThreadSpec()->SetName(thread_name);
420 bkpt_sp->GetOptions()->GetThreadSpecNoCreate();
436 bkpt_sp->GetOptions()->GetThreadSpec()->SetQueueName(queue_name);
449 bkpt_sp->GetOptions()->GetThreadSpecNoCreate();
499 bkpt_sp->GetOptions()->SetCommandDataCallback(cmd_data_up);
511 bkpt_sp->GetOptions()->GetCommandLineCallbacks(command_list);
614 BreakpointOptions *bp_options = bkpt_sp->GetOptions();
639 BreakpointOptions *bp_options = bkpt_sp->GetOptions();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpression.h72 virtual EvaluateExpressionOptions *GetOptions() { return nullptr; }; function in class:lldb_private::Expression
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h98 Flags &GetOptions() { return m_options; } function in class:lldb_private::OptionValueString
100 const Flags &GetOptions() const { return m_options; } function in class:lldb_private::OptionValueString
H A DCommandAlias.h45 Options *GetOptions() override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFilter.h41 uint32_t GetOptions();
H A DSBTypeFormat.h39 uint32_t GetOptions();
H A DSBTypeSynthetic.h47 uint32_t GetOptions();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.h71 Options *GetOptions() override { return &m_options; }
H A DCommandObjectExpression.h54 Options *GetOptions() override;
H A DCommandObjectHelp.h76 Options *GetOptions() override { return &m_options; }
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h163 BreakpointOptions &GetOptions() { return m_options; } function in class:lldb_private::BreakpointName
164 const BreakpointOptions &GetOptions() const { return m_options; } function in class:lldb_private::BreakpointName
/freebsd-11-stable/tools/tools/locale/tools/
H A Dunicode2src.pl29 my $result = GetOptions (
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl150 GetOptions(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp37 Options *options = cmd_obj_sp->GetOptions();
131 Options *CommandAlias::GetOptions() { function in class:CommandAlias
133 return m_underlying_command_sp->GetOptions();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h314 virtual llvm::Expected<OpenOptions> GetOptions() const;
317 auto opts = GetOptions();
408 llvm::Expected<OpenOptions> GetOptions() const override;

Completed in 118 milliseconds

1234