Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp547 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
551 filter_modules.EmplaceBack("libc++abi.dylib"); in CreateExceptionSearchFilter()
552 filter_modules.EmplaceBack("libSystem.B.dylib"); in CreateExceptionSearchFilter()
553 filter_modules.EmplaceBack("libc++abi.1.0.dylib"); in CreateExceptionSearchFilter()
554 filter_modules.EmplaceBack("libc++abi.1.dylib"); in CreateExceptionSearchFilter()
556 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
562 FileSpecList filter_modules; in CreateExceptionBreakpoint() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp476 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
478 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
480 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()