VirtualBox

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


Ignore:
Timestamp:
Jun 5, 2020 6:12:54 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138482
Message:

Debugger/DBGCGdbRemoteStub: Started with SMP support, bugref:5217 [missing files]

Location:
trunk/src/VBox/Debugger
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCInternal.h

    r84653 r84708  
    599599void    dbgcDestroy(PDBGC pDbgc);
    600600
    601 const char *dbgcGetEventCtx(DBGFEVENTCTX enmCtx);
     601DECLHIDDEN(const char *) dbgcGetEventCtx(DBGFEVENTCTX enmCtx);
     602DECLHIDDEN(PCDBGCSXEVT) dbgcEventLookup(DBGFEVENTTYPE enmType);
    602603
    603604DECLHIDDEN(int) dbgcGdbStubCreate(PUVM pUVM, PDBGCBACK pBack, unsigned fFlags);
  • trunk/src/VBox/Debugger/DBGConsole.cpp

    r84660 r84708  
    588588 * @param   enmCtx          The context.
    589589 */
    590 const char *dbgcGetEventCtx(DBGFEVENTCTX enmCtx)
     590DECLHIDDEN(const char *) dbgcGetEventCtx(DBGFEVENTCTX enmCtx)
    591591{
    592592    switch (enmCtx)
     
    612612 * @param   enmType     The possibly generic event to find the descriptor for.
    613613 */
    614 static PCDBGCSXEVT dbgcEventLookup(DBGFEVENTTYPE enmType)
     614DECLHIDDEN(PCDBGCSXEVT) dbgcEventLookup(DBGFEVENTTYPE enmType)
    615615{
    616616    uint32_t i = g_cDbgcSxEvents;
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