Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp
- Timestamp:
- Jun 16, 2012 7:24:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp
r40557 r41783 70 70 * 71 71 * @returns VBox status code 72 * @param pVM The VM handle.72 * @param pVM Pointer to the VM. 73 73 */ 74 74 static int dbgfR3TraceEnable(PVM pVM, uint32_t cbEntry, uint32_t cEntries) … … 134 134 * 135 135 * @returns VBox status code 136 * @param pVM The VM handle.136 * @param pVM Pointer to the VM. 137 137 */ 138 138 int dbgfR3TraceInit(PVM pVM) … … 190 190 * Terminates the tracing. 191 191 * 192 * @param pVM The VM handle.192 * @param pVM Pointer to the VM. 193 193 */ 194 194 void dbgfR3TraceTerm(PVM pVM) … … 202 202 * Relocates the trace buffer handle in RC. 203 203 * 204 * @param pVM The VM handle.204 * @param pVM Pointer to the VM. 205 205 */ 206 206 void dbgfR3TraceRelocate(PVM pVM) … … 222 222 * @retval VERR_INVALID_POINTER 223 223 * 224 * @param pVM The VM handle.224 * @param pVM Pointer to the VM. 225 225 * @param pszConfig The configuration change specification. 226 226 * … … 349 349 * empty. 350 350 351 * @param pVM The VM handle.351 * @param pVM Pointer to the VM. 352 352 * @param pszConfig Pointer to the output buffer. 353 353 * @param cbConfig The size of the output buffer.
Note:
See TracChangeset
for help on using the changeset viewer.