mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
bdf47785b8
commit
e09941f310
@ -1,24 +0,0 @@
|
||||
/*
|
||||
* \brief Debugging output function
|
||||
* \author Emery Hemingway
|
||||
* \date 2016-10-13
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2016-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__BASE__DEBUG_H_
|
||||
#define _INCLUDE__BASE__DEBUG_H_
|
||||
#ifndef GENODE_RELEASE
|
||||
|
||||
#include <base/log.h>
|
||||
|
||||
#define PDBG(...) \
|
||||
Genode::log("\033[33m", __PRETTY_FUNCTION__, "\033[0m ", ##__VA_ARGS__)
|
||||
|
||||
#endif /* GENODE_RELEASE */
|
||||
#endif /* _INCLUDE__BASE__DEBUG_H_ */
|
@ -14,7 +14,6 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <base/debug.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/log.h>
|
||||
#include <gpu_session/connection.h>
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
/* Genode includes */
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <base/debug.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/log.h>
|
||||
#include <gpu_session/connection.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <qemu_emul.h>
|
||||
#include <hw/usb.h>
|
||||
#include <extern_c_end.h>
|
||||
#include <base/debug.h>
|
||||
|
||||
|
||||
using namespace Genode;
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include <base/attached_dataspace.h>
|
||||
#include <base/heap.h>
|
||||
#include <base/debug.h>
|
||||
#include <gui_session/connection.h>
|
||||
#include <libc/component.h>
|
||||
#include <libc/args.h>
|
||||
@ -106,7 +105,7 @@ void _eglutNativeInitDisplay()
|
||||
|
||||
void _eglutNativeFiniDisplay(void)
|
||||
{
|
||||
PDBG("not implemented");
|
||||
Genode::warning(__PRETTY_FUNCTION__, " not implemented");
|
||||
}
|
||||
|
||||
|
||||
@ -123,7 +122,7 @@ void _eglutNativeInitWindow(struct eglut_window *win, const char *title,
|
||||
|
||||
void _eglutNativeFiniWindow(struct eglut_window *win)
|
||||
{
|
||||
PDBG("not implemented");
|
||||
Genode::warning(__PRETTY_FUNCTION__, " not implemented");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user