open-vm-tools 12.2.5
|
#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"
Macros | |
#define | G_LOG_DOMAIN "rpcdbg" |
Typedefs | |
typedef struct DbgChannelData | DbgChannelData |
Functions | |
RpcChannel * | RpcDebug_NewDebugChannel (ToolsAppCtx *ctx, RpcDebugLibData *data) |
Implements an RPC Channel that is backed by a "debug plugin". The plugin provides information about what data should be "read" by the RPC Channel, and sinks for the data the application writes to the channel, so that the plugin can perform validation.
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. |