VirtualBox

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


Ignore:
Timestamp:
Sep 13, 2020 8:17:45 AM (4 years ago)
Author:
vboxsync
Message:

Debugger: Add 'writegstmem' command to load data from a file and write it to guest memory at a particular address [build fix]

File:
1 edited

Legend:

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

    r86098 r86101  
    568568}
    569569
     570VMMR3DECL(PDBGFADDRESS) DBGFR3AddrAdd(PDBGFADDRESS pAddress, RTGCUINTPTR uAddend)
     571{
     572    RT_NOREF(uAddend);
     573    return pAddress;
     574}
     575
    570576#include <VBox/vmm/cfgm.h>
    571577VMMR3DECL(int) CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode,
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