Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h124 typedef void (*DebuggerDestroyCallback)(lldb::user_id_t debugger_id, typedef
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h571 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
731 lldb_private::DebuggerDestroyCallback m_destroy_callback = nullptr;
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1428 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback()