Changeset 84654 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Jun 3, 2020 9:37:14 AM (5 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp
r84653 r84654 2165 2165 2166 2166 /** 2167 * @cop doc{DBGC,pfnOutput}2167 * @copydoc{DBGC,pfnOutput} 2168 2168 */ 2169 2169 static DECLCALLBACK(int) dbgcOutputGdb(void *pvUser, const char *pachChars, size_t cbChars) -
trunk/src/VBox/Debugger/DBGConsole.cpp
r84653 r84654 1090 1090 1091 1091 /** 1092 * @cop doc{DBGC,pfnOutput}1092 * @copydoc{DBGC,pfnOutput} 1093 1093 */ 1094 1094 static DECLCALLBACK(int) dbgcOutputNative(void *pvUser, const char *pachChars, size_t cbChars)
Note:
See TracChangeset
for help on using the changeset viewer.