Chris@16: // (C) Copyright Gennadiy Rozental 2006-2008. Chris@16: // Distributed under the Boost Software License, Version 1.0. Chris@16: // (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org/libs/test for the library home page. Chris@16: // Chris@16: // File : $RCSfile$ Chris@16: // Chris@101: // Version : $Revision$ Chris@16: // Chris@16: // Description : user's config for Boost.Test debugging support Chris@16: // *************************************************************************** Chris@16: Chris@16: #ifndef BOOST_TEST_DEBUG_CONFIG_HPP_112006GER Chris@16: #define BOOST_TEST_DEBUG_CONFIG_HPP_112006GER Chris@16: Chris@16: // ';' separated list of supported debuggers Chris@16: // #define BOOST_TEST_DBG_LIST gdb;dbx Chris@16: Chris@16: // maximum size of /proc/pid/stat file Chris@16: // #define BOOST_TEST_STAT_LINE_MAX Chris@16: Chris@16: #endif