Changeset 61937 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jun 29, 2016 4:36:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
r61673 r61937 39 39 <arg>--filename=<replaceable>name</replaceable></arg> 40 40 </cmdsynopsis> 41 <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpgueststack">42 <command>VBoxManage debugvm</command>43 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>44 <arg choice="plain">dumpgueststack</arg>45 <arg>--cpu=<replaceable>id</replaceable></arg>46 </cmdsynopsis>47 41 <cmdsynopsis id="synopsis-vboxmanage-debugvm-info"> 48 42 <command>VBoxManage debugvm</command> … … 114 108 <group><arg>--human-readable</arg><arg>--sh-export</arg><arg>--sh-eval</arg><arg>--cmd-set</arg></group> 115 109 <arg rep="repeat"><replaceable>settings-item</replaceable></arg> 110 </cmdsynopsis> 111 <cmdsynopsis id="synopsis-vboxmanage-debugvm-stack"> 112 <command>VBoxManage debugvm</command> 113 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 114 <arg choice="plain">stack</arg> 115 <arg>--cpu=<replaceable>id</replaceable></arg> 116 116 </cmdsynopsis> 117 117 <cmdsynopsis id="synopsis-vboxmanage-debugvm-statistics"> … … 569 569 </refsect2> 570 570 571 <refsect2 id="vboxmanage-debugvm-stack"> 572 <title>debugvm stack</title> 573 <remark role="help-copy-synopsis"/> 574 <para> 575 Unwinds the guest CPU stacks to the best of our ability. For Windows 576 guest it is recommended to first run the <command>osdetect</command> command. 577 </para> 578 <variablelist> 579 <varlistentry> 580 <term><option>--cpu <replaceable>id</replaceable></option></term> 581 <listitem><para>Selects a single guest CPU to display the stack for. The default is all CPUs.</para> </listitem> 582 </varlistentry> 583 </variablelist> 584 585 </refsect2> 586 571 587 <refsect2 id="vboxmanage-debugvm-statistics"> 572 588 <title>debugvm statistics</title>
Note:
See TracChangeset
for help on using the changeset viewer.