WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Update gdb documentation

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 6d0929e34ce2cc26b8865edf3f6ce89c0e688e1d
# Parent  8286738ab7f9a9bbc850050832fdfff82e6776ff
Update gdb documentation

* Kernel isn't 2.6.12 anymore
* ARCH=xen isn't needed for make anymore

Signed-Off-By: Horms <horms@xxxxxxxxxxxx>

diff -r 8286738ab7f9 -r 6d0929e34ce2 tools/debugger/gdb/README
--- a/tools/debugger/gdb/README Fri Mar 24 09:52:10 2006
+++ b/tools/debugger/gdb/README Fri Mar 24 09:57:52 2006
@@ -11,8 +11,8 @@
     to your test machine.
 
 To build a debuggable guest kernel image:
- 1. cd linux-2.6.12-xenU
- 2. ARCH=xen make menuconfig
+ 1. cd linux-2.6.xx-xenU
+ 2. make menuconfig
  3. From within the configurator, enable the following options:
     # Kernel hacking -> Compile the kernel with debug info [*]
                      -> Compile the kernel with frame pointers

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Update gdb documentation, Xen patchbot -unstable <=