>>> On 17.03.17 at 09:57, wrote:
> On 03/10/2017 08:50 AM, Jan Beulich wrote:
> On 10.03.17 at 09:29, wrote:
>>> They would be
>>> removed only for "release" builds in which it is likely that the source
>>> code & debuginfo is archived somewhere such that looking up a line
>>> number requires
On 03/10/2017 08:50 AM, Jan Beulich wrote:
On 10.03.17 at 09:29, wrote:
On 03/09/2017 10:34 AM, Jan Beulich wrote:
On 08.03.17 at 18:46, wrote:
Sorry for the long delay since the first version of this series
(previously called "Make building xSplice patches easier"). Here is a
set of change
>>> On 10.03.17 at 09:29, wrote:
> On 03/09/2017 10:34 AM, Jan Beulich wrote:
> On 08.03.17 at 18:46, wrote:
>>> Sorry for the long delay since the first version of this series
>>> (previously called "Make building xSplice patches easier"). Here is a
>>> set of changes that remove the use of
On 03/09/2017 10:34 AM, Jan Beulich wrote:
On 08.03.17 at 18:46, wrote:
Sorry for the long delay since the first version of this series
(previously called "Make building xSplice patches easier"). Here is a
set of changes that remove the use of __LINE__ when building with NDEBUG
and LivePatch e
>>> On 08.03.17 at 18:46, wrote:
> Sorry for the long delay since the first version of this series
> (previously called "Make building xSplice patches easier"). Here is a
> set of changes that remove the use of __LINE__ when building with NDEBUG
> and LivePatch enabled. Tested to boot on x86. C
Sorry for the long delay since the first version of this series
(previously called "Make building xSplice patches easier"). Here is a
set of changes that remove the use of __LINE__ when building with NDEBUG
and LivePatch enabled. Tested to boot on x86. Compile-tested on arm.
Changes in v2:
* Re