- Timestamp:
- Jun 28, 2021 8:19:47 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145383
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp
r89924 r89925 1900 1900 static VBOXSTRICTRC dbgfR3BpHit(PVM pVM, PVMCPU pVCpu, DBGFBP hBp, PDBGFBPINT pBp, PCDBGFBPOWNERINT pBpOwner) 1901 1901 { 1902 VBOXSTRICTRC rcStrict ;1902 VBOXSTRICTRC rcStrict = VINF_SUCCESS; 1903 1903 1904 1904 switch (DBGF_BP_PUB_GET_TYPE(&pBp->Pub))
Note:
See TracChangeset
for help on using the changeset viewer.