libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 02 Jun 2014 23:56:27 +0100
changeset 7 7a51f98e7162
parent 6 d935bc59f6f4
child 8 7f4882e2562a
permissions -rw-r--r--
Initial implementation of event dispatcher and event pump.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: jv_libgdbs.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_libgdbs_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_libgdbs_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_libgdbs_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_libgdbs__DFN", _libjv_libgdbs_InitDefinition, "jv:libgdbs");
_jv_137libgdbs_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_libgdbs_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_libgdbs", _libjv_libgdbs_Init, "jv:libgdbs");
_GDBCommand_Init(pass,__pRT__,snd);
_GDBCommandResult_Init(pass,__pRT__,snd);
_GDBCommandStatus_Init(pass,__pRT__,snd);
_GDBDebugFlags_Init(pass,__pRT__,snd);
_GDBEvent_Init(pass,__pRT__,snd);
_GDBEventSet_Init(pass,__pRT__,snd);
_GDBInternalPipeStream_Init(pass,__pRT__,snd);
_GDBLauncher_Init(pass,__pRT__,snd);
_GDBObject_Init(pass,__pRT__,snd);
_jv_137libgdbs_Init(pass,__pRT__,snd);
_GDB_Init(pass,__pRT__,snd);
_GDBAsyncEvent_Init(pass,__pRT__,snd);
_GDBCLICommand_Init(pass,__pRT__,snd);
_GDBCommandEvent_Init(pass,__pRT__,snd);
_GDBCommandResultEvent_Init(pass,__pRT__,snd);
_GDBDriver_Init(pass,__pRT__,snd);
_GDBParser_Init(pass,__pRT__,snd);
_GDBStreamOutputEvent_Init(pass,__pRT__,snd);
_GDBTuple_Init(pass,__pRT__,snd);
_GDBConsoleOutputEvent_Init(pass,__pRT__,snd);
_GDBExecutionEvent_Init(pass,__pRT__,snd);
_GDBLogOutputEvent_Init(pass,__pRT__,snd);
_GDBNotificationEvent_Init(pass,__pRT__,snd);
_GDBStatusEvent_Init(pass,__pRT__,snd);
_GDBTargetOutputEvent_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}