Re: [Xen-devel] [RFC PATCH 4/7] build: convert frame_pointer to Kconfig

2016-05-02 Thread Jan Beulich
>>> On 02.05.16 at 17:25, wrote: > On Sun, May 01, 2016 at 11:10:43PM -0500, Doug Goldstein wrote: >> --- a/xen/Kconfig.debug >> +++ b/xen/Kconfig.debug >> @@ -15,6 +15,14 @@ config CRASH_DEBUG >>If you want to be able to attach gdb to Xen to be able to debug >>Xen if it crashes th

Re: [Xen-devel] [RFC PATCH 4/7] build: convert frame_pointer to Kconfig

2016-05-02 Thread Konrad Rzeszutek Wilk
On Sun, May 01, 2016 at 11:10:43PM -0500, Doug Goldstein wrote: > Converts the frame_pointer option to a Kconfig option. > > Signed-off-by: Doug Goldstein > --- > CC: Andrew Cooper > CC: George Dunlap > CC: Ian Jackson > CC: Jan Beulich > CC: Konrad Rzeszutek Wilk > CC: Stefano Stabellini >