Changeset 96888 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Sep 26, 2022 7:29:50 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153795
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-modifyvm.xml
r96604 r96888 625 625 </cmdsynopsis> 626 626 627 <cmdsynopsis id="synopsis-vboxmanage-modifyvm-guest-debug"> 628 <command>VBoxManage modifyvm</command> 629 <group choice="req"> 630 <arg choice="plain"><replaceable>uuid</replaceable></arg> 631 <arg choice="plain"><replaceable>vmname</replaceable></arg> 632 </group> 633 <arg>--guest-debug-provider=<group choice="plain"> 634 <arg choice="plain">none</arg> 635 <arg choice="plain">native</arg> 636 <arg choice="plain">gdb</arg> 637 <arg choice="plain">kd</arg> 638 </group></arg> 639 <arg>--guest-debug-io-provider=<group choice="plain"> 640 <arg choice="plain">none</arg> 641 <arg choice="plain">tcp</arg> 642 <arg choice="plain">udp</arg> 643 <arg choice="plain">ipc</arg> 644 </group></arg> 645 <arg>--guest-debug-address=<group choice="plain"> 646 <arg choice="plain"><replaceable>IP-Address</replaceable></arg> 647 <arg choice="plain"><replaceable>path</replaceable></arg> 648 </group></arg> 649 <arg>--guest-debug-port=<replaceable>port</replaceable></arg> 650 </cmdsynopsis> 651 627 652 <cmdsynopsis id="synopsis-vboxmanage-modifyvm-pcipassthrough"> 628 653 <command>VBoxManage modifyvm</command> … … 2663 2688 </variablelist> 2664 2689 </refsect2> 2690 <refsect2 id="vboxmanage-modifyvm-guest-debug"> 2691 <title>Guest Debugging</title> 2692 <para> 2693 These options are for configuring the VMM for guest debugging. 2694 </para> 2695 <remark role="help-copy-synopsis"/> 2696 <variablelist> 2697 <varlistentry> 2698 <term><option>--guest-debug-provider=none | native | gdb | kd</option></term> 2699 <listitem><para>Selects the given debug stub provider. </para></listitem> 2700 </varlistentry> 2701 <varlistentry> 2702 <term><option>--guest-debug-io-provider=none | tcp | udp | ipc</option></term> 2703 <listitem><para>Selects the given I/O transport backend for the selected provider.</para></listitem> 2704 </varlistentry> 2705 <varlistentry> 2706 <term><option>--guest-debug-address=<replaceable>IP-Address</replaceable> | <replaceable>path</replaceable></option></term> 2707 <listitem><para>Sets the path the debugger is accessible under, depends on the selected I/O transport.</para></listitem> 2708 </varlistentry> 2709 <varlistentry> 2710 <term><option>--guest-debug-port=<replaceable>port</replaceable></option></term> 2711 <listitem><para>Sets the port the debugger is accessible under, depends on the selected I/O transport.</para></listitem> 2712 </varlistentry> 2713 </variablelist> 2714 </refsect2> 2665 2715 <refsect2 id="vboxmanage-modifyvm-pcipassthrough"> 2666 2716 <title>PCI Passthrough Settings</title>
Note:
See TracChangeset
for help on using the changeset viewer.