Home
last modified time | relevance | path

Searched refs:GetUserSpecifiedTrapHandlerNames (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp33 process_sp->GetTarget().GetUserSpecifiedTrapHandlerNames(args); in UnwindLLDB()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h179 bool GetUserSpecifiedTrapHandlerNames(Args &args) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp4020 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames() function in TargetProperties