Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h107 return m_user_supplied_trap_handler_functions; in GetUserSpecifiedTrapHandlerFunctionNames()
138 std::vector<ConstString> m_user_supplied_trap_handler_functions; variable
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp28 m_user_supplied_trap_handler_functions() { in UnwindLLDB()
36 m_user_supplied_trap_handler_functions.push_back(ConstString(func_name)); in UnwindLLDB()