Changeset 99154 in vbox for trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
- Timestamp:
- Mar 23, 2023 9:47:01 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-debugvm.xml
r99136 r99154 49 49 <cmdsynopsis id="synopsis-vboxmanage-debugvm-dumpvmcore"> 50 50 <command>VBoxManage debugvm</command> 51 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 51 <group choice="req"> 52 <arg choice="plain"><replaceable>uuid</replaceable></arg> 53 <arg choice="plain"><replaceable>vmname</replaceable></arg> 54 </group> 52 55 <arg choice="plain">dumpvmcore</arg> 53 56 <arg>--filename=<replaceable>name</replaceable></arg> … … 55 58 <cmdsynopsis id="synopsis-vboxmanage-debugvm-info"> 56 59 <command>VBoxManage debugvm</command> 57 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 60 <group choice="req"> 61 <arg choice="plain"><replaceable>uuid</replaceable></arg> 62 <arg choice="plain"><replaceable>vmname</replaceable></arg> 63 </group> 58 64 <arg choice="plain">info</arg> 59 65 <arg choice="req"><replaceable>item</replaceable></arg> … … 62 68 <cmdsynopsis id="synopsis-vboxmanage-debugvm-injectnmi"> 63 69 <command>VBoxManage debugvm</command> 64 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 70 <group choice="req"> 71 <arg choice="plain"><replaceable>uuid</replaceable></arg> 72 <arg choice="plain"><replaceable>vmname</replaceable></arg> 73 </group> 65 74 <arg choice="plain">injectnmi</arg> 66 75 </cmdsynopsis> 67 76 <cmdsynopsis id="synopsis-vboxmanage-debugvm-log"> 68 77 <command>VBoxManage debugvm</command> 69 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 78 <group choice="req"> 79 <arg choice="plain"><replaceable>uuid</replaceable></arg> 80 <arg choice="plain"><replaceable>vmname</replaceable></arg> 81 </group> 70 82 <arg choice="plain">log</arg> 71 83 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 74 86 <cmdsynopsis id="synopsis-vboxmanage-debugvm-logdest"> 75 87 <command>VBoxManage debugvm</command> 76 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 88 <group choice="req"> 89 <arg choice="plain"><replaceable>uuid</replaceable></arg> 90 <arg choice="plain"><replaceable>vmname</replaceable></arg> 91 </group> 77 92 <arg choice="plain">logdest</arg> 78 93 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 81 96 <cmdsynopsis id="synopsis-vboxmanage-debugvm-logflags"> 82 97 <command>VBoxManage debugvm</command> 83 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 98 <group choice="req"> 99 <arg choice="plain"><replaceable>uuid</replaceable></arg> 100 <arg choice="plain"><replaceable>vmname</replaceable></arg> 101 </group> 84 102 <arg choice="plain">logflags</arg> 85 103 <group><arg choice="plain">--release</arg><arg choice="plain">--debug</arg></group> … … 88 106 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdetect"> 89 107 <command>VBoxManage debugvm</command> 90 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 108 <group choice="req"> 109 <arg choice="plain"><replaceable>uuid</replaceable></arg> 110 <arg choice="plain"><replaceable>vmname</replaceable></arg> 111 </group> 91 112 <arg choice="plain">osdetect</arg> 92 113 </cmdsynopsis> 93 114 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osinfo"> 94 115 <command>VBoxManage debugvm</command> 95 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 116 <group choice="req"> 117 <arg choice="plain"><replaceable>uuid</replaceable></arg> 118 <arg choice="plain"><replaceable>vmname</replaceable></arg> 119 </group> 96 120 <arg choice="plain">osinfo</arg> 97 121 </cmdsynopsis> 98 122 <cmdsynopsis id="synopsis-vboxmanage-debugvm-osdmesg"> 99 123 <command>VBoxManage debugvm</command> 100 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 124 <group choice="req"> 125 <arg choice="plain"><replaceable>uuid</replaceable></arg> 126 <arg choice="plain"><replaceable>vmname</replaceable></arg> 127 </group> 101 128 <arg choice="plain">osdmesg</arg> 102 129 <arg>--lines=<replaceable>lines</replaceable></arg> … … 104 131 <cmdsynopsis id="synopsis-vboxmanage-debugvm-getregisters"> 105 132 <command>VBoxManage debugvm</command> 106 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 133 <group choice="req"> 134 <arg choice="plain"><replaceable>uuid</replaceable></arg> 135 <arg choice="plain"><replaceable>vmname</replaceable></arg> 136 </group> 107 137 <arg choice="plain">getregisters</arg> 108 138 <arg>--cpu=<replaceable>id</replaceable></arg> … … 111 141 <cmdsynopsis id="synopsis-vboxmanage-debugvm-setregisters"> 112 142 <command>VBoxManage debugvm</command> 113 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 143 <group choice="req"> 144 <arg choice="plain"><replaceable>uuid</replaceable></arg> 145 <arg choice="plain"><replaceable>vmname</replaceable></arg> 146 </group> 114 147 <arg choice="plain">setregisters</arg> 115 148 <arg>--cpu=<replaceable>id</replaceable></arg> … … 118 151 <cmdsynopsis id="synopsis-vboxmanage-debugvm-show"> 119 152 <command>VBoxManage debugvm</command> 120 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 153 <group choice="req"> 154 <arg choice="plain"><replaceable>uuid</replaceable></arg> 155 <arg choice="plain"><replaceable>vmname</replaceable></arg> 156 </group> 121 157 <arg choice="plain">show</arg> 122 158 <group><arg choice="plain">--human-readable</arg><arg choice="plain">--sh-export</arg><arg choice="plain">--sh-eval</arg><arg choice="plain">--cmd-set</arg></group> … … 125 161 <cmdsynopsis id="synopsis-vboxmanage-debugvm-stack"> 126 162 <command>VBoxManage debugvm</command> 127 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 163 <group choice="req"> 164 <arg choice="plain"><replaceable>uuid</replaceable></arg> 165 <arg choice="plain"><replaceable>vmname</replaceable></arg> 166 </group> 128 167 <arg choice="plain">stack</arg> 129 168 <arg>--cpu=<replaceable>id</replaceable></arg> … … 131 170 <cmdsynopsis id="synopsis-vboxmanage-debugvm-statistics"> 132 171 <command>VBoxManage debugvm</command> 133 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 172 <group choice="req"> 173 <arg choice="plain"><replaceable>uuid</replaceable></arg> 174 <arg choice="plain"><replaceable>vmname</replaceable></arg> 175 </group> 134 176 <arg choice="plain">statistics</arg> 135 177 <arg>--reset</arg> … … 139 181 <cmdsynopsis id="synopsis-vboxmanage-debugvm-guestsample"> 140 182 <command>VBoxManage debugvm</command> 141 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 183 <group choice="req"> 184 <arg choice="plain"><replaceable>uuid</replaceable></arg> 185 <arg choice="plain"><replaceable>vmname</replaceable></arg> 186 </group> 142 187 <arg choice="plain">guestsample</arg> 143 188 <arg>--filename=<replaceable>filename</replaceable></arg> … … 162 207 <variablelist> 163 208 <varlistentry> 164 <term>< replaceable>uuid|vmname</replaceable></term>209 <term><option><replaceable>uuid</replaceable> | <replaceable>vmname</replaceable></option></term> 165 210 <listitem><para>Either the UUID or the name (case sensitive) of a VM.</para></listitem> 166 211 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.