Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h110 return m_user_supplied_trap_handler_functions; in GetUserSpecifiedTrapHandlerFunctionNames()
140 std::vector<ConstString> m_user_supplied_trap_handler_functions; variable
H A DUnwindLLDB.cpp29 m_user_supplied_trap_handler_functions() { in UnwindLLDB()
37 m_user_supplied_trap_handler_functions.push_back(ConstString(func_name)); in UnwindLLDB()