#include <gmodule.h>#include "strutil.h"#include "util.h"#include "vmrpcdbgInt.h"#include "rpcChannelInt.h"#include "vmxrpc.h"#include "xdrutil.h"#include "vmware/tools/utils.h"Defines | |
| #define | G_LOG_DOMAIN "rpcdbg" |
Functions | |
| RpcChannel * | RpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data) |
| RpcChannel* RpcDebug_NewDebugChannel | ( | ToolsAppCtx * | ctx, | |
| RpcDebugLibData * | data | |||
| ) |
Instantiates a new RPC Debug Channel. This function will load and initialize the given debug plugin.
This function will panic is something wrong happens while loading the plugin.
| [in] | ctx | The application context. |
| [in] | data | Debug library data. |
1.5.6