Home
last modified time | relevance | path

Searched refs:SearchFilterSP (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSearchFilter.h247 lldb::SearchFilterSP CopyForBreakpoint(Breakpoint &breakpoint);
249 static lldb::SearchFilterSP
321 virtual lldb::SearchFilterSP DoCopyForBreakpoint(Breakpoint &breakpoint) = 0;
349 static lldb::SearchFilterSP
357 lldb::SearchFilterSP DoCopyForBreakpoint(Breakpoint &breakpoint) override;
403 static lldb::SearchFilterSP
411 lldb::SearchFilterSP DoCopyForBreakpoint(Breakpoint &breakpoint) override;
460 static lldb::SearchFilterSP
470 lldb::SearchFilterSP DoCopyForBreakpoint(Breakpoint &breakpoint) override;
513 static lldb::SearchFilterSP
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp82 SearchFilterSP SearchFilter::CreateFromStructuredData( in CreateFromStructuredData()
85 SearchFilterSP result_sp; in CreateFromStructuredData()
168 lldb::SearchFilterSP SearchFilter::CopyForBreakpoint(Breakpoint &breakpoint) { in CopyForBreakpoint()
169 SearchFilterSP ret_sp = DoCopyForBreakpoint(breakpoint); in CopyForBreakpoint()
372 SearchFilterSP SearchFilterForUnconstrainedSearches::CreateFromStructuredData( in CreateFromStructuredData()
493 lldb::SearchFilterSP
498 SearchFilterSP SearchFilterByModule::CreateFromStructuredData( in CreateFromStructuredData()
649 lldb::SearchFilterSP
654 SearchFilterSP SearchFilterByModuleList::CreateFromStructuredData( in CreateFromStructuredData()
722 SearchFilterSP result_sp; in CreateFromStructuredData()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h54 lldb::SearchFilterSP m_filter_sp;
56 lldb::SearchFilterSP DoCopyForBreakpoint(Breakpoint &breakpoint) override;
140 virtual lldb::SearchFilterSP CreateExceptionSearchFilter();
H A DTarget.h661 lldb::BreakpointSP CreateBreakpoint(lldb::SearchFilterSP &filter_sp,
1225 lldb::SearchFilterSP
1228 lldb::SearchFilterSP
1231 lldb::SearchFilterSP
1291 lldb::SearchFilterSP m_search_filter_sp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguageRuntime.cpp81 SearchFilterSP
83 return SearchFilterSP( in DoCopyForBreakpoint()
246 SearchFilterSP filter_sp( in CreateExceptionBreakpoint()
295 lldb::SearchFilterSP LanguageRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
H A DTarget.cpp313 SearchFilterSP filter_sp(GetSearchFilterForModuleAndCUList( in CreateSourceRegexBreakpoint()
354 SearchFilterSP filter_sp; in CreateBreakpoint()
397 SearchFilterSP filter_sp( in CreateBreakpoint()
408 SearchFilterSP filter_sp( in CreateAddressInModuleBreakpoint()
495 SearchFilterSP
497 SearchFilterSP filter_sp; in GetSearchFilterForModule()
512 SearchFilterSP
514 SearchFilterSP filter_sp; in GetSearchFilterForModuleList()
529 SearchFilterSP Target::GetSearchFilterForModuleAndCUList( in GetSearchFilterForModuleAndCUList()
535 SearchFilterSP filter_sp; in GetSearchFilterForModuleAndCUList()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h625 lldb::SearchFilterSP GetSearchFilter() { return m_filter_sp; } in GetSearchFilter()
723 Breakpoint(Target &target, lldb::SearchFilterSP &filter_sp,
763 lldb::SearchFilterSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h67 lldb::SearchFilterSP CreateExceptionSearchFilter() override;
H A DItaniumABILanguageRuntime.cpp479 lldb::SearchFilterSP ItaniumABILanguageRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
500 SearchFilterSP filter_sp(CreateExceptionSearchFilter()); in CreateExceptionBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h88 lldb::SearchFilterSP CreateExceptionSearchFilter() override;
H A DAppleObjCRuntime.cpp456 lldb::SearchFilterSP AppleObjCRuntime::CreateExceptionSearchFilter() { in CreateExceptionSearchFilter()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp48 Breakpoint::Breakpoint(Target &target, SearchFilterSP &filter_sp, in Breakpoint()
160 SearchFilterSP filter_sp; in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h479 lldb::SearchFilterSP
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h428 typedef std::shared_ptr<lldb_private::SearchFilter> SearchFilterSP; typedef