Home
last modified time | relevance | path

Searched refs:destroy_callback (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h336 void SetDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
343 AddDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1690 lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback() argument
1691 LLDB_INSTRUMENT_VA(this, destroy_callback, baton); in SetDestroyCallback()
1694 destroy_callback, baton); in SetDestroyCallback()
1699 SBDebugger::AddDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback, in AddDestroyCallback() argument
1701 LLDB_INSTRUMENT_VA(this, destroy_callback, baton); in AddDestroyCallback()
1704 return m_opaque_sp->AddDestroyCallback(destroy_callback, baton); in AddDestroyCallback()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h569 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
576 AddDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1442 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in SetDestroyCallback() argument
1446 m_destroy_callbacks.emplace_back(token, destroy_callback, baton); in SetDestroyCallback()
1450 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) { in AddDestroyCallback() argument
1453 m_destroy_callbacks.emplace_back(token, destroy_callback, baton); in AddDestroyCallback()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig456 %typemap(in) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
474 %typemap(typecheck) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1440 destroy_callback(zfs_handle_t *zhp, void *data) in destroy_callback() function
1644 destroy_callback, cb); in destroy_clones()
1864 if (zfs_iter_dependents_v2(zhp, 0, B_FALSE, destroy_callback, in zfs_do_destroy()
1874 err = destroy_callback(zhp, &cb); in zfs_do_destroy()