VirtualBox

Changeset 76084 in vbox


Ignore:
Timestamp:
Dec 9, 2018 8:04:40 PM (6 years ago)
Author:
vboxsync
Message:

VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 [build fix]

Location:
trunk/src/VBox/Main
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r76072 r76084  
    303303VBoxSDS_TEMPLATE = VBOXMAINEXE
    304304VBoxSDS_DEFS += VBOX_COM_OUTOFPROC_MODULE
    305  if "$(KBUILD_TYPE)" == "debug" && "$(USERNAME)" == "bird"
     305 ifneq ($(KBUILD_TYPE),release)
    306306VBoxSDS_DEFS += _WIN32_WINNT=0x0610 # ClientPID query requires vista+
    307307 else
     
    380380endif
    381381VBoxSVC_DEFS.win += VBOX_COM_OUTOFPROC_MODULE
    382  if "$(KBUILD_TYPE)" == "debug" && "$(USERNAME)" == "bird"
     382 ifneq ($(KBUILD_TYPE),release)
    383383VBoxSVC_DEFS.win += _WIN32_WINNT=0x0610 # ClientPID query requires vista+
    384384 else
  • trunk/src/VBox/Main/idl/VirtualBox.dtd

    r66274 r76084  
    7575    <!ATTLIST interface wrap-hint-server-addinterfaces CDATA #IMPLIED>
    7676    <!ATTLIST interface wrap-hint-server CDATA #IMPLIED>
     77    <!ATTLIST interface wrap-gen-hook (yes|no) "no">
    7778    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    7879    <!ATTLIST interface dtracename CDATA #IMPLIED>
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r76067 r76084  
    20102010    wsmap="managed"
    20112011    reservedMethods="8" reservedAttributes="12"
     2012    wrap-gen-hook="yes"
    20122013    >
    20132014    <desc>
  • trunk/src/VBox/Main/idl/apiwrap-server.xsl

    r66274 r76084  
    12211221    <xsl:text>));
    12221222
     1223</xsl:text>
     1224    <xsl:if test="@wrap-gen-hook='yes'">
     1225        <xsl:text>
     1226    callHook();
     1227        <xsl:text>
     1228    </xsl:if>
     1229<xsl:text>
    12231230    VirtualBoxBase::clearError();
    12241231
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette