VirtualBox

Changeset 73348 in vbox for trunk/src/VBox/Debugger/testcase


Ignore:
Timestamp:
Jul 25, 2018 9:25:45 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123962
Message:

DBGF,DBGC,GIMHv: Added some basic windows bug check formatting (DBGFR3FormatBugCheck). Extended DBGFEventGenericWithArgs and DBGFEVENT to hold up to 6 64-bit arguments, so that we can pass all the bug check arguments to the debugger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r73150 r73348  
    545545}
    546546
     547VMMR3DECL(int) DBGFR3FormatBugCheck(PUVM pUVM, char *pszDetails, size_t cbDetails,
     548                                    uint64_t uP0, uint64_t uP1, uint64_t uP2, uint64_t uP3, uint64_t uP4)
     549{
     550    pszDetails[0] = '\0';
     551    return VERR_INTERNAL_ERROR;
     552}
     553
    547554#include <VBox/vmm/cfgm.h>
    548555VMMR3DECL(int) CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode,
Note: See TracChangeset for help on using the changeset viewer.

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