Changeset 106377 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Oct 16, 2024 1:43:29 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r106061 r106377 733 733 rc = DBGCCmdHlpRegPrintf(&pDbgc->CmdHlp, pEvent->idCpu, -1, pDbgc->fRegTerse); 734 734 735 #ifndef VBOX_VMM_TARGET_ARMV8 735 736 /* Set the resume flag to ignore the breakpoint when resuming execution. */ 736 737 if ( RT_SUCCESS(rc) 737 738 && pEvent->enmType == DBGFEVENT_BREAKPOINT) 738 739 rc = pDbgc->CmdHlp.pfnExec(&pDbgc->CmdHlp, "r eflags.rf = 1"); 740 #endif 739 741 } 740 742 else
Note:
See TracChangeset
for help on using the changeset viewer.