#include <csignal>
#include <list>
#include <map>
#include <atomic>
#include <glibmm/threads.h>
#include <boost/noncopyable.hpp>
#include <boost/bind.hpp>
#include <boost/bind/protect.hpp>
#include <boost/function.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/optional.hpp>
#include "pbd/libpbd_visibility.h"
#include "pbd/event_loop.h"
#include "pbd/stacktrace.h"
#include <iostream>
#include "pbd/signals_generated.h"
Go to the source code of this file.
◆ DEBUG_PBD_SIGNAL_CONNECTIONS
#define DEBUG_PBD_SIGNAL_CONNECTIONS |