Home
last modified time | relevance | path

Searched refs:filter_modules (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp535 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
539 filter_modules.EmplaceBack("libc++abi.dylib"); in CreateExceptionSearchFilter()
540 filter_modules.EmplaceBack("libSystem.B.dylib"); in CreateExceptionSearchFilter()
541 filter_modules.EmplaceBack("libc++abi.1.0.dylib"); in CreateExceptionSearchFilter()
542 filter_modules.EmplaceBack("libc++abi.1.dylib"); in CreateExceptionSearchFilter()
544 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
550 FileSpecList filter_modules; in CreateExceptionBreakpoint() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp482 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
484 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
486 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()