VirtualBox

Changeset 106377 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Oct 16, 2024 1:43:29 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165190
Message:

Debugger: Don't try executing r eflags.rf = 1 for breakpoints on armv8, bugref:10393

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r106061 r106377  
    733733                rc = DBGCCmdHlpRegPrintf(&pDbgc->CmdHlp, pEvent->idCpu, -1, pDbgc->fRegTerse);
    734734
     735#ifndef VBOX_VMM_TARGET_ARMV8
    735736                /* Set the resume flag to ignore the breakpoint when resuming execution. */
    736737                if (   RT_SUCCESS(rc)
    737738                    && pEvent->enmType == DBGFEVENT_BREAKPOINT)
    738739                    rc = pDbgc->CmdHlp.pfnExec(&pDbgc->CmdHlp, "r eflags.rf = 1");
     740#endif
    739741            }
    740742            else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette