Changeset 85121 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Jul 8, 2020 7:33:26 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139061
- Location:
- trunk/src/VBox/Runtime/common/dbg
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r82968 r85121 188 188 * @param pDirEnt The directory entry. 189 189 */ 190 typedef DECLCALLBACK (int) FNDBGMODCVSUBSECTCALLBACK(PRTDBGMODCV pThis, void const *pvSubSect, size_t cbSubSect,191 PCRTCVDIRENT32 pDirEnt);190 typedef DECLCALLBACKTYPE(int, FNDBGMODCVSUBSECTCALLBACK,(PRTDBGMODCV pThis, void const *pvSubSect, size_t cbSubSect, 191 PCRTCVDIRENT32 pDirEnt)); 192 192 /** Pointer to a subsection callback. */ 193 193 typedef FNDBGMODCVSUBSECTCALLBACK *PFNDBGMODCVSUBSECTCALLBACK; -
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r83084 r85121 297 297 * @param pCursor The cursor to read data from. 298 298 */ 299 typedef DECLCALLBACK (int) FNRTDWARFATTRDECODER(PRTDWARFDIE pDie, uint8_t *pbMember, PCRTDWARFATTRDESC pDesc,300 uint32_t uForm, PRTDWARFCURSOR pCursor);299 typedef DECLCALLBACKTYPE(int, FNRTDWARFATTRDECODER,(PRTDWARFDIE pDie, uint8_t *pbMember, PCRTDWARFATTRDESC pDesc, 300 uint32_t uForm, PRTDWARFCURSOR pCursor)); 301 301 /** Pointer to an attribute decoder callback. */ 302 302 typedef FNRTDWARFATTRDECODER *PFNRTDWARFATTRDECODER;
Note:
See TracChangeset
for help on using the changeset viewer.