libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 21 Sep 2014 23:46:10 +0100
changeset 22 6684f4d82301
parent 16 fc1898815ab6
child 37 f417fe8685c5
permissions -rw-r--r--
Temporary commit: reworking VDBStackApplication to support multiple threads and inferiors

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

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

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_vdb_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_vdb_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_vdb_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_vdb__DFN", _libjv_vdb_InitDefinition, "jv:vdb");
_jv_137vdb_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_vdb_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_vdb", _libjv_vdb_Init, "jv:vdb");
_VDBAbstractApplication_Init(pass,__pRT__,snd);
_VDBDebuggerConsoleView_Init(pass,__pRT__,snd);
_VDBIconLibrary_Init(pass,__pRT__,snd);
_VDBModelPresenter_Init(pass,__pRT__,snd);
_jv_137vdb_Init(pass,__pRT__,snd);
_VDBAbstractContainer_Init(pass,__pRT__,snd);
_VDBDebuggerApplication_Init(pass,__pRT__,snd);
_VDBDebuggerConsoleApplication_Init(pass,__pRT__,snd);
_VDBEventLogApplication_Init(pass,__pRT__,snd);
_VDBFramePresenter_Init(pass,__pRT__,snd);
_VDBInferiorConsoleApplication_Init(pass,__pRT__,snd);
_VDBSourceApplication_Init(pass,__pRT__,snd);
_VDBStackApplication_Init(pass,__pRT__,snd);
_VDBThreadGroupPresenter_Init(pass,__pRT__,snd);
_VDBThreadPresenter_Init(pass,__pRT__,snd);
_VDBTabbingContainer_Init(pass,__pRT__,snd);


__END_PACKAGE__();
}