libvirt/tools
Martin Kletzander f24538e57f virsh: Fix debugging
Commit a0b6a36f "fixed" what abfff210 broke (URI precedence), but
there was still one more thing missing to fix.  When using virsh
parameters to setup debugging, those weren't honored, because at the
time debugging was initializing, arguments weren't parsed yet.  To
make ewerything work as expected, we need to initialize the debugging
twice, once before debugging (so we can debug option parsing properly)
and then again after these options are parsed.

As a side effect, this patch also fixes a leak when virsh is ran with
multiple '-l' parameters.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
(cherry picked from commit ac43da705f)
2013-10-18 08:56:22 +02:00
..
console.c Adapt to VIR_ALLOC and virAsprintf in tools/* 2013-07-10 11:07:33 +02:00
console.h
libvirt_win_icon_16x16.ico
libvirt_win_icon_32x32.ico
libvirt_win_icon_48x48.ico
libvirt_win_icon_64x64.ico
libvirt-guests.init.in
libvirt-guests.service.in
libvirt-guests.sh.in maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
libvirt-guests.sysconf
Makefile.am Put virt-sanlock-cleanup into section 8 2013-07-03 15:06:36 +02:00
virsh_win_icon.rc
virsh-domain-monitor.c Rename VIR_DOMAIN_PAUSED_GUEST_PANICKED to VIR_DOMAIN_PAUSED_CRASHED 2013-07-29 18:08:55 +01:00
virsh-domain-monitor.h
virsh-domain.c virsh domjobinfo: Do not return 1 if job is NONE 2013-10-15 13:13:30 +02:00
virsh-domain.h
virsh-edit.c virsh: edit: don't leak XML string on reedit or redefine 2013-06-25 15:37:20 +02:00
virsh-host.c Convert 'int i' to 'size_t i' in tools/ files 2013-07-10 17:40:13 +01:00
virsh-host.h
virsh-interface.c virsh-interface: Resolve Coverity issues 2013-07-11 14:18:11 -04:00
virsh-interface.h
virsh-network.c Don't free NULL network in cmdNetworkUpdate 2013-09-03 10:18:58 +02:00
virsh-network.h
virsh-nodedev.c virsh-nodedev: Resolve Coverity issues 2013-07-11 14:18:12 -04:00
virsh-nodedev.h
virsh-nwfilter.c Convert 'int i' to 'size_t i' in tools/ files 2013-07-10 17:40:13 +01:00
virsh-nwfilter.h
virsh-pool.c Convert 'int i' to 'size_t i' in tools/ files 2013-07-10 17:40:13 +01:00
virsh-pool.h
virsh-secret.c Convert 'int i' to 'size_t i' in tools/ files 2013-07-10 17:40:13 +01:00
virsh-secret.h
virsh-snapshot.c Fix virsh snapshot-list error reporting 2013-07-25 14:22:47 -06:00
virsh-snapshot.h
virsh-volume.c Convert 'int i' to 'size_t i' in tools/ files 2013-07-10 17:40:13 +01:00
virsh-volume.h
virsh.c virsh: Fix debugging 2013-10-18 08:56:22 +02:00
virsh.h
virsh.pod Enable FD passing when starting guests with virsh 2013-07-18 12:07:53 +01:00
virt-host-validate-common.c Introduce OOM reporting to virAsprintf 2013-07-10 11:07:31 +02:00
virt-host-validate-common.h
virt-host-validate-lxc.c
virt-host-validate-lxc.h
virt-host-validate-qemu.c
virt-host-validate-qemu.h
virt-host-validate.c
virt-pki-validate.in maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
virt-sanlock-cleanup.in maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
virt-xml-validate.in