#pragma once
#include "SharedObjectInfo.h"

namespace panda { namespace backtrace {

void gather_info(SharedObjectMap& map);

}}