Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1433065
| From | Kieran Bingham <kieran@ksquared.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/6] Revert "scripts/gdb: add documentation example for radix tree" |
| Date | 2016-06-28 17:30 +0200 |
| Message-ID | <rP37A-oa-23@gated-at.bofh.it> (permalink) |
| References | <rP37z-oa-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This reverts commit 9b5580359a84 ("scripts/gdb: add documentation
example for radix tree")
The python implementation of radix tree was merged at the same time as a
refactoring of the radix tree implementation and doesn't work. The
feature is being reverted, thus we revert the documentation as well.
Signed-off-by: Kieran Bingham <kieran@bingham.xyz>
---
Documentation/gdb-kernel-debugging.txt | 21 ---------------------
1 file changed, 21 deletions(-)
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 <gic_data>,
- domain = 0xee808000,
- parent_data = 0x0 <__vectors_start>,
- chip_data = 0xc0eb0854 <gic_data>
- } <... trimmed ...>
List of commands and functions
------------------------------
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] scripts/gdb: Fixes for 4.7 Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-28 17:30 +0200 [PATCH 6/6] Revert "scripts/gdb: add documentation example for radix tree" Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-28 17:30 +0200 [PATCH 5/6] Revert "scripts/gdb: add a Radix Tree Parser" Kieran Bingham <kieran@ksquared.org.uk> - 2016-06-28 17:30 +0200 Re: [PATCH 0/6] scripts/gdb: Fixes for 4.7 Jan Kiszka <jan.kiszka@siemens.com> - 2016-06-29 07:10 +0200
csiph-web