Lines Matching full:debug
34 #include <lutok/debug.hpp>
39 /// Internal implementation for lutok::debug.
40 struct lutok::debug::impl {
41 /// The Lua internal debug state.
46 /// Constructor for an empty debug structure.
47 lutok::debug::debug(void) : in debug() function in lutok::debug
54 lutok::debug::~debug(void) in ~debug()
67 lutok::debug::get_info(state& s, const std::string& what_) in get_info()
81 lutok::debug::get_stack(state& s, const int level) in get_stack()
93 lutok::debug::event(void) const in event()
103 lutok::debug::name(void) const in name()
114 lutok::debug::name_what(void) const in name_what()
125 lutok::debug::what(void) const in what()
136 lutok::debug::source(void) const in source()
147 lutok::debug::current_line(void) const in current_line()
157 lutok::debug::n_ups(void) const in n_ups()
167 lutok::debug::line_defined(void) const in line_defined()
178 lutok::debug::last_line_defined(void) const in last_line_defined()
188 lutok::debug::short_src(void) const in short_src()