Searched refs:destroy_callback (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 336 void SetDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback, 343 AddDestroyCallback(lldb::SBDebuggerDestroyCallback destroy_callback,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1690 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 D | Debugger.h | 569 SetDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback, 576 AddDestroyCallback(lldb_private::DebuggerDestroyCallback destroy_callback,
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 1442 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 D | python-typemaps.swig | 456 %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 D | zfs_main.c | 1440 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()
|