Changeset 73493 in vbox for trunk/src/VBox
- Timestamp:
- Aug 3, 2018 4:05:18 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp
r73491 r73493 357 357 358 358 /** 359 * Adjust the module name into something that's compatible with the debugger.359 * Generate a debugger compatible module name from a filename. 360 360 * 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. 364 365 */ 365 366 static const char *dbgDiggerWintNtFilenameToModuleName(const char *pszFilename, char *pszName, size_t cbName)
Note:
See TracChangeset
for help on using the changeset viewer.