Go to the documentation of this file.
8 #ifndef NASL_NASL_DEBUG_H
9 #define NASL_NASL_DEBUG_H
void nasl_set_function_filename(const char *)
void nasl_set_filename(const char *)
void nasl_perror(lex_ctxt *, char *,...)
int nasl_get_include_order(const char *)
void nasl_set_plugin_filename(const char *)
Set the current launched plugin filename.
void nasl_trace(lex_ctxt *, char *,...)
Prints debug message in printf fashion to nasl_trace_fp if it exists.
const char * nasl_get_plugin_filename(void)
Get the current launched plugin filename.
void nasl_set_function_name(const char *)
const char * nasl_get_function_name(void)
int nasl_trace_enabled(void)
Checks if the nasl_trace_fp is set.
const char * nasl_get_filename(const char *)