#include "servemsg.h"#include "ucserial.h"#include "useval.h"#include "utils.h"#include "debugmsg.h"Include dependency graph for ucserial.cc:

Go to the source code of this file.
Functions | |
| template<class Serial> | |
| void | Stack_frame_io (Serial &io, int &functionid, int &ip, int &call_chain, int &call_depth, int &eventid, int &caller_item, int &num_args, int &num_vars) |
| int | Stack_frame_out (int fd, int functionid, int ip, int call_chain, int call_depth, int eventid, int caller_item, int num_args, int num_vars, Usecode_value *locals) |
| bool | Stack_frame_in (unsigned char *data, int datalen, int &functionid, int &ip, int &call_chain, int &call_depth, int &eventid, int &caller_item, int &num_args, int &num_vars, Usecode_value *&locals) |
| bool Stack_frame_in | ( | unsigned char * | data, | |
| int | datalen, | |||
| int & | functionid, | |||
| int & | ip, | |||
| int & | call_chain, | |||
| int & | call_depth, | |||
| int & | eventid, | |||
| int & | caller_item, | |||
| int & | num_args, | |||
| int & | num_vars, | |||
| Usecode_value *& | locals | |||
| ) |
Definition at line 94 of file ucserial.cc.
References Usecode_value::restore().
Here is the call graph for this function:

| void Stack_frame_io | ( | Serial & | io, | |
| int & | functionid, | |||
| int & | ip, | |||
| int & | call_chain, | |||
| int & | call_depth, | |||
| int & | eventid, | |||
| int & | caller_item, | |||
| int & | num_args, | |||
| int & | num_vars | |||
| ) |
| int Stack_frame_out | ( | int | fd, | |
| int | functionid, | |||
| int | ip, | |||
| int | call_chain, | |||
| int | call_depth, | |||
| int | eventid, | |||
| int | caller_item, | |||
| int | num_args, | |||
| int | num_vars, | |||
| Usecode_value * | locals | |||
| ) |
Definition at line 60 of file ucserial.cc.
References Exult_server::maxlength, Exult_server::Send_data(), and Exult_server::usecode_debugging.
Here is the call graph for this function:

1.5.1