|
The Witchcraft Compiler Collection
WCC
|
#include <wsh.h>
Data Fields | |
| lua_State * | L |
| FILE * | scriptfile |
| char * | scriptname |
| char * | learnlog |
| FILE * | learnfile |
| unsigned int | opt_verbose |
| unsigned int | opt_hollywood |
| unsigned int | mainhandle |
| unsigned int | opt_rescan |
| unsigned int | opt_verbosetrace |
| unsigned int | firsterrno |
| unsigned int | firstsicode |
| unsigned int | firstsignal |
| unsigned int | totsignals |
| unsigned int | globalsignals |
| unsigned long int | faultaddr |
| void * | firstcontext |
| unsigned int | reason |
| unsigned int | is_stdinscript |
| unsigned int | bp_points |
| void * | pltgot |
| unsigned int | pltsz |
| ucontext_t * | errcontext |
| unsigned long int | btcaller |
| breakpoint_t * | bp_array |
| unsigned int | bp_num |
| unsigned int | opt_argc |
| char * | opt_argv |
| char ** | script_args |
| unsigned int | script_argnum |
| unsigned int | trace_unaligned |
| unsigned int | trace_singlestep |
| unsigned int | trace_singlebranch |
| unsigned int | trace_rtrace |
| unsigned int | trace_strace |
| unsigned int | singlestep_count |
| unsigned int | singlebranch_count |
| unsigned int | sigbus_count |
| unsigned long long int | singlestep_hash |
| unsigned long long int | singlebranch_hash |
| unsigned long long int | sigbus_hash |
| jmp_buf | longjmp_ptr_high |
| jmp_buf | longjmp_ptr |
| unsigned int | interrupted |
| unsigned int | longjmp_ptr_high_cnt |
| struct sections_t * | shdrs |
| struct segments_t * | phdrs |
| struct symbols_t * | symbols |
| struct eps_t * | eps |
| struct preload_t * | preload |
| struct script_t * | scripts |
| breakpoint_t* wsh_t::bp_array |
| struct segments_t* wsh_t::phdrs |
| struct sections_t* wsh_t::shdrs |
1.8.6