Changeset 41777 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp
- Timestamp:
- Jun 16, 2012 6:49:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp
r38838 r41777 137 137 * 138 138 * @returns VBox status code. 139 * @param pVM Pointer to the shared VM structure.139 * @param pVM Pointer to the VM. 140 140 * @param pAddress Where to start reading. 141 141 * @param pvBuf Where to store the data we've read. … … 197 197 * @returns VBox status code. 198 198 * 199 * @param pVM Pointer to the shared VM structure.199 * @param pVM Pointer to the VM. 200 200 * @param idCpu The ID of the source CPU context (for the address). 201 201 * @param pAddress Where to start reading. … … 221 221 * @returns VBox status code. 222 222 * 223 * @param pVM Pointer to the shared VM structure.223 * @param pVM Pointer to the VM. 224 224 * @param idCpu The ID of the source CPU context (for the address). 225 225 * @param pAddress Where to start reading. … … 269 269 * @returns VBox status code. 270 270 * 271 * @param pVM Pointer to the shared VM structure.271 * @param pVM Pointer to the VM. 272 272 * @param idCpu The ID of the source CPU context (for the address). 273 273 * @param pAddress Where to start reading. … … 300 300 * @returns VBox status code. 301 301 * 302 * @param pVM Pointer to the shared VM structure.302 * @param pVM Pointer to the VM. 303 303 * @param idCpu The ID of the target CPU context (for the address). 304 304 * @param pAddress Where to start writing. … … 357 357 * @returns VBox status code. 358 358 * 359 * @param pVM Pointer to the shared VM structure.359 * @param pVM Pointer to the VM. 360 360 * @param idCpu The ID of the target CPU context (for the address). 361 361 * @param pAddress Where to start writing.
Note:
See TracChangeset
for help on using the changeset viewer.