VirtualBox

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


Ignore:
Timestamp:
May 14, 2008 7:49:42 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30827
Message:

Dug out the solaris kernel symbols! Use the "detect" command in the debugger in order to do this.

File:
1 edited

Legend:

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

    r8800 r8820  
    159159
    160160#include <VBox/dbgf.h>
    161 DBGFR3DECL(void) DBGFR3AddrFromFlat(PVM pVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr)
     161DBGFR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PVM pVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr)
    162162{
    163163}
     
    286286    return VERR_INTERNAL_ERROR;
    287287}
     288DBGFR3DECL(int) DBGFR3MemReadString(PVM pVM, PCDBGFADDRESS pAddress, char *pszBuf, size_t cchBuf)
     289{
     290    return VERR_INTERNAL_ERROR;
     291}
    288292DBGFR3DECL(void) DBGFR3AddrFromPhys(PVM pVM, PDBGFADDRESS pAddress, RTGCPHYS PhysAddr)
    289293{
     
    301305    return VERR_INTERNAL_ERROR;
    302306}
     307DBGFR3DECL(int) DBGFR3SymbolAdd(PVM pVM, RTGCUINTPTR ModuleAddress, RTGCUINTPTR SymbolAddress, RTUINT cbSymbol, const char *pszSymbol)
     308{
     309    return VERR_INTERNAL_ERROR;
     310}
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