mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
Add NSE debugging functions I used while working on the persistent NSE registry.
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
#define NSE_DEBUG
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
|
||||
void value_dump(lua_State *L, int i, int depth_limit);
|
||||
void stack_dump(lua_State *L);
|
||||
void lua_state_dump(lua_State *L);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user