Changeset 86728 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 28, 2020 10:18:28 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 141116
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp
r86726 r86728 939 939 * @param pUVM The user mode VM handle. 940 940 * @param idxL2Root The index of the tree root in the L2 table. 941 * @param hBp RootThe node DBGF handle to insert.942 * @param GCPtr RootThe nodes GC pointer to use as a key.941 * @param hBp The node DBGF handle to insert. 942 * @param GCPtr The nodes GC pointer to use as a key. 943 943 */ 944 944 static int dbgfR3BpInt2L2BstNodeInsert(PUVM pUVM, uint32_t idxL2Root, DBGFBP hBp, RTGCUINTPTR GCPtr)
Note:
See TracChangeset
for help on using the changeset viewer.