VirtualBox

Changeset 73493 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 3, 2018 4:05:18 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124120
Message:

DBGF,DBGPluInWinNt: Produce more useful module names (e.g. stuff that works in DBGC). [doxygen]

File:
1 edited

Legend:

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

    r73491 r73493  
    357357
    358358/**
    359  * Adjust the module name into something that's compatible with the debugger.
     359 * Generate a debugger compatible module name from a filename.
    360360 *
    361  * @param   pUVM                The user mode VM handle.
    362  * @param   ppszName            Pointer to the image name pointer.
    363  * @param   pImageAddr          The image load address.
     361 * @returns Pointer to module name (doesn't need to be pszName).
     362 * @param   pszFilename         The source filename.
     363 * @param   pszName             Buffer to put the module name in.
     364 * @param   cbName              Buffer size.
    364365 */
    365366static const char *dbgDiggerWintNtFilenameToModuleName(const char *pszFilename, char *pszName, size_t cbName)
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