2014-02-13 13:48:01 +02:00
|
|
|
#ifndef _lua_debug__hpp__included__
|
|
|
|
#define _lua_debug__hpp__included__
|
|
|
|
|
|
|
|
#include "internal.hpp"
|
|
|
|
#include "core/debug.hpp"
|
|
|
|
|
2014-05-23 18:11:06 +03:00
|
|
|
template<debug_context::etype type>
|
2014-02-13 13:48:01 +02:00
|
|
|
void handle_registerX(lua::state& L, uint64_t addr, int lfn);
|
|
|
|
|
2014-05-23 18:11:06 +03:00
|
|
|
template<debug_context::etype type>
|
2014-02-13 13:48:01 +02:00
|
|
|
void handle_unregisterX(lua::state& L, uint64_t addr, int lfn);
|
|
|
|
|
|
|
|
#endif
|