diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 14:39:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-04-23 14:39:31 +0100 |
commit | 8f9f02d483b87c787d089cf9329f5f1b81d3a77e (patch) | |
tree | ee1c0403092e9dd296c43706a0c7c2d14d5a5c19 /guestfish-actions.pod | |
parent | 713283f4a67b3a1960ca96ce6608d046fc202d2d (diff) | |
download | libguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.tar.gz libguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.tar.xz libguestfs-8f9f02d483b87c787d089cf9329f5f1b81d3a77e.zip |
Generated code for debug command.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 87ba0181..a79e3363 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -403,6 +403,18 @@ The first character of C<param> string must be a C<-> (dash). C<value> can be NULL. +=head2 debug + + debug subcmd 'extraargs ...' + +The C<debug> command exposes some internals of +C<guestfsd> (the guestfs daemon) that runs inside the +qemu subprocess. + +There is no comprehensive help for this command. You have +to look at the file C<daemon/debug.c> in the libguestfs source +to find out what you can do. + =head2 download download remotefilename (filename|-) |