Lines Matching defs:baton
664 LoadPluginCallback(void *baton, llvm::sys::fs::file_type ft,
671 if (!baton)
674 Debugger *debugger = (Debugger *)baton;
735 void *baton) {
736 DebuggerSP debugger_sp(new Debugger(log_callback, baton));
760 // Call the destroy callback with user id and baton
761 callback_info.callback(user_id, callback_info.baton);
844 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton)
887 std::make_shared<CallbackLogHandler>(log_callback, baton);
1433 void *baton) {
1438 std::make_shared<CallbackLogHandler>(log_callback, baton);
1442 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) {
1446 m_destroy_callbacks.emplace_back(token, destroy_callback, baton);
1450 lldb_private::DebuggerDestroyCallback destroy_callback, void *baton) {
1453 m_destroy_callbacks.emplace_back(token, destroy_callback, baton);