VirtualBox

Ignore:
Timestamp:
Oct 24, 2017 3:07:46 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118534
Message:

VMM: scm cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Flow.cpp

    r69111 r69221  
    4343#include <iprt/sort.h>
    4444#include <iprt/strcache.h>
     45
    4546
    4647/*********************************************************************************************************************************
     
    196197typedef DBGFFLOWBRANCHTBLITINT *PDBGFFLOWBRANCHTBLITINT;
    197198
     199
    198200/*********************************************************************************************************************************
    199201*   Internal Functions                                                                                                           *
     
    597599    }
    598600    else
    599         AssertFailedStmt(rc = VERR_INVALID_STATE); /** @todo: Proper status code. */
     601        AssertFailedStmt(rc = VERR_INVALID_STATE); /** @todo Proper status code. */
    600602
    601603    return rc;
     
    773775    for (;;)
    774776    {
    775         /** @todo: Avoid to disassemble again. */
     777        /** @todo Avoid to disassemble again. */
    776778        PDBGFFLOWBBINSTR pInstr = &pFlowBb->aInstr[idxInstrCur];
    777779        DBGFDISSTATE DisState;
     
    10931095                rc = dbgfR3FlowTryResolveIndirectBranch(pThis, pFlowBb, pUVM, idCpu, pDisParam, fFlagsDisasm);
    10941096            }
    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. */
    10961098        }
    10971099        else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette