VirtualBox

Changeset 47826 in vbox


Ignore:
Timestamp:
Aug 17, 2013 11:51:57 PM (11 years ago)
Author:
vboxsync
Message:

No COM port usage by default, except on double faults.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/assert.cpp

    r44528 r47826  
    138138#else  /* !IN_RING0 */
    139139# if !defined(IN_RING3) && !defined(LOG_NO_COM)
     140#  if 0 /* Enable this iff you have a COM port and really want this debug info. */
    140141        RTLogComPrintf("\n!!Assertion Failed!!\n"
    141142                       "Expression: %s\n"
    142143                       "Location  : %s(%d) %s\n",
    143144                       pszExpr, pszFile, uLine, pszFunction);
     145#  endif
    144146# endif
    145147
  • trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp

    r42025 r47826  
    4646    pVCpu->trpm.s.uActiveVector = UINT32_MAX;
    4747    AssertMsgReturnVoid(uActiveVector < 256, ("uActiveVector=%#x is invalid! (More assertions to come, please enjoy!)\n", uActiveVector));
     48RTLogPrintf("uActiveVector=%d\n", uActiveVector);
    4849
    4950#if HC_ARCH_BITS == 64 && defined(RT_OS_DARWIN)
  • trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp

    r47699 r47826  
    400400{
    401401    LogFlow(("TRPMGCTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip));
     402#if 0 /* Enable this iff you have a COM port and really want this debug info. */
    402403    RTLogComPrintf("TRPMGCTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip);
     404#endif
    403405    NOREF(pTrpmCpu);
    404406    return VERR_TRPM_DONT_PANIC;
     
    424426{
    425427    LogFlow(("TRPMGCHyperTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip));
     428#if 0 /* Enable this iff you have a COM port and really want this debug info. */
    426429    RTLogComPrintf("TRPMGCHyperTrap02Handler: cs:eip=%04x:%08x\n", pRegFrame->cs.Sel, pRegFrame->eip);
     430#endif
    427431    NOREF(pTrpmCpu);
    428432    return VERR_TRPM_DONT_PANIC;
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