summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2009-06-16 17:27:20 +0000
committerdwheeler <dwheeler@88473608-6f18-0410-8b6c-91216bd3049c>2009-06-16 17:27:20 +0000
commitb971b1cbe5240e9d600e9c5c619644452488c9cf (patch)
tree9fea3755826e1d31c04cc36b9a13e81ac9f75bbe /README
parentb74a28c7bd368bc84dac4faf9619a9c3199990ab (diff)
Document how to install -debuginfo files
git-svn-id: svn+ssh://svn-nitpicker.cl.cam.ac.uk/linpicker/trunk@553 88473608-6f18-0410-8b6c-91216bd3049c
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 51ef077..8f8e98e 100644
--- a/README
+++ b/README
@@ -292,3 +292,8 @@ You need to use block-detach to do the detaching; here's a way to do that in one
# /usr/sbin/xm block-detach 2 `/usr/sbin/xm block-list 2 | tail -1 | cut -f1 -d ' '`
+
+To debug X in Fedora, install the "debuginfo" packages. E.G.:
+yum --enablerepo=fedora-debuginfo,updates-debuginfo install xorg-x11-server-debuginfo
+yum --enablerepo=fedora-debuginfo,updates-debuginfo install glibc-debuginfo
+