Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h336 void SetDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
343 AddDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.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-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h569 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
576 AddDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.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-14-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-typemaps.swig456 %typemap(in) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
474 %typemap(typecheck) (lldb::SBDebuggerDestroyCallback destroy_callback, void *baton) {
/freebsd-14-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c1422 destroy_callback(zfs_handle_t *zhp, void *data) in destroy_callback() function
1626 destroy_callback, cb); in destroy_clones()
1846 if (zfs_iter_dependents_v2(zhp, 0, B_FALSE, destroy_callback, in zfs_do_destroy()
1856 err = destroy_callback(zhp, &cb); in zfs_do_destroy()