xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com
Cc: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Subject: [PATCH OSSTEST v2 1/3] ts-kernel-build: Enable CONFIG_DEBUG_INFO_REDUCED
Date: Thu, 31 Oct 2013 16:53:13 +0000	[thread overview]
Message-ID: <1383238395-14161-1-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1383238365.5436.2.camel@dagon.hellion.org.uk>

This makes the resulting vmlinux file with debug symbols much more manageable
without compromising the usefulness for converting addresses into line numbers
etc.
---
 ts-kernel-build |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ts-kernel-build b/ts-kernel-build
index 5630dd7..824dc9e 100755
--- a/ts-kernel-build
+++ b/ts-kernel-build
@@ -208,6 +208,7 @@ setopt CONFIG_VIDEO n
 setopt CONFIG_BOOTSPLASH n
 
 setopt CONFIG_DEBUG_INFO y
+setopt CONFIG_DEBUG_INFO_REDUCED y
 
 setopt CONFIG_XEN_KBDDEV_FRONTEND y
 
-- 
1.7.10.4

  reply	other threads:[~2013-10-31 16:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31 16:52 [PATCH OSSTEST 0/3 v2] Stash debug symbols for build results Ian Campbell
2013-10-31 16:53 ` Ian Campbell [this message]
2013-10-31 16:53 ` [PATCH OSSTEST v2 2/3] TestSupport: Add interface to compress stash files Ian Campbell
2013-10-31 16:53 ` [PATCH OSSTEST v2 3/3] Stash debug symbols for build results Ian Campbell
2013-10-31 16:56 ` [PATCH OSSTEST 0/3 v2] " Ian Jackson
2013-10-31 16:58   ` Ian Campbell
2013-10-31 17:53   ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383238395-14161-1-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).