Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h181 void *m_monitor_callback_baton = nullptr; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp44 m_monitor_callback(nullptr), m_monitor_callback_baton(nullptr), in ProcessLaunchInfo()