libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 13 Oct 2017 21:38:13 +0100
changeset 48 0076f0700e5e
parent 46 6b857f3cec8c
child 51 6c982fc25fe2
permissions -rw-r--r--
Added VDBVirtualMemoryMap, a model for memory maps

/*
 * $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

extern void _VDBAbstractApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBIconLibrary_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBModelPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBVirtualMemoryMap_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBVirtualMemoryRegion_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _jv_137vdb_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBAbstractConsoleApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBAbstractContainer_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBAbstractListApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBBreakpointApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBBreakpointPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBDebuggerApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBEventLogApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBFramePresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBSourceApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBThreadGroupPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBThreadPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBVariablePresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBAbstractTreeApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBBreakpointListApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBDebuggerConsoleApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBInferiorConsoleApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBTabbingContainer_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBFrameApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VDBStackApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);



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

  __END_PACKAGE__();
}

void _libjv_vdb_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libjv_vdb", _libjv_vdb_Init, "jv:vdb");
    _VDBAbstractApplication_Init(pass,__pRT__,snd);
    _VDBIconLibrary_Init(pass,__pRT__,snd);
    _VDBModelPresenter_Init(pass,__pRT__,snd);
    _VDBVirtualMemoryMap_Init(pass,__pRT__,snd);
    _VDBVirtualMemoryRegion_Init(pass,__pRT__,snd);
    _jv_137vdb_Init(pass,__pRT__,snd);
    _VDBAbstractConsoleApplication_Init(pass,__pRT__,snd);
    _VDBAbstractContainer_Init(pass,__pRT__,snd);
    _VDBAbstractListApplication_Init(pass,__pRT__,snd);
    _VDBBreakpointApplication_Init(pass,__pRT__,snd);
    _VDBBreakpointPresenter_Init(pass,__pRT__,snd);
    _VDBDebuggerApplication_Init(pass,__pRT__,snd);
    _VDBEventLogApplication_Init(pass,__pRT__,snd);
    _VDBFramePresenter_Init(pass,__pRT__,snd);
    _VDBSourceApplication_Init(pass,__pRT__,snd);
    _VDBThreadGroupPresenter_Init(pass,__pRT__,snd);
    _VDBThreadPresenter_Init(pass,__pRT__,snd);
    _VDBVariablePresenter_Init(pass,__pRT__,snd);
    _VDBAbstractTreeApplication_Init(pass,__pRT__,snd);
    _VDBBreakpointListApplication_Init(pass,__pRT__,snd);
    _VDBDebuggerConsoleApplication_Init(pass,__pRT__,snd);
    _VDBInferiorConsoleApplication_Init(pass,__pRT__,snd);
    _VDBTabbingContainer_Init(pass,__pRT__,snd);
    _VDBFrameApplication_Init(pass,__pRT__,snd);
    _VDBStackApplication_Init(pass,__pRT__,snd);


  __END_PACKAGE__();
}