Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp485 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
486 filter_modules.Append(FileSpec("libc++abi.dylib")); in CreateExceptionSearchFilter()
487 filter_modules.Append(FileSpec("libSystem.B.dylib")); in CreateExceptionSearchFilter()
488 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()
497 FileSpecList filter_modules; in CreateExceptionBreakpoint() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp460 FileSpecList filter_modules; in CreateExceptionSearchFilter() local
461 filter_modules.Append(std::get<0>(GetExceptionThrowLocation())); in CreateExceptionSearchFilter()
462 return target.GetSearchFilterForModuleList(&filter_modules); in CreateExceptionSearchFilter()