plugins/bee/libInit.cc
author Jan Vrany <jan.vrany@labware.com>
Tue, 26 Jul 2022 15:01:33 +0100
changeset 265 f2470f0dd9cd
parent 160 fea681d31a3c
permissions -rw-r--r--
Do not show address for (pseudo) instructions with no code While such instructions do not appear in GDB-produced disassembly, they may appear in some manually-generated instruction lists. One example of such (pseudo) instruction is label.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: jv_vdb_plugins_bee.
 */
#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_plugins_bee_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_vdb_plugins_bee_InitDefinition() INIT_TEXT_SECTION;
#endif

extern void _BeeSymbol_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BeeSymbolListApplication_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BeeSymbolPresenter_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _GDBMI_137bee_137list_137symbols_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _jv_137vdb_137plugins_137bee_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);

extern void _jv_137vdb_137plugins_137bee_extensions_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);

void _libjv_vdb_plugins_bee_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libjv_vdb_plugins_bee__DFN", _libjv_vdb_plugins_bee_InitDefinition, "jv:vdb/plugins/bee");
    _jv_137vdb_137plugins_137bee_Init(pass,__pRT__,snd);

  __END_PACKAGE__();
}

void _libjv_vdb_plugins_bee_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libjv_vdb_plugins_bee", _libjv_vdb_plugins_bee_Init, "jv:vdb/plugins/bee");
    _BeeSymbol_Init(pass,__pRT__,snd);
    _BeeSymbolListApplication_Init(pass,__pRT__,snd);
    _BeeSymbolPresenter_Init(pass,__pRT__,snd);
    _GDBMI_137bee_137list_137symbols_Init(pass,__pRT__,snd);
    _jv_137vdb_137plugins_137bee_Init(pass,__pRT__,snd);

    _jv_137vdb_137plugins_137bee_extensions_Init(pass,__pRT__,snd);
  __END_PACKAGE__();
}