Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp462 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
466 filter_modules.EmplaceBack("libc++abi.dylib"); in CreateExceptionSearchFilter()
467 filter_modules.EmplaceBack("libSystem.B.dylib"); in CreateExceptionSearchFilter()
469 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
475 FileSpecList filter_modules; in CreateExceptionBreakpoint() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp474 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
476 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
478 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()