genode/repos/base/src/lib/ldso/debug.cc

20 lines
392 B
C++

/**
* \brief GDB debugging support
* \author Sebastian Sumpf
* \date 2015-03-12
*/
/*
* Copyright (C) 2015 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#include <debug.h>
/**
* C-break function for GDB
*/
extern "C" void brk(Linker::Debug *, Linker::Link_map *) { }