Changeset 56445 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jun 16, 2015 10:58:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage_debugvm.xml
r56442 r56445 33 33 34 34 <refsynopsisdiv> 35 <cmdsynopsis id="synopsis-vboxmanage-debugvm-dump guestcore">36 <command>VBoxManage debugvm</command> 37 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 38 <arg choice="plain">dump guestcore</arg>35 <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpvmcore"> 36 <command>VBoxManage debugvm</command> 37 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 38 <arg choice="plain">dumpvmcore</arg> 39 39 <arg>--filename <replaceable>name</replaceable></arg> 40 40 </cmdsynopsis> … … 81 81 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 82 82 <arg choice="plain">osinfo</arg> 83 </cmdsynopsis> 84 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdmesg"> 85 <command>VBoxManage debugvm</command> 86 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 87 <arg choice="plain">osdmesg</arg> 88 <arg>--lines <replaceable>lines</replaceable></arg> 83 89 </cmdsynopsis> 84 90 <cmdsynopsis id="synopsis-vboxmanage-debugvm-getregisters"> … … 134 140 </refsect2> 135 141 136 <refsect2 id="vboxmanage-debugvm-dump guestcore">137 <cmdsynopsis> 138 <command>VBoxManage debugvm</command> 139 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 140 <arg choice="plain">dump guestcore</arg>142 <refsect2 id="vboxmanage-debugvm-dumpvmcore"> 143 <cmdsynopsis> 144 <command>VBoxManage debugvm</command> 145 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 146 <arg choice="plain">dumpvmcore</arg> 141 147 <arg>--filename <replaceable>name</replaceable></arg> 142 148 </cmdsynopsis> … … 253 259 <para> 254 260 Make the VMM's debugger facility (re)-detect the guest operating system (OS). 261 This will first load all debugger plug-ins. 255 262 </para> 256 263 <para> … … 269 276 detected by the VMM's debugger facility. 270 277 </para> 278 </refsect2> 279 280 <refsect2 id="vboxmanage-debugvm-osdmesg"> 281 <cmdsynopsis> 282 <command>VBoxManage debugvm</command> 283 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 284 <arg choice="plain">osdmesg</arg> 285 <arg>--lines <replaceable>lines</replaceable></arg> 286 </cmdsynopsis> 287 <para> 288 Displays the guest OS kernel log, if detected and supported. 289 </para> 290 <variablelist> 291 <varlistentry> 292 <term><option>--lines <replaceable>lines</replaceable></option></term> 293 <listitem><para>Number of lines of the log to display, counting from 294 the end. The default is infinite.</para></listitem> 295 </varlistentry> 296 </variablelist> 271 297 </refsect2> 272 298 … … 306 332 </refsect2> 307 333 308 <refsect2 id="vboxmanage-debugvm- logdest-setregisters">334 <refsect2 id="vboxmanage-debugvm-setregisters"> 309 335 <cmdsynopsis> 310 336 <command>VBoxManage debugvm</command> … … 388 414 </refentry> 389 415 416
Note:
See TracChangeset
for help on using the changeset viewer.