Re: [Xen-devel] [PATCH v3 2/6] build: convert crash_debug to Kconfig

2016-05-18 Thread Jan Beulich
>>> On 18.05.16 at 04:15, wrote: > On 5/12/16 4:03 AM, Jan Beulich wrote: > On 11.05.16 at 19:35, wrote: >>> On 5/11/16 4:47 AM, Jan Beulich wrote: >>> On 10.05.16 at 23:05, wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -1,6 +1,13 @@ > > menu "Deb

Re: [Xen-devel] [PATCH v3 2/6] build: convert crash_debug to Kconfig

2016-05-17 Thread Doug Goldstein
On 5/12/16 4:03 AM, Jan Beulich wrote: On 11.05.16 at 19:35, wrote: >> On 5/11/16 4:47 AM, Jan Beulich wrote: >> On 10.05.16 at 23:05, wrote: --- a/xen/Kconfig.debug +++ b/xen/Kconfig.debug @@ -1,6 +1,13 @@ menu "Debugging Options" +config CRASH_DE

Re: [Xen-devel] [PATCH v3 2/6] build: convert crash_debug to Kconfig

2016-05-12 Thread Jan Beulich
>>> On 11.05.16 at 19:35, wrote: > On 5/11/16 4:47 AM, Jan Beulich wrote: > On 10.05.16 at 23:05, wrote: >>> --- a/xen/Kconfig.debug >>> +++ b/xen/Kconfig.debug >>> @@ -1,6 +1,13 @@ >>> >>> menu "Debugging Options" >>> >>> +config CRASH_DEBUG >>> + bool "Crash Debugging Support" >>> +

Re: [Xen-devel] [PATCH v3 2/6] build: convert crash_debug to Kconfig

2016-05-11 Thread Doug Goldstein
On 5/11/16 4:47 AM, Jan Beulich wrote: On 10.05.16 at 23:05, wrote: >> --- a/xen/Kconfig.debug >> +++ b/xen/Kconfig.debug >> @@ -1,6 +1,13 @@ >> >> menu "Debugging Options" >> >> +config CRASH_DEBUG >> +bool "Crash Debugging Support" >> +depends on X86 >> +---help--- >> +

Re: [Xen-devel] [PATCH v3 2/6] build: convert crash_debug to Kconfig

2016-05-11 Thread Jan Beulich
>>> On 10.05.16 at 23:05, wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -1,6 +1,13 @@ > > menu "Debugging Options" > > +config CRASH_DEBUG > + bool "Crash Debugging Support" > + depends on X86 > + ---help--- > + If you want to be able to attach gdb to Xen t