VirtualBox

Changeset 35346 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Dec 27, 2010 4:13:13 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69206
Message:

VMM reorg: Moving the public include files from include/VBox to include/VBox/vmm.

Location:
trunk/src/VBox/Debugger
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp

    r31530 r35346  
    2121#define LOG_GROUP LOG_GROUP_DBGC
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
    24 #include <VBox/vm.h>
    25 #include <VBox/vmm.h>
    26 #include <VBox/mm.h>
    27 #include <VBox/pgm.h>
    28 #include <VBox/selm.h>
     23#include <VBox/vmm/dbgf.h>
     24#include <VBox/vmm/vm.h>
     25#include <VBox/vmm/vmm.h>
     26#include <VBox/vmm/mm.h>
     27#include <VBox/vmm/pgm.h>
     28#include <VBox/vmm/selm.h>
    2929#include <VBox/dis.h>
    3030#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCCmdHlp.cpp

    r31966 r35346  
    2121#define LOG_GROUP LOG_GROUP_DBGC
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
    24 #include <VBox/vm.h>
    25 #include <VBox/vmm.h>
    26 #include <VBox/mm.h>
    27 #include <VBox/pgm.h>
    28 #include <VBox/selm.h>
     23#include <VBox/vmm/dbgf.h>
     24#include <VBox/vmm/vm.h>
     25#include <VBox/vmm/vmm.h>
     26#include <VBox/vmm/mm.h>
     27#include <VBox/vmm/pgm.h>
     28#include <VBox/vmm/selm.h>
    2929#include <VBox/dis.h>
    3030#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp

    r31530 r35346  
    2121#define LOG_GROUP LOG_GROUP_DBGC
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
    24 #include <VBox/vm.h>
    25 #include <VBox/vmm.h>
    26 #include <VBox/mm.h>
    27 #include <VBox/pgm.h>
    28 #include <VBox/selm.h>
     23#include <VBox/vmm/dbgf.h>
     24#include <VBox/vmm/vm.h>
     25#include <VBox/vmm/vmm.h>
     26#include <VBox/vmm/mm.h>
     27#include <VBox/vmm/pgm.h>
     28#include <VBox/vmm/selm.h>
    2929#include <VBox/dis.h>
    3030#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCCommands.cpp

    r34902 r35346  
    2121#define LOG_GROUP LOG_GROUP_DBGC
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
    24 #include <VBox/vm.h>
    25 #include <VBox/vmm.h>
    26 #include <VBox/mm.h>
    27 #include <VBox/pgm.h>
    28 #include <VBox/selm.h>
     23#include <VBox/vmm/dbgf.h>
     24#include <VBox/vmm/vm.h>
     25#include <VBox/vmm/vmm.h>
     26#include <VBox/vmm/mm.h>
     27#include <VBox/vmm/pgm.h>
     28#include <VBox/vmm/selm.h>
    2929#include <VBox/dis.h>
    3030#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r35257 r35346  
    2121#define LOG_GROUP LOG_GROUP_DBGC
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
    24 #include <VBox/pgm.h>
    25 #include <VBox/selm.h>
    26 #include <VBox/cpum.h>
     23#include <VBox/vmm/dbgf.h>
     24#include <VBox/vmm/pgm.h>
     25#include <VBox/vmm/selm.h>
     26#include <VBox/vmm/cpum.h>
    2727#include <VBox/dis.h>
    2828#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp

    r31846 r35346  
    2121*******************************************************************************/
    2222#include <VBox/dbg.h>
    23 #include <VBox/dbgf.h>
     23#include <VBox/vmm/dbgf.h>
    2424#include <VBox/err.h>
    2525
  • trunk/src/VBox/Debugger/DBGCOps.cpp

    r33540 r35346  
    2222#define LOG_GROUP LOG_GROUP_DBGC
    2323#include <VBox/dbg.h>
    24 #include <VBox/dbgf.h>
    25 #include <VBox/vm.h>
    26 #include <VBox/vmm.h>
    27 #include <VBox/mm.h>
    28 #include <VBox/pgm.h>
    29 #include <VBox/selm.h>
     24#include <VBox/vmm/dbgf.h>
     25#include <VBox/vmm/vm.h>
     26#include <VBox/vmm/vmm.h>
     27#include <VBox/vmm/mm.h>
     28#include <VBox/vmm/pgm.h>
     29#include <VBox/vmm/selm.h>
    3030#include <VBox/dis.h>
    3131#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGCTcp.cpp

    r33540 r35346  
    2121*******************************************************************************/
    2222#include <VBox/dbg.h>
    23 #include <VBox/cfgm.h>
     23#include <VBox/vmm/cfgm.h>
    2424#include <VBox/err.h>
    2525
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r33540 r35346  
    133133#define LOG_GROUP LOG_GROUP_DBGC
    134134#include <VBox/dbg.h>
    135 #include <VBox/dbgf.h>
    136 #include <VBox/vm.h>
    137 #include <VBox/vmm.h>
    138 #include <VBox/mm.h>
    139 #include <VBox/pgm.h>
    140 #include <VBox/selm.h>
     135#include <VBox/vmm/dbgf.h>
     136#include <VBox/vmm/vm.h>
     137#include <VBox/vmm/vmm.h>
     138#include <VBox/vmm/mm.h>
     139#include <VBox/vmm/pgm.h>
     140#include <VBox/vmm/selm.h>
    141141#include <VBox/dis.h>
    142142#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp

    r31530 r35346  
    2323#include "DBGPlugInCommonELF.h"
    2424
    25 #include <VBox/dbgf.h>
     25#include <VBox/vmm/dbgf.h>
    2626#include <iprt/alloca.h>
    2727#include <iprt/asm.h>
  • trunk/src/VBox/Debugger/DBGPlugInDiggers.cpp

    r31530 r35346  
    2222#define LOG_GROUP LOG_GROUP_DBGC
    2323#include <VBox/dbg.h>
    24 #include <VBox/dbgf.h>
     24#include <VBox/vmm/dbgf.h>
    2525#include "DBGPlugIns.h"
    2626#include <VBox/version.h>
  • trunk/src/VBox/Debugger/DBGPlugInLinux.cpp

    r31530 r35346  
    2323#include "DBGPlugIns.h"
    2424#include "DBGPlugInCommonELF.h"
    25 #include <VBox/dbgf.h>
     25#include <VBox/vmm/dbgf.h>
    2626#include <iprt/string.h>
    2727#include <iprt/mem.h>
  • trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp

    r35254 r35346  
    2323#include "DBGPlugIns.h"
    2424#include "DBGPlugInCommonELF.h"
    25 #include <VBox/dbgf.h>
     25#include <VBox/vmm/dbgf.h>
    2626#include <iprt/asm.h>
    2727#include <iprt/mem.h>
  • trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp

    r31531 r35346  
    2222#define LOG_GROUP LOG_GROUP_DBGF ///@todo add new log group.
    2323#include "DBGPlugIns.h"
    24 #include <VBox/dbgf.h>
     24#include <VBox/vmm/dbgf.h>
    2525#include <VBox/err.h>
    2626#include <VBox/param.h>
  • trunk/src/VBox/Debugger/DBGPlugIns.h

    r31531 r35346  
    2222#define ___Debugger_DBGPlugIns_h
    2323
    24 #include <VBox/dbgf.h>
     24#include <VBox/vmm/dbgf.h>
    2525
    2626RT_C_DECLS_BEGIN
  • trunk/src/VBox/Debugger/VBoxDbg.cpp

    r31530 r35346  
    2222#define VBOX_COM_NO_ATL
    2323#include <VBox/dbggui.h>
    24 #include <VBox/vm.h>
     24#include <VBox/vmm/vm.h>
    2525#include <VBox/err.h>
    2626#include <iprt/assert.h>
  • trunk/src/VBox/Debugger/VBoxDbgBase.h

    r31530 r35346  
    2121
    2222
    23 #include <VBox/stam.h>
    24 #include <VBox/vmapi.h>
     23#include <VBox/vmm/stam.h>
     24#include <VBox/vmm/vmapi.h>
    2525#include <VBox/dbg.h>
    2626#include <iprt/thread.h>
  • trunk/src/VBox/Debugger/VBoxDbgConsole.cpp

    r33540 r35346  
    3232
    3333#include <VBox/dbg.h>
    34 #include <VBox/cfgm.h>
     34#include <VBox/vmm/cfgm.h>
    3535#include <VBox/err.h>
    3636
  • trunk/src/VBox/Debugger/VBoxDbgGui.cpp

    r31698 r35346  
    2222#define VBOX_COM_NO_ATL
    2323#include <VBox/com/defs.h>
    24 #include <VBox/vm.h>
     24#include <VBox/vmm/vm.h>
    2525#include <VBox/err.h>
    2626
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r34902 r35346  
    1717
    1818#include <VBox/err.h>
    19 #include <VBox/vm.h>
    20 
    21 
    22 
    23 #include <VBox/dbgf.h>
     19#include <VBox/vmm/vm.h>
     20
     21
     22
     23#include <VBox/vmm/dbgf.h>
    2424VMMR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PVM pVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr)
    2525{
     
    247247/////////////////////////////////////////////////////////////////////////
    248248
    249 #include <VBox/cpum.h>
     249#include <VBox/vmm/cpum.h>
    250250
    251251VMMDECL(uint64_t) CPUMGetGuestCR3(PVMCPU pVCpu)
     
    316316
    317317
    318 #include <VBox/mm.h>
     318#include <VBox/vmm/mm.h>
    319319
    320320VMMR3DECL(int) MMR3HCPhys2HCVirt(PVM pVM, RTHCPHYS HCPhys, void **ppv)
     
    326326
    327327
    328 #include <VBox/pgm.h>
     328#include <VBox/vmm/pgm.h>
    329329
    330330VMMDECL(RTHCPHYS) PGMGetHyperCR3(PVMCPU pVCpu)
     
    349349
    350350
    351 #include <VBox/vmm.h>
     351#include <VBox/vmm/vmm.h>
    352352
    353353VMMDECL(PVMCPU) VMMGetCpuById(PVM pVM, RTCPUID idCpu)
  • trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp

    r33540 r35346  
    2222#include <qapplication.h>
    2323#include <VBox/dbggui.h>
    24 #include <VBox/vm.h>
     24#include <VBox/vmm/vm.h>
    2525#include <VBox/err.h>
    2626#include <iprt/initterm.h>
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