Changeset 69221 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp
- Timestamp:
- Oct 24, 2017 3:07:46 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118534
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp
r69111 r69221 43 43 #include <iprt/sort.h> 44 44 #include <iprt/strcache.h> 45 45 46 46 47 /********************************************************************************************************************************* … … 196 197 typedef DBGFFLOWBRANCHTBLITINT *PDBGFFLOWBRANCHTBLITINT; 197 198 199 198 200 /********************************************************************************************************************************* 199 201 * Internal Functions * … … 597 599 } 598 600 else 599 AssertFailedStmt(rc = VERR_INVALID_STATE); /** @todo :Proper status code. */601 AssertFailedStmt(rc = VERR_INVALID_STATE); /** @todo Proper status code. */ 600 602 601 603 return rc; … … 773 775 for (;;) 774 776 { 775 /** @todo :Avoid to disassemble again. */777 /** @todo Avoid to disassemble again. */ 776 778 PDBGFFLOWBBINSTR pInstr = &pFlowBb->aInstr[idxInstrCur]; 777 779 DBGFDISSTATE DisState; … … 1093 1095 rc = dbgfR3FlowTryResolveIndirectBranch(pThis, pFlowBb, pUVM, idCpu, pDisParam, fFlagsDisasm); 1094 1096 } 1095 /** @todo :else check that the base register is not modified in this basic block. */1097 /** @todo else check that the base register is not modified in this basic block. */ 1096 1098 } 1097 1099 else
Note:
See TracChangeset
for help on using the changeset viewer.