- Timestamp:
- Aug 3, 2018 12:50:51 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r73460 r73484 2923 2923 2924 2924 2925 /** 2926 * Worker function that displays one descriptor entry (GDT, LDT, IDT). 2927 * 2928 * @returns pfnPrintf status code. 2929 * @param pCmdHlp The DBGC command helpers. 2930 * @param pDesc The descriptor to display. 2931 * @param iEntry The descriptor entry number. 2932 * @param fHyper Whether the selector belongs to the hypervisor or not. 2933 * @param hAs Address space to use when resolving symbols. 2934 * @param pfDbgEntry Where to indicate whether the entry is two entries wide. 2935 * Optional. 2936 */ 2925 2937 static int dbgcCmdDumpDTWorker64(PDBGCCMDHLP pCmdHlp, PCX86DESC64 pDesc, unsigned iEntry, bool fHyper, RTDBGAS hAs, 2926 2938 bool *pfDblEntry) … … 3075 3087 * @param iEntry The descriptor entry number. 3076 3088 * @param fHyper Whether the selector belongs to the hypervisor or not. 3089 * @param hAs Address space to use when resolving symbols. 3077 3090 */ 3078 3091 static int dbgcCmdDumpDTWorker32(PDBGCCMDHLP pCmdHlp, PCX86DESC pDesc, unsigned iEntry, bool fHyper, RTDBGAS hAs)
Note:
See TracChangeset
for help on using the changeset viewer.