vbox的更動 63567 路徑 trunk/src/VBox/Debugger
- 時間撮記:
- 2016-8-16 下午02:06:54 (8 年 以前)
- 位置:
- trunk/src/VBox/Debugger
- 檔案:
-
- 修改 7 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Debugger/DBGPlugInCommonELF.cpp
r62480 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugInCommonELF.h" 24 24 -
trunk/src/VBox/Debugger/DBGPlugInDarwin.cpp
r62838 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugIns.h" 24 24 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/Debugger/DBGPlugInLinux.cpp
r62881 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugIns.h" 24 24 #include "DBGPlugInCommonELF.h" … … 702 702 } 703 703 704 /** @todo :Try to parse where the single messages start to make use of cMessages. */704 /** @todo Try to parse where the single messages start to make use of cMessages. */ 705 705 size_t cchLength = RTStrNLen((const char *)pbLogBuf, cbLogBuf); 706 706 memcpy(&pszBuf[0], pbLogBuf, RT_MIN(cbBuf, cchLength)); -
trunk/src/VBox/Debugger/DBGPlugInOS2.cpp
r62881 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugIns.h" 24 24 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/Debugger/DBGPlugInSolaris.cpp
r62840 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugIns.h" 24 24 #include "DBGPlugInCommonELF.h" -
trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp
r62840 r63567 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group.22 #define LOG_GROUP LOG_GROUP_DBGF /// @todo add new log group. 23 23 #include "DBGPlugIns.h" 24 24 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
r62480 r63567 292 292 293 293 QString strCommand = currentText(); 294 /* TODO:trim whitespace? */294 /** @todo trim whitespace? */ 295 295 if (strCommand.isEmpty()) 296 296 return;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器