X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fgdb-kernel-debugging.txt;h=7050ce8794b9a4b3dd93b76dd9e2a6d708b468ee;hb=f334bcd94b7d3c0fbc34d518a86548f451ab5faf;hp=4ab7d43d07544f7a22b35e49f9eb691eb3e9204d;hpb=8c2f421c1f0fa7768767ecaad497aa676fc9015a;p=cascardo%2Flinux.git diff --git a/Documentation/gdb-kernel-debugging.txt b/Documentation/gdb-kernel-debugging.txt index 4ab7d43d0754..7050ce8794b9 100644 --- a/Documentation/gdb-kernel-debugging.txt +++ b/Documentation/gdb-kernel-debugging.txt @@ -139,27 +139,6 @@ Examples of using the Linux-provided gdb helpers start_comm = "swapper/2\000\000\000\000\000\000" } - o Dig into a radix tree data structure, such as the IRQ descriptors: - (gdb) print (struct irq_desc)$lx_radix_tree_lookup(irq_desc_tree, 18) - $6 = { - irq_common_data = { - state_use_accessors = 67584, - handler_data = 0x0 <__vectors_start>, - msi_desc = 0x0 <__vectors_start>, - affinity = {{ - bits = {65535} - }} - }, - irq_data = { - mask = 0, - irq = 18, - hwirq = 27, - common = 0xee803d80, - chip = 0xc0eb0854 , - domain = 0xee808000, - parent_data = 0x0 <__vectors_start>, - chip_data = 0xc0eb0854 - } <... trimmed ...> List of commands and functions ------------------------------