VirtualBox

Changeset 76085 in vbox


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

VBoxSDS: Enabled the process watcher for debug builds. bugref:3300 [backed out previous commit]

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

Legend:

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

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

    r76084 r76085  
    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">
    7877    <!-- DTrace has a probe name length limit, so dtracename helps dealing with excessivly long names. -->
    7978    <!ATTLIST interface dtracename CDATA #IMPLIED>
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

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

    r76084 r76085  
    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>
    12301223    VirtualBoxBase::clearError();
    12311224
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