VirtualBox

Ignore:
Timestamp:
Feb 16, 2022 11:40:52 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149979
Message:

VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement the logic for the darwin backend, bugref:9044 [build fix attempt]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-linux.cpp

    r93787 r93789  
    19981998
    19991999
    2000 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChanged(PVM pVM, bool fUseDebugLoop);
     2000DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChanged(PVM pVM, bool fUseDebugLoop)
    20012001{
    20022002    RT_NOREF(pVM, fUseDebugLoop);
     
    20052005
    20062006
    2007 DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop);
     2007DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop)
    20082008{
    20092009    RT_NOREF(pVM, pVCpu, fUseDebugLoop);
Note: See TracChangeset for help on using the changeset viewer.

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