Changeset 106369 in vbox for trunk/src/VBox/VMM/VMMAll/DBGFAllBp.cpp
- Timestamp:
- Oct 16, 2024 1:19:45 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAllBp.cpp
r106367 r106369 201 201 { 202 202 /* Replace the int3 with the original instruction byte. */ 203 abInstr[0] = pBp->Pub.u.Sw. bOrg;203 abInstr[0] = pBp->Pub.u.Sw.Arch.x86.bOrg; 204 204 rcStrict = IEMExecOneWithPrefetchedByPC(pVCpu, GCPtrInstr, &abInstr[0], sizeof(abInstr)); 205 205 if ( rcStrict == VINF_SUCCESS
Note:
See TracChangeset
for help on using the changeset viewer.