public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c
@ 2024-12-27 22:39 tromey at sourceware dot org
2025-01-03 20:03 ` [Bug symtab/32504] " tromey at sourceware dot org
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2024-12-27 22:39 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
Bug ID: 32504
Summary: move mapped_index_base to read-gdb-index.c
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: ---
mapped_index_base is no longer needed by the .debug_names
reader, and so it could be moved into read-gdb-index.c.
The main benefit is that this would shrink read.c a little.
Also if/when we remove the index reader, this deletion would
be simpler.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug symtab/32504] move mapped_index_base to read-gdb-index.c
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
@ 2025-01-03 20:03 ` tromey at sourceware dot org
2025-01-15 23:21 ` tromey at sourceware dot org
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2025-01-03 20:03 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://sourceware.org/bugz
| |illa/show_bug.cgi?id=31363
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug symtab/32504] move mapped_index_base to read-gdb-index.c
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
2025-01-03 20:03 ` [Bug symtab/32504] " tromey at sourceware dot org
@ 2025-01-15 23:21 ` tromey at sourceware dot org
2025-01-16 15:53 ` tromey at sourceware dot org
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2025-01-15 23:21 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug symtab/32504] move mapped_index_base to read-gdb-index.c
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
2025-01-03 20:03 ` [Bug symtab/32504] " tromey at sourceware dot org
2025-01-15 23:21 ` tromey at sourceware dot org
@ 2025-01-16 15:53 ` tromey at sourceware dot org
2025-01-17 15:58 ` cvs-commit at gcc dot gnu.org
2025-01-17 15:59 ` tromey at sourceware dot org
4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2025-01-16 15:53 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
--- Comment #1 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2025-January/214805.html
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug symtab/32504] move mapped_index_base to read-gdb-index.c
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
` (2 preceding siblings ...)
2025-01-16 15:53 ` tromey at sourceware dot org
@ 2025-01-17 15:58 ` cvs-commit at gcc dot gnu.org
2025-01-17 15:59 ` tromey at sourceware dot org
4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2025-01-17 15:58 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=400f304b4fad79a952d959a42a719ac90ab3d50d
commit 400f304b4fad79a952d959a42a719ac90ab3d50d
Author: Tom Tromey <tromey@adacore.com>
Date: Wed Jan 15 16:18:15 2025 -0700
Remove mapped_index_base
The base class mapped_index_base is no longer needed. Previously it
was used by both the .gdb_index and .debug_names readers, but the
latter now uses the cooked index instead.
This patch removes mapped_index_base, merging it into
mapped_gdb_index. Supporting code that is specific to .gdb_index is
also moved into read-gdb-index.c. This shrinks dwarf2/read.c a bit,
which is nice.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32504
Approved-By: Andrew Burgess <aburgess@redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Bug symtab/32504] move mapped_index_base to read-gdb-index.c
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
` (3 preceding siblings ...)
2025-01-17 15:58 ` cvs-commit at gcc dot gnu.org
@ 2025-01-17 15:59 ` tromey at sourceware dot org
4 siblings, 0 replies; 6+ messages in thread
From: tromey at sourceware dot org @ 2025-01-17 15:59 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=32504
Tom Tromey <tromey at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |17.1
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-01-17 15:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-27 22:39 [Bug symtab/32504] New: move mapped_index_base to read-gdb-index.c tromey at sourceware dot org
2025-01-03 20:03 ` [Bug symtab/32504] " tromey at sourceware dot org
2025-01-15 23:21 ` tromey at sourceware dot org
2025-01-16 15:53 ` tromey at sourceware dot org
2025-01-17 15:58 ` cvs-commit at gcc dot gnu.org
2025-01-17 15:59 ` tromey at sourceware 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).