| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 197 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 D | SBTypeSummary.cpp | 197 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 D | SBTypeFormat.cpp | 51 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 D | SBTypeFilter.cpp | 32 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 D | SBTypeSynthetic.cpp | 79 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 D | SBBreakpoint.cpp | 333 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 D | BreakpointName.cpp | 34 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 D | CommandObject.cpp | 66 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 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-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueString.h | 103 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 D | CommandObjectBreakpointCommand.cpp | 224 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 D | CommandObjectPlatform.cpp | 183 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 D | CommandObjectBreakpoint.cpp | 359 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 D | CommandObjectWatchpointCommand.cpp | 209 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 D | CommandObjectHelp.h | 81 Options *GetOptions() override { return &m_options; } in GetOptions() function
|
| H A D | CommandObjectProcess.cpp | 143 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 D | CommandObjectDisassemble.h | 74 Options *GetOptions() override { return &m_options; } in GetOptions() function
|
| H A D | CommandObjectExpression.h | 56 Options *GetOptions() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 164 BreakpointOptions &GetOptions() { return m_options; } in GetOptions() function 165 const BreakpointOptions &GetOptions() const { return m_options; } in GetOptions() function
|
| H A D | Breakpoint.h | 592 BreakpointOptions *GetOptions(); 602 const BreakpointOptions *GetOptions() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Log.cpp | 102 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 D | Expression.h | 87 virtual EvaluateExpressionOptions *GetOptions() { return nullptr; }; in GetOptions() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTypeFilter.h | 40 uint32_t GetOptions();
|
| H A D | SBTypeSynthetic.h | 48 uint32_t GetOptions();
|
| H A D | SBTypeFormat.h | 38 uint32_t GetOptions();
|