- Timestamp:
- Nov 4, 2016 5:47:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMMR3.def
r64557 r64582 130 130 DBGFR3CpuGetMode 131 131 DBGFR3AddrFromSelOff 132 DBGFR3 CfgCreate133 DBGFR3 CfgRetain134 DBGFR3 CfgRelease135 DBGFR3 CfgQueryStartBb136 DBGFR3 CfgQueryBbByAddress137 DBGFR3 CfgGetBbCount138 DBGFR3 CfgBbRetain139 DBGFR3 CfgBbRelease140 DBGFR3 CfgBbGetStartAddress141 DBGFR3 CfgBbGetEndAddress142 DBGFR3 CfgBbGetBranchAddress143 DBGFR3 CfgBbGetFollowingAddress144 DBGFR3 CfgBbGetType145 DBGFR3 CfgBbGetInstrCount146 DBGFR3 CfgBbGetFlags147 DBGFR3 CfgBbQueryError148 DBGFR3 CfgBbQueryInstr149 DBGFR3 CfgBbQuerySuccessors150 DBGFR3 CfgBbGetRefBbCount151 DBGFR3 CfgBbGetRefBb152 DBGFR3 CfgItCreate153 DBGFR3 CfgItDestroy154 DBGFR3 CfgItNext155 DBGFR3 CfgItReset132 DBGFR3FlowCreate 133 DBGFR3FlowRetain 134 DBGFR3FlowRelease 135 DBGFR3FlowQueryStartBb 136 DBGFR3FlowQueryBbByAddress 137 DBGFR3FlowGetBbCount 138 DBGFR3FlowBbRetain 139 DBGFR3FlowBbRelease 140 DBGFR3FlowBbGetStartAddress 141 DBGFR3FlowBbGetEndAddress 142 DBGFR3FlowBbGetBranchAddress 143 DBGFR3FlowBbGetFollowingAddress 144 DBGFR3FlowBbGetType 145 DBGFR3FlowBbGetInstrCount 146 DBGFR3FlowBbGetFlags 147 DBGFR3FlowBbQueryError 148 DBGFR3FlowBbQueryInstr 149 DBGFR3FlowBbQuerySuccessors 150 DBGFR3FlowBbGetRefBbCount 151 DBGFR3FlowBbGetRefBb 152 DBGFR3FlowItCreate 153 DBGFR3FlowItDestroy 154 DBGFR3FlowItNext 155 DBGFR3FlowItReset 156 156 DBGFR3PlugInLoad 157 157 DBGFR3PlugInUnload
Note:
See TracChangeset
for help on using the changeset viewer.