- Timestamp:
- Apr 26, 2013 1:33:30 AM (12 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
r45752 r45753 25 25 #include <VBox/vmm/selm.h> 26 26 #include <VBox/vmm/mm.h> 27 #include <VBox/vmm/hm.h> 27 28 #include "DBGFInternal.h" 28 29 #include <VBox/vmm/vm.h> … … 47 48 DECLINLINE(bool) dbgfR3IsHMA(PUVM pUVM, RTGCUINTPTR FlatPtr) 48 49 { 49 return !HMIsEnabled(p VM)50 return !HMIsEnabled(pUVM->pVM) 50 51 && MMHyperIsInsideArea(pUVM->pVM, FlatPtr); 51 52 } -
trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp
r45752 r45753 23 23 #include <VBox/vmm/selm.h> 24 24 #include <VBox/vmm/mm.h> 25 #include <VBox/vmm/hm.h> 25 26 #include <VBox/vmm/pgm.h> 26 27 #include <VBox/vmm/cpum.h> -
trunk/src/VBox/VMM/VMMR3/DBGFSym.cpp
r45752 r45753 30 30 #include <VBox/vmm/dbgf.h> 31 31 #include <VBox/vmm/mm.h> 32 #include <VBox/vmm/hm.h> 32 33 #include <VBox/vmm/pdmapi.h> 33 34 #include "DBGFInternal.h"
Note:
See TracChangeset
for help on using the changeset viewer.