[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 2/7] build: convert crash_debug to Kconfig
On 03/05/16 15:29, Doug Goldstein wrote: > diff --git a/xen/Kconfig.debug b/xen/Kconfig.debug > index e5179f4..04f672f 100644 > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -5,3 +5,14 @@ menuconfig DEBUG > If you want to debug Xen say Y and select any additional debugging > support options. Enabling this option is intended for development > purposes only, and not for production use. > + > +if DEBUG > + > +config CRASH_DEBUG > + bool "Crash Debugging Support" > + depends on X86 default n Even with debugging enabled before, this wasn't available by default (see the hunk below). ~Andrew > + ---help--- > + If you want to be able to attach gdb to Xen to be able to debug > + Xen if it crashes then say Y. > + > +endif # DEBUG > diff --git a/xen/Rules.mk b/xen/Rules.mk > index 961d533..c044fd1 100644 > --- a/xen/Rules.mk > +++ b/xen/Rules.mk > @@ -7,7 +7,6 @@ verbose ?= n > perfc ?= n > perfc_arrays ?= n > lock_profile ?= n > -crash_debug ?= n > frame_pointer ?= n > lto ?= n _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |