Changeset 73472 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2018 12:14:05 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFStack.cpp
r73471 r73472 1140 1140 if (!fFirst) 1141 1141 { 1142 intrc = dbgfR3StackWalkCollectRegisterChanges(pUnwindCtx->m_pUVM, pFrame, &pUnwindCtx->m_State);1142 rc = dbgfR3StackWalkCollectRegisterChanges(pUnwindCtx->m_pUVM, pFrame, &pUnwindCtx->m_State); 1143 1143 if (RT_FAILURE(rc)) 1144 1144 return rc; … … 1148 1148 && pUnwindCtx->m_hAs != NIL_RTDBGAS) 1149 1149 { 1150 intrc = dbgfR3OSStackUnwindAssist(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, pFrame, &pUnwindCtx->m_State,1151 1150 rc = dbgfR3OSStackUnwindAssist(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, pFrame, &pUnwindCtx->m_State, 1151 pUnwindCtx->m_pInitialCtx, pUnwindCtx->m_hAs, &pUnwindCtx->m_uOsScratch); 1152 1152 if (RT_FAILURE(rc)) 1153 1153 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.