Re: [Xen-devel] [PATCH v1 2/9] x86/arm: Make 'make debug' work properly.

2016-08-22 Thread Konrad Rzeszutek Wilk
On Wed, Aug 17, 2016 at 06:00:22AM -0600, Jan Beulich wrote: > >>> On 15.08.16 at 01:07, wrote: > > On x86 it works great but on ARM 32,64 not so much. > > Considering the nature of the change ... > > > --- a/xen/Makefile > > +++ b/xen/Makefile > > @@ -101,7 +101,7 @@ _uninstall: > > > > .PHO

Re: [Xen-devel] [PATCH v1 2/9] x86/arm: Make 'make debug' work properly.

2016-08-17 Thread Jan Beulich
>>> On 15.08.16 at 01:07, wrote: > On x86 it works great but on ARM 32,64 not so much. Considering the nature of the change ... > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -101,7 +101,7 @@ _uninstall: > > .PHONY: _debug > _debug: > - objdump -D -S $(TARGET)-syms > $(TARGET).s > +

[Xen-devel] [PATCH v1 2/9] x86/arm: Make 'make debug' work properly.

2016-08-14 Thread Konrad Rzeszutek Wilk
On x86 it works great but on ARM 32,64 not so much. Signed-off-by: Konrad Rzeszutek Wilk --- Cc: Jan Beulich Cc: Andrew Cooper Cc: Stefano Stabellini Cc: Julien Grall v1: First submission --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xe