Changeset 76518 in vbox
- Timestamp:
- Dec 30, 2018 5:19:58 AM (6 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 8 edited
-
DBGCInternal.h (modified) (1 diff)
-
DBGPlugInCommonELF.h (modified) (1 diff)
-
DBGPlugIns.h (modified) (1 diff)
-
VBoxDbgBase.h (modified) (1 diff)
-
VBoxDbgConsole.h (modified) (1 diff)
-
VBoxDbgDisas.h (modified) (1 diff)
-
VBoxDbgGui.h (modified) (1 diff)
-
VBoxDbgStatsQt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCInternal.h
r73348 r76518 16 16 */ 17 17 18 19 18 #ifndef ___Debugger_DBGCInternal_h 20 19 #define ___Debugger_DBGCInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 -
trunk/src/VBox/Debugger/DBGPlugInCommonELF.h
r69500 r76518 18 18 #ifndef ___Debugger_DBGPlugInCommonELF_h 19 19 #define ___Debugger_DBGPlugInCommonELF_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include <VBox/types.h> -
trunk/src/VBox/Debugger/DBGPlugIns.h
r69500 r76518 21 21 #ifndef ___Debugger_DBGPlugIns_h 22 22 #define ___Debugger_DBGPlugIns_h 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/Debugger/VBoxDbgBase.h
r69500 r76518 16 16 */ 17 17 18 19 18 #ifndef ___Debugger_VBoxDbgBase_h 20 19 #define ___Debugger_VBoxDbgBase_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 21 23 22 24 -
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r72197 r76518 18 18 #ifndef ___Debugger_VBoxDbgConsole_h 19 19 #define ___Debugger_VBoxDbgConsole_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDbgBase.h" -
trunk/src/VBox/Debugger/VBoxDbgDisas.h
r69500 r76518 18 18 #ifndef ___Debugger_VBoxDbgDisas_h 19 19 #define ___Debugger_VBoxDbgDisas_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 /** -
trunk/src/VBox/Debugger/VBoxDbgGui.h
r69500 r76518 18 18 #ifndef ___Debugger_VBoxDbgGui_h 19 19 #define ___Debugger_VBoxDbgGui_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 // VirtualBox COM interfaces declarations (generated header) -
trunk/src/VBox/Debugger/VBoxDbgStatsQt.h
r69500 r76518 18 18 #ifndef ___Debugger_VBoxDbgStats_h 19 19 #define ___Debugger_VBoxDbgStats_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #include "VBoxDbgBase.h"
Note:
See TracChangeset
for help on using the changeset viewer.

