Changeset 86187 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 20, 2020 12:17:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCRemoteKd.cpp
r86184 r86187 2255 2255 * @param pThis The KD context data. 2256 2256 * @param idCpu The CPU ID generating this packet. 2257 * @param pach CharsThe prompt to send (ASCII).2258 * @param cb CharsNumber of characters to send for the prompt.2257 * @param pachPrompt The prompt to send (ASCII). 2258 * @param cbPrompt Number of characters to send for the prompt. 2259 2259 * @param cbResponseMax Maximum size for the response. 2260 2260 */
Note:
See TracChangeset
for help on using the changeset viewer.