public inbox for gdb-prs@sourceware.org help / color / mirror / Atom feed
* [Bug symtab/31132] New: .debug_names writer should create .debug_aranges @ 2023-12-10 15:30 tromey at sourceware dot org 2023-12-10 15:30 ` [Bug symtab/31132] " tromey at sourceware dot org ` (6 more replies) 0 siblings, 7 replies; 8+ messages in thread From: tromey at sourceware dot org @ 2023-12-10 15:30 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Bug ID: 31132 Summary: .debug_names writer should create .debug_aranges Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: symtab Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- Currently gdb can write .debug_names but it will not create .debug_aranges. However, when reading, if .debug_aranges does not exist, then gdb will not use the index. This leads to the funny situation that gdb will create an index that it will not use. Also, this is a barrier to changing the index cache to use .debug_names. -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org @ 2023-12-10 15:30 ` tromey at sourceware dot org 2023-12-10 15:31 ` tromey at sourceware dot org ` (5 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: tromey at sourceware dot org @ 2023-12-10 15:30 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Tom Tromey <tromey at sourceware dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |24820 Referenced Bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=24820 [Bug 24820] .debug_names has incorrect contents -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org 2023-12-10 15:30 ` [Bug symtab/31132] " tromey at sourceware dot org @ 2023-12-10 15:31 ` tromey at sourceware dot org 2023-12-10 20:57 ` tromey at sourceware dot org ` (4 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: tromey at sourceware dot org @ 2023-12-10 15:31 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Tom Tromey <tromey at sourceware dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23504 Referenced Bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=23504 [Bug 23504] index cache: Produce and consume DWARF5 format -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org 2023-12-10 15:30 ` [Bug symtab/31132] " tromey at sourceware dot org 2023-12-10 15:31 ` tromey at sourceware dot org @ 2023-12-10 20:57 ` tromey at sourceware dot org 2024-01-18 20:38 ` tromey at sourceware dot org ` (3 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: tromey at sourceware dot org @ 2023-12-10 20:57 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 --- Comment #1 from Tom Tromey <tromey at sourceware dot org> --- Doing this will require also updating gdb-add-index. -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org ` (2 preceding siblings ...) 2023-12-10 20:57 ` tromey at sourceware dot org @ 2024-01-18 20:38 ` tromey at sourceware dot org 2025-01-05 19:01 ` mark at klomp dot org ` (2 subsequent siblings) 6 siblings, 0 replies; 8+ messages in thread From: tromey at sourceware dot org @ 2024-01-18 20:38 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Bug 31132 depends on bug 24820, which changed state. Bug 24820 Summary: .debug_names has incorrect contents https://sourceware.org/bugzilla/show_bug.cgi?id=24820 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org ` (3 preceding siblings ...) 2024-01-18 20:38 ` tromey at sourceware dot org @ 2025-01-05 19:01 ` mark at klomp dot org 2025-01-05 23:39 ` sam at gentoo dot org 2025-01-05 23:39 ` sam at gentoo dot org 6 siblings, 0 replies; 8+ messages in thread From: mark at klomp dot org @ 2025-01-05 19:01 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org ` (4 preceding siblings ...) 2025-01-05 19:01 ` mark at klomp dot org @ 2025-01-05 23:39 ` sam at gentoo dot org 2025-01-05 23:39 ` sam at gentoo dot org 6 siblings, 0 replies; 8+ messages in thread From: sam at gentoo dot org @ 2025-01-05 23:39 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Sam James <sam at gentoo dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sam at gentoo dot org -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug symtab/31132] .debug_names writer should create .debug_aranges 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org ` (5 preceding siblings ...) 2025-01-05 23:39 ` sam at gentoo dot org @ 2025-01-05 23:39 ` sam at gentoo dot org 6 siblings, 0 replies; 8+ messages in thread From: sam at gentoo dot org @ 2025-01-05 23:39 UTC (permalink / raw) To: gdb-prs https://sourceware.org/bugzilla/show_bug.cgi?id=31132 Sam James <sam at gentoo dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |31363 Referenced Bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=31363 [Bug 31363] Remove support for .gdb_index -- You are receiving this mail because: You are on the CC list for the bug. ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-01-05 23:39 UTC | newest] Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2023-12-10 15:30 [Bug symtab/31132] New: .debug_names writer should create .debug_aranges tromey at sourceware dot org 2023-12-10 15:30 ` [Bug symtab/31132] " tromey at sourceware dot org 2023-12-10 15:31 ` tromey at sourceware dot org 2023-12-10 20:57 ` tromey at sourceware dot org 2024-01-18 20:38 ` tromey at sourceware dot org 2025-01-05 19:01 ` mark at klomp dot org 2025-01-05 23:39 ` sam at gentoo dot org 2025-01-05 23:39 ` sam at gentoo dot org
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 read-only IMAP folder(s) and NNTP newsgroup(s).