VirtualBox

Changeset 35144 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Dec 15, 2010 4:20:37 PM (14 years ago)
Author:
vboxsync
Message:

Manual: vboxmanage debugvm

Location:
trunk/doc/manual/en_US
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Troubleshooting.xml

    r35065 r35144  
    135135        </footnote></para>
    136136
     137      <para>You can also use <computeroutput>VBoxManage
     138      debugvm</computeroutput> to create a dump of a complete virtual machine;
     139      see <xref linkend="vboxmanage-debugvm" />.</para>
     140
    137141      <para>For network related problems, it is often helpful to capture a
    138142      trace of network traffic. If the traffic is routed through an adapter on
     
    152156
    153157    <sect2>
    154       <title>The built-in VM debugger</title>
     158      <title id="debugger">The built-in VM debugger</title>
    155159
    156160      <para>VirtualBox includes a built-in VM debugger, which advanced users
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r35142 r35144  
    28892889  </sect1>
    28902890
     2891  <sect1 id="vboxmanage-debugvm">
     2892    <title>VBoxManage debugvm</title>
     2893
     2894    <para>The "debugvm" commands are for experts who want to tinker with the
     2895    exact details of virtual machine execution. Like the VM debugger described
     2896    in <xref linkend="debugger" />, these commands are only useful if you are
     2897    very familiar with the details of the PC architecture and how to debug
     2898    software.</para>
     2899
     2900    <para>The subcommands of "debugvm" all operate on a running virtual
     2901    machine. The following are available:<itemizedlist>
     2902        <listitem>
     2903          <para>With <computeroutput>dumpguestcore --filename
     2904          &lt;name&gt;</computeroutput>, you can create a system dump of the
     2905          running VM, which will be written into the given file. This file
     2906          will have the standard ELF core format (with custom
     2907          sections).</para>
     2908        </listitem>
     2909
     2910        <listitem>
     2911          <para>The <computeroutput>injectnmi</computeroutput> command causes
     2912          a non-maskable interrupt (NMI) in the guest, which might be useful
     2913          for certain debugging scenarios. What happens exactly is dependent
     2914          on the guest operating system, but an NMI can crash the whole guest
     2915          operating system. Do not use unless you know what you're
     2916          doing.</para>
     2917        </listitem>
     2918
     2919        <listitem>
     2920          <para>The <computeroutput>statistics</computeroutput> command can be
     2921          used to display VMM statistics on the command line. The
     2922          <computeroutput>--reset</computeroutput> option will reset
     2923          statistics. The affected statistics can be filtered with the
     2924          <computeroutput>--pattern</computeroutput> option, which accepts
     2925          DOS/NT-style wildcards (<computeroutput>?</computeroutput> and
     2926          <computeroutput>*</computeroutput>).</para>
     2927        </listitem>
     2928      </itemizedlist></para>
     2929  </sect1>
     2930
    28912931  <sect1 id="vboxmanage-dhcpserver">
    28922932    <title>VBoxManage dhcpserver</title>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette