Changeset 57978 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
- Timestamp:
- Sep 30, 2015 7:39:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r57944 r57978 801 801 * @returns IPRT status code 802 802 * @param pThis The CodeView debug info reader instance. 803 * @param p bSymTab The symbol table.803 * @param pvSymTab The symbol table. 804 804 * @param cbSymTab The size of the symbol table. 805 805 * @param fFlags Flags reserved for future exploits, MBZ. … … 2469 2469 * @param off The offset where to expect CV debug info. 2470 2470 * @param cb The number of bytes of debug info. 2471 * @param enmArch The desired image architecture. 2471 2472 * @param pszFilename The path to the file (for logging). 2472 2473 */ … … 2549 2550 * 2550 2551 * @returns status code. 2551 * @param p DbgModThe debug module instance. On success pvDbgPriv2552 * @param pThis The debug module instance. On success pvDbgPriv 2552 2553 * will point to a valid RTDBGMODCV. 2553 2554 * @param enmFileType The kind of file this is we're probing.
Note:
See TracChangeset
for help on using the changeset viewer.