Changeset 99739 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFR3SampleReport.cpp
- Timestamp:
- May 11, 2023 1:01:08 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3SampleReport.cpp
r98103 r99739 263 263 * Frees the given frame and all its descendants. 264 264 * 265 * @returns nothing.266 265 * @param pFrame The frame to free. 267 266 */ … … 279 278 * Destroys the given sample report freeing all allocated resources. 280 279 * 281 * @returns nothing.282 280 * @param pThis The sample report instance data. 283 281 */ … … 364 362 * Dumps a single given frame to the release log. 365 363 * 366 * @returns nothing.367 364 * @param pHlp The debug info helper used for printing. 368 365 * @param pUVM The usermode VM handle. … … 411 408 * each VCPU. 412 409 * 413 * @returns nothing.414 410 * @param pThis Pointer to the sample report instance. 415 411 */
Note:
See TracChangeset
for help on using the changeset viewer.